-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "sos2021-30",
"version": "1.0.0",
"description": "servidor JSON",
"main": "index.js",
"engines": {
"node": "14.x"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"jscharting-react": "^1.2.1",
"rollup": "^2.50.0",
"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.38.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gti-sos/SOS2021-30.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gti-sos/SOS2021-30/issues"
},
"homepage": "https://github.com/gti-sos/SOS2021-30#readme",
"dependencies": {
"@progress/kendo-drawing": "^1.10.1",
"@progress/kendo-licensing": "^1.1.4",
"@progress/kendo-react-charts": "^4.6.0",
"@progress/kendo-react-intl": "^4.6.0",
"anychart": "^8.10.0",
"body-parser": "^1.19.0",
"chart.js": "^3.3.2",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"degit": "^2.8.4",
"dygraphs": "^2.1.0",
"express": "^4.17.1",
"grpc": "^1.24.10",
"hammerjs": "^2.0.8",
"heroku": "^7.54.0",
"highcharts": "^9.1.0",
"jscharting": "^3.0.3-beta",
"nedb": "^1.8.0",
"newman": "^5.2.3",
"plotly.js-dist-min": "^1.58.4",
"puppeteer": "^10.0.0",
"react": "^17.0.2",
"request": "^2.88.2",
"resolve": "^1.20.0",
"svelte-spa-router": "^3.1.0",
"svelte-tablesort": "^1.1.0",
"sveltestrap": "^3.14.1",
"underscore": "^1.13.1",
"unirest": "^0.6.0",
"zingchart": "^2.9.4"
}
}