-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.69 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
{
"name": "yennengaprogress.se",
"version": "1.0.4",
"engines": {
"node": "16.x"
},
"description": "Offical webpage of Yennenga Progress",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "node server.js",
"build": "jalla build index.js --sw sw.js",
"purge": "node -r dotenv/config -e \"require('./lib/purge')(['/sw.js', '/sw.js.map'], console.log)\""
},
"documentify": {
"transform": [
[
"./lib/document.js",
{
"order": "end"
}
]
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/codeandconspire/yennengaprogress.se.git"
},
"author": "code and conspire",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/codeandconspire/yennengaprogress.se/issues"
},
"homepage": "https://github.com/codeandconspire/yennengaprogress.se#readme",
"devDependencies": {
"choo-devtools": "^3.0.4",
"standard": "^10.0.3"
},
"dependencies": {
"cccpurge": "^2.0.0",
"choo": "^7.1.0",
"choo-meta": "^2.0.0",
"choo-service-worker": "^3.0.0",
"cloudinary": "^1.14.0",
"date-fns": "^1.30.1",
"dedent": "^0.7.0",
"dotenv": "^7.0.0",
"focus-visible": "^4.1.5",
"got": "^9.6.0",
"hstream": "^1.2.0",
"jalla": "^1.0.0-38",
"koa-body": "^4.1.1",
"koa-compose": "^4.1.0",
"koa-route": "^3.2.0",
"mailgun-js": "^0.22.0",
"nanolru": "^1.0.0",
"nanoraf": "^3.1.0",
"normalize.css": "^8.0.1",
"postcss-custom-properties": "^8.0.11",
"postcss-focus-visible": "^4.0.0",
"postcss-url": "^8.0.0",
"prismic-element": "^1.0.0",
"prismic-javascript": "^2.1.1",
"prismic-richtext": "^0.4.2"
}
}