-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
47
{
"name": "teslo-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.2",
"@mui/x-data-grid": "^5.10.0",
"@paypal/react-paypal-js": "^7.7.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.30.0",
"formidable": "^2.0.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.3",
"mongoose": "^6.3.1",
"next": "12.1.5",
"next-auth": "^4.3.4",
"notistack": "^2.0.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.30.0",
"react-slideshow-image": "^3.7.3",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/formidable": "^2.0.5",
"@types/js-cookie": "^3.0.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.25",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}