-
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) · 884 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 884 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
{
"name": "gnd-ctrl-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-https": "node ./https-server.js",
"build": "next build",
"start": "next start",
"start-https": "NODE_ENV=production node ./https-server.js"
},
"dependencies": {
"@juggle/resize-observer": "^3.3.0",
"@react-hook/throttle": "^2.2.0",
"@svgr/webpack": "^5.5.0",
"d3-interpolate": "^2.0.1",
"d3-interpolate-curve": "^1.0.2",
"d3-shape": "^2.0.0",
"grommet": "^2.16.3",
"moment": "^2.29.1",
"next": "10.0.6",
"next-pwa": "^5.0.5",
"polished": "^4.1.0",
"rc-slider": "^9.7.1",
"react": "17.0.1",
"react-cool-dimensions": "^1.3.2",
"react-dom": "17.0.1",
"recharts": "^2.0.4",
"styled-components": "^5.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"webpack": "4.46.0"
}
}