forked from basir/next-amazona
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 982 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
39
{
"name": "next-amazona",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@paypal/react-paypal-js": "^7.2.0",
"@react-google-maps/api": "^2.2.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"chart.js": "^3.4.1",
"cloudinary": "^1.26.2",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.2",
"multer": "^1.4.2",
"next": "11.0.1",
"next-connect": "^0.10.1",
"notistack": "^1.0.9",
"react": "17.0.2",
"react-chartjs-2": "^3.0.3",
"react-dom": "17.0.2",
"react-hook-form": "^7.11.0",
"react-material-ui-carousel": "^2.2.7",
"streamifier": "^0.1.1"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.1"
}
}