-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 909 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 909 Bytes
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
{
"private": true,
"scripts": {
"start": "next --port 7000",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"prod:build": "next build",
"prod:start": "next start --port 80"
},
"dependencies": {
"chart.js": "^3.0.2",
"localforage": "^1.9.0",
"next": "^10.1.3",
"next-offline": "^5.0.3",
"react": "^17.0.2",
"react-csv": "^2.0.3",
"react-dom": "^17.0.2",
"react-hook-form": "^3.23.18",
"react-hotkeys": "^2.0.0",
"react-is": "^17.0.2",
"react-localization": "^1.0.16",
"react-toastify": "^5.3.2",
"react-transition-group": "^4.2.1",
"styled-components": "^4.3.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"prettier": "^2.2.1",
"webpack": "^4.41.2"
}
}