-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
{
"name": "sushi-store-client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"next": "11.0.1",
"next-compose-plugins": "^2.2.1",
"node-fetch": "^3.0.0",
"prettier": "^2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-login": "^5.2.2",
"react-input-mask": "^2.0.4",
"react-redux": "^7.2.4",
"react-slick": "^0.28.1",
"react-toastify": "^8.0.2",
"react-transition-group": "^4.4.2",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"sharp": "^0.29.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.0",
"styled-normalize": "^8.0.7",
"uuid": "^8.3.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@material-ui/core": "^4.12.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"eslint-plugin-react-hooks": "^4.2.0"
}
}