-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 973 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
37
38
{
"name": "ecommerce-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^1.0.0",
"@aws-sdk/client-s3": "^3.363.0",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.1",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cloudinary": "^1.37.3",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"iron-session": "^6.3.1",
"mime-types": "^2.1.35",
"mongodb": "^5.6.0",
"mongoose": "^7.3.1",
"multiparty": "^4.2.3",
"next": "13.4.7",
"next-auth": "^4.22.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-sortablejs": "^6.1.4",
"react-spinners": "^0.13.8",
"sortablejs": "^1.15.0",
"sweetalert2": "^11.7.12",
"sweetalert2-react-content": "^5.0.7",
"tailwindcss": "3.3.2"
}
}