-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
36 lines (36 loc) · 947 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
{
"private": true,
"scripts": {
"start": "next --port 3000",
"next:start": "next start --port ${PORT}",
"next:build": "next build"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@next/bundle-analyzer": "^12.1.6",
"chart.js": "^3.0.2",
"localforage": "^1.9.0",
"next": "^12.1.6",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.5.4",
"react": "^18.2.0",
"react-csv": "^2.0.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.32.1",
"react-hotkeys": "^2.0.0",
"react-is": "^18.2.0",
"react-localization": "^1.0.16",
"react-toastify": "^9.0.4",
"react-transition-group": "^4.2.1",
"styled-components": "^5.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.23.1",
"prettier": "^2.2.1",
"webpack": "^5.76.0"
}
}