-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-8080}"
},
"dependencies": {
"@directus/sdk": "^10.3.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.7",
"@stripe/stripe-js": "^1.54.1",
"axios": "^1.4.0",
"flowbite": "^1.5.4",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"next": "^13.4.7",
"razorpay": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-responsive-carousel": "^3.2.23",
"react-scroll": "^1.8.9",
"shortid": "^2.2.16",
"stripe": "^12.10.0",
"swiper": "^9.3.2"
},
"devDependencies": {
"@types/micro-cors": "^0.1.3",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-scroll": "^1.8.7",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}