This repository was archived by the owner on Mar 11, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.33 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.33 KB
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
{
"name": "@nzz/q-elections-executive",
"version": "3.3.15",
"description": "Q executive election tool",
"keywords": [
"storytelling",
"nzz"
],
"homepage": "https://github.com/nzzdev/Q-election-executive",
"bugs": {
"url": "https://github.com/nzzdev/Q-election-executive/issues"
},
"license": "MIT",
"contributors": [
{
"name": "Beni Buess",
"email": "beni.buess@nzz.ch"
},
{
"name": "Sharon Funke",
"email": "sharon.funke@nzz.ch"
}
],
"main": "index.js",
"scripts": {
"build": "rm -rf styles && mkdir styles && node tasks/build.js",
"test": "lab -a @hapi/code -c -P tests --verbose --leaks",
"update-local-fixtureData": "node tasks/updateFixtureData.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nzzdev/Q-election-excecutive.git"
},
"dependencies": {
"@hapi/boom": "^7.4.11",
"@hapi/hapi": "^18.3.1",
"@hapi/inert": "^5.2.2",
"@hapi/joi": "^15.1.1",
"enjoi": "^5.0.2",
"joi": "^14.3.1",
"lodash": "^4.17.14",
"svelte": "^3.46.4"
},
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/lab": "^18.1.2",
"autoprefixer": "^9.8.8",
"cssnano": "^4.1.11",
"glob": "^7.2.0",
"jsdom": "^14.1.0",
"postcss": "^7.0.17",
"postcss-import": "^12.0.1",
"sass": "^1.49.9"
}
}