-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "linkly",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.11.1",
"cloudinary": "^2.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.0",
"clone-deep": "^4.0.1",
"date-fns": "^4.1.0",
"mongodb": "^7.1.1",
"mongoose": "^9.3.3",
"next": "16.1.6",
"next-auth": "^4.24.13",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hot-toast": "^2.6.0",
"react-sortablejs": "^6.1.4",
"recharts": "^3.8.1",
"sortablejs": "^1.15.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"autoprefixer": "^10.4.27",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"postcss": "8",
"tailwindcss": "^4.2.2"
}
}