-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "revelation-ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "16.x"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.5",
"@mui/material": "^5.0.3",
"@mui/styles": "^5.0.1",
"@paypal/react-paypal-js": "^7.4.2",
"axios": "^0.23.0",
"bcryptjs": "^2.4.3",
"chart.js": "^3.6.0",
"cloudinary": "^1.27.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.11",
"multer": "^1.4.3",
"next": "11.1.2",
"next-connect": "^0.10.2",
"notistack": "^2.0.2",
"react": "17.0.2",
"react-chartjs-2": "^3.3.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.17.5",
"react-responsive-carousel": "^3.2.22",
"streamifier": "^0.1.1"
},
"devDependencies": {
"eslint": "^8.40.0",
"eslint-config-next": "11.1.2"
}
}