-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "e-depo-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.3.3",
"@aws-sdk/client-s3": "^3.514.0",
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.16.1",
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"cloudinary": "^2.0.1",
"formidable": "^3.5.1",
"i": "^0.3.7",
"lucide-react": "^0.330.0",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"mongodb": "^6.3.0",
"mongoose": "^8.1.2",
"multiparty": "^4.2.3",
"next": "14.1.0",
"next-auth": "^4.24.5",
"npm": "^10.4.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-country-region-selector": "^3.6.1",
"react-dom": "^18",
"react-image-lightbox": "^5.1.4",
"react-sortablejs": "^6.1.4",
"react-sweetalert2": "^0.6.0",
"sortablejs": "^1.15.2",
"stripe": "^14.17.0",
"swiper": "^11.0.6",
"tailwind-scrollbar-hide": "^1.1.7",
"uniqid": "^5.4.0",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}