-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "werkstadt-2031",
"version": "0.0.0",
"description": "show results of the survey 'Werkstadt Fürth 2031'",
"scripts": {
"11ty": "eleventy --serve",
"start": "sirv results --no-clear",
"dev": "rollup -c -w",
"build": "npm run build:11ty && npm run build:svelte",
"build:11ty": "eleventy",
"build:svelte": "rollup -c",
"genData": "node ./data/genData.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuerth/werkstadt-2031.git"
},
"author": "mojoaxel",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/fuerth/werkstadt-2031/issues"
},
"homepage": "https://github.com/fuerth/werkstadt-2031#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"absolutify": "^0.1.0",
"cheerio": "^1.0.0-rc.12",
"csvtojson": "^2.0.10",
"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",
"sirv-cli": "^2.0.2",
"svelte": "^3.0.0"
},
"dependencies": {}
}