-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
51
52
53
54
55
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@hookform/resolvers": "^2.8.8",
"@reduxjs/toolkit": "^1.8.1",
"@types/lodash": "^4.14.181",
"antd": "^4.19.3",
"axios": "^0.26.1",
"framer-motion": "^6.3.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"next": "12.1.5",
"next-redux-wrapper": "^7.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.29.0",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"react-table": "^7.7.0",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"styled-components": "^5.3.5",
"typescript": "^4.6.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.1",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.24",
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
}
}