forked from slava-lu/enterprise-react-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 918 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "11",
"@emotion/styled": "11",
"axios": "^0.24.0",
"focus-visible": "^5.2.0",
"framer-motion": "4",
"next": "^12.0.3",
"next-redux-wrapper": "^7.0.5",
"next-translate": "^1.2.0",
"nextjs-progressbar": "^0.0.13",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.20.5",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"eslint": "<8.0.0",
"eslint-config-next": "12.0.3",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1",
"redux-devtools-extension": "^2.13.9"
}
}