-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
48
49
50
{
"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.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.9",
"@mui/x-data-grid": "^5.17.24",
"@next/font": "13.1.6",
"@paypal/paypal-js": "^5.1.5",
"@paypal/react-paypal-js": "^7.8.2",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.35.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"formidable": "^2.1.1",
"jose": "^4.13.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.9.2",
"next": "13.1.6",
"next-auth": "^4.20.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-slideshow-image": "^4.2.0",
"swr": "^2.0.3",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/formidable": "^2.0.5",
"@types/js-cookie": "^3.0.3",
"@types/jsonwebtoken": "^9.0.1"
}
}