-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1 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
{
"name": "teslo-shop",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@mui/x-data-grid": "^5.5.1",
"@paypal/react-paypal-js": "^7.8.1",
"@types/bcryptjs": "^2.4.2",
"axios": "^0.26.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.30.1",
"formidable": "^2.0.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.1",
"next": "12.0.10",
"next-auth": "^4.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.1",
"react-slideshow-image": "^4.0.4",
"swr": "^1.2.1"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/js-cookie": "^3.0.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}