-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
41
42
43
44
45
46
{
"name": "sos2021-dic-jdb",
"version": "1.0.0",
"description": "Projecto para recuperacion de diciembre",
"main": "index.js",
"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-node-resolve": "^11.0.0",
"rollup": "^2.56.3",
"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-dic-jdb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gti-sos/SOS2021-dic-jdb/issues"
},
"homepage": "https://github.com/gti-sos/SOS2021-dic-jdb#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chart.js": "^3.5.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"nedb": "^1.8.0",
"npx": "^10.2.2",
"path": "^0.12.7",
"puppeteer": "^10.2.0",
"request": "^2.88.2",
"svelte-spa-router": "^3.2.0",
"sveltestrap": "^5.6.2",
"uninstall": "0.0.0"
}
}