-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 1.99 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@nzz/q-quiz",
"version": "1.12.1",
"description": "Q quiz",
"keywords": [
"storytelling",
"nzz"
],
"homepage": "https://github.com/nzzdev/Q-quiz",
"bugs": {
"url": "https://github.com/nzzdev/Q-quiz/issues"
},
"license": "MIT",
"contributors": [
{
"name": "Beni Buess",
"email": "[email protected]"
},
{
"name": "Sharon Funke",
"email": "[email protected]"
},
{
"name": "Michel Grautstück",
"email": "[email protected]"
}
],
"main": "index.js",
"scripts": {
"test": "lab -a @hapi/code -t 85 -P tests -m 3000 --verbose --leaks",
"build": "rm -rf scripts && mkdir scripts && rm -rf styles && mkdir styles && node tasks/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nzzdev/Q-quiz.git"
},
"dependencies": {
"@hapi/boom": "^7.4.11",
"@hapi/catbox-memory": "^4.1.1",
"@hapi/hapi": "^18.4.0",
"@hapi/inert": "^5.2.2",
"@hapi/joi": "^15.1.1",
"@turf/turf": "^5.1.6",
"child-process": "^1.0.2",
"d3-array": "^2.12.1",
"d3-scale": "^3.3.0",
"d3-selection": "^1.4.1",
"enjoi": "6.0.0",
"hapi-pino": "^6.3.0",
"jsdom": "^15.2.1",
"node-fetch": "^2.6.5",
"pino-noir": "^2.2.1",
"pouchdb": "7.1.1",
"pouchdb-server": "^4.2.0",
"sparseheatmap": "^1.1.1",
"svelte": "2.16.1",
"yaral": "^3.0.2"
},
"jspm": {
"name": "@nzz/q-quiz",
"main": "@nzz/q-quiz.js",
"dependencies": {
"leaflet": "github:Leaflet/Leaflet@^1.5.1",
"text": "github:systemjs/plugin-text@^0.0.11"
},
"devDependencies": {
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.25"
}
},
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/lab": "^19.1.0",
"@hapi/wreck": "^15.1.0",
"autoprefixer": "^9.8.7",
"cssnano": "^4.1.11",
"jspm": "0.17.0-beta.41",
"jspm-github": "^0.14.14",
"postcss": "^7.0.38",
"postcss-import": "^12.0.1",
"sass": "^1.42.1"
}
}