-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 842 Bytes
/
package.json
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
{
"name": "pp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.4.2",
"@aws-sdk/client-s3": "^3.637.0",
"axios": "^1.7.7",
"mime-types": "^2.1.35",
"mongodb": "^6.8.0",
"mongoose": "^8.6.0",
"multiparty": "^4.2.3",
"next": "^14.2.12",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-sortablejs": "^6.1.4",
"react-spinners": "^0.14.1",
"react-sweetalert2": "^0.5.2",
"sortablejs": "^1.15.3",
"sweetalert2": "^11.6.13"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.42",
"tailwindcss": "^3.4.10"
}
}