-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.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": "quantifiedplanet.org",
"version": "2.3.0",
"description": "Website for Quantified Planet",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "node server.js"
},
"engines": {
"node": "16.x"
},
"documentify": {
"transform": [
[
"./lib/document.js",
{
"order": "end"
}
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeandconspire/quantifiedplanet.org.git"
},
"author": "code and conspire",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/codeandconspire/quantifiedplanet.org/issues"
},
"homepage": "https://github.com/codeandconspire/quantifiedplanet.org#readme",
"devDependencies": {
"standard": "^10.0.3"
},
"dependencies": {
"cccpurge": "^1.4.0",
"chartist": "^0.11.4",
"choo": "^6.13.3",
"choo-devtools": "^2.3.3",
"choo-service-worker": "^2.4.0",
"cssnano": "^3.10.0",
"dedent": "^0.7.0",
"geoip-lite": "^1.4.1",
"hstream": "^1.2.0",
"jalla": "^0.7.4",
"koa-body": "^4.1.1",
"koa-compose": "^4.1.0",
"koa-route": "^3.2.0",
"nanobus": "^4.4.0",
"nanoraf": "^3.1.0",
"nanostate": "^1.1.0",
"normalize.css": "^7.0.0",
"postcss-color-function": "^4.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.2.0",
"postcss-load-config": "^1.2.0",
"postcss-selector-matches": "^3.0.1",
"prismic-element": "^1.0.0",
"prismic-javascript": "^1.5.1",
"prismic-richtext": "^0.2.7",
"smoothscroll-polyfill": "^0.4.4"
}
}