-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 923 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
38
39
{
"name": "diabetes-sim",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"ts:watch": "tsc -W"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"chart.js": "^2.9.3",
"chrono-node": "^1.4.6",
"d3": "^5.16.0",
"emotion-theming": "^10.0.27",
"esm": "^3.2.25",
"everpolate": "^0.0.3",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"luxon": "^1.24.1",
"moment": "^2.25.3",
"moment-timezone": "^0.5.31",
"next": "^9.3.6",
"react": "^16.13.1",
"react-datetime": "^2.16.3",
"react-dom": "^16.13.1",
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/node": "^13.13.5",
"@types/react": "^16.9.34",
"plotly.js": "^1.54.1",
"react-plotly.js": "^2.4.0"
}
}