-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.55 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
{
"name": "gcsrmv2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"postbuild": "next-sitemap"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.637.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "v1",
"@material-tailwind/react": "^2.1.9",
"@mui/material": "^6.1.0",
"@nextui-org/accordion": "^2.0.38",
"@nextui-org/navbar": "^2.0.32",
"@nextui-org/react": "^2.4.1",
"@nextui-org/system": "^2.2.1",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.3",
"dotenv": "^16.4.5",
"ionicons": "^7.3.1",
"jimp-compact": "^0.16.1-2",
"mongoose": "^8.2.1",
"next": "^14.1.0",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"sharp": "^0.33.5",
"swiper": "^11.1.12"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"husky": "^9.1.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}