-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.58 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
{
"name": "@nzz/q-election-seats",
"version": "2.10.6",
"description": "Q Election Seats",
"keywords": [
"storytelling",
"nzz"
],
"homepage": "https://github.com/nzzdev/Q-election-seats",
"bugs": {
"url": "https://github.com/nzzdev/Q-election-seats/issues"
},
"license": "MIT",
"contributors": [
{
"name": "Beni Buess",
"email": "[email protected]"
},
{
"name": "Sharon Funke",
"email": "[email protected]"
},
{
"name": "Philip Küng",
"email": "[email protected]"
}
],
"main": "index.js",
"scripts": {
"start": "npx nodemon --watch routes --watch views --watch styles_src --ext js,svelte,scss --exec 'npm run serve'",
"serve": "npm run build && node index.js",
"build": "rm -rf styles && mkdir styles && node tasks/build.js",
"test": "lab -a @hapi/code -c -P tests --verbose --leaks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nzzdev/Q-election-seats.git"
},
"dependencies": {
"@hapi/boom": "^7.4.11",
"@hapi/hapi": "^18.4.1",
"@hapi/inert": "^5.2.2",
"@hapi/joi": "^15.1.1",
"boom": "^7.3.0",
"d3": "^5.16.0",
"d3-format": "^1.4.5",
"enjoi": "^5.0.2",
"joi": "^14.3.1",
"lodash": "^4.17.20",
"postcss": "^7.0.35",
"postcss-import": "^12.0.1",
"svelte": "^3.32.3"
},
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/lab": "^18.1.2",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.10",
"glob": "^7.1.6",
"jsdom": "^14.1.0",
"nodemon": "^2.0.22",
"sass": "^1.32.7"
}
}