-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "sos1920-l09",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "npx newman run tests/postmanTestsSPC.json && npx newman run tests/postmanTestsLQ.json && npx newman run tests/postmanTestsPoverty.json",
"start": "node index"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.2.2",
"rollup-plugin-terser": "^5.1.2",
"svelte": "^3.22.3"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular-chart.js": "^1.1.1",
"apexcharts": "^3.19.2",
"body-parser": "^1.19.0",
"chart.js": "^2.9.3",
"chartist": "^0.11.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"nedb": "^1.8.0",
"newman": "^5.0.0",
"plottable": "^3.8.6",
"request": "^2.88.2",
"svelte-spa-router": "^2.1.0",
"sveltestrap": "^3.3.3",
"travis": "^0.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/gti-sos/SOS1920-27.git"
}
}