-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.21 KB
/
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
40
{
"name": "pyross-webui",
"version": "1.0.0",
"description": "Visualisation for pyross COVID-19 forecasts.",
"main": "index.js",
"repository": "git@github.com:TakodaS/pyross-webui.git",
"author": "ab2075@xpluto <ab2075@cam.ac.uk>",
"license": "MIT",
"private": false,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"scripts": {
"start": "parcel serve src/index.html",
"build": "cross-env NODE_ENV=production parcel build src/index.html --public-url .",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@amcharts/amcharts4": "^4.9.26",
"@amcharts/amcharts4-fonts": "^4.0.1",
"@amcharts/amcharts4-geodata": "^4.1.15",
"Math": "^0.0.1-security",
"cross-env": "^7.0.2",
"gh-pages": "^3.0.0",
"jsonq": "^1.2.0",
"mathjs": "^7.0.1",
"parcel-bundler": "^1.12.4"
}
}