-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "super-food-vn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.5",
"@tomtom-international/web-sdk-maps": "^6.21.3",
"axios": "^1.1.3",
"boxicons": "^2.1.4",
"firebase": "^9.15.0",
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"next": "12.3.1",
"next-auth": "^4.13.0",
"next-shield": "^2.1.3",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.36.1",
"react-paginate": "^8.1.4",
"react-ratings-declarative": "^3.4.1",
"react-redux": "^8.0.4",
"react-star-ratings": "^2.3.0",
"react-toastify": "^9.1.1",
"sass": "^1.55.0",
"socket.io-client": "^4.5.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"@types/js-cookie": "^3.0.2",
"@types/next-auth": "^3.15.0",
"@types/node": "18.7.23",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"typescript": "4.8.4"
}
}