-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "next-amazona",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next exports"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.6.1",
"@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",
"@prisma/client": "^3.4.2",
"@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",
"mongodb-client-encryption": "^1.2.7",
"mongoose": "^5.13.2",
"multer": "^1.4.2",
"netlify-plugin-cache-nextjs": "^1.6.1",
"next": "^11.0.1",
"next-auth": "^3.29.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.11.0",
"react-material-ui-carousel": "^2.2.7",
"streamifier": "^0.1.1"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.1"
}
}