-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 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
{
"name": "pure-farm",
"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.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@paypal/react-paypal-js": "^7.2.0",
"axios": "^1.2.0",
"bcryptjs": "^2.4.3",
"chart.js": "^3.9.1",
"cloudinary": "^1.26.2",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.3",
"multer": "^1.4.2",
"next": "^12.1.0",
"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.39.5",
"react-slideshow-image": "^4.0.5",
"streamifier": "^0.1.1"
},
"devDependencies": {
"eslint": "8.28.0",
"eslint-config-next": "13.0.5"
}
}