-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 945 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
{
"name": "tcldl-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev src/ -p ${SERVICE_PORT:-3000}",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"axios": "^0.21.0",
"highcharts": "^8.2.2",
"highcharts-react-official": "^3.0.0",
"next": "^9.5.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.11.0",
"react-redux": "^7.2.2",
"react-toastify": "^6.1.0",
"redux": "^4.0.5",
"regression": "^2.0.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2"
},
"resolutions": {
"styled-components": "^5"
}
}