-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "meraki",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext js --ext jsx --ext js"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@paypal/react-paypal-js": "^7.8.1",
"axios": "^1.1.2",
"bcryptjs": "^2.4.3",
"chart.js": "^3.9.1",
"cloudinary": "^1.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "6.3.4",
"multer": "^1.4.5-lts.1",
"next": "12.3.1",
"next-connect": "^0.10.1",
"notistack": "^2.0.5",
"prettier": "^2.6.2",
"react": "17.0.2",
"react-chartjs-2": "^4.3.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.37.0",
"react-material-ui-carousel": "^3.4.2",
"streamifier": "^0.1.1"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "12.3.1"
}
}