-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "sos2021-27",
"version": "1.0.0",
"engines": {
"node": "14.x"
},
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index",
"build": "rollup -c",
"dev": "rollup -c -w"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gti-sos/SOS2021-27.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gti-sos/SOS2021-27/issues"
},
"homepage": "https://github.com/gti-sos/SOS2021-27#readme",
"dependencies": {
"@amcharts/amcharts4": "^4.10.18",
"amcharts": "^3.14.5",
"body-parser": "^1.19.0",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"d3": "^6.7.0",
"express": "^4.17.1",
"highcharts": "^9.1.1",
"nedb": "^1.8.0",
"puppeteer": "^10.0.0",
"request": "^2.88.2",
"svelte-spa-router": "^3.1.0",
"sveltestrap": "^3.14.1",
"uvCharts": "^1.1.5",
"uvcharts": "^1.1.5",
"vis": "^4.21.0-EOL",
"zingchart": "^2.9.4"
}
}