-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.46 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
{
"name": "designstipendiet.se",
"version": "1.0.0",
"description": "For Robert Weil Family Foundation & Beckmans College of Design",
"main": "index.js",
"scripts": {
"build": "jalla build index.js --sw sw.js",
"start": "node server.js",
"test": "standard"
},
"engines": {
"node": "18.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeandconspire/designstipendiet.se.git"
},
"documentify": {
"transform": [
[
"./lib/document.js",
{
"order": "end"
}
]
]
},
"author": "code and conspire",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/codeandconspire/designstipendiet.se/issues"
},
"homepage": "https://github.com/codeandconspire/designstipendiet.se#readme",
"devDependencies": {
"@flydotio/dockerfile": "^0.5.9",
"choo-devtools": "^2.5.1",
"standard": "^10.0.3"
},
"dependencies": {
"cccpurge": "^2.0.0",
"choo": "^6.13.3",
"choo-meta": "^1.0.4",
"choo-service-worker": "^2.4.0",
"csvtojson": "^2.0.10",
"date-fns": "^1.30.1",
"dotenv": "^6.2.0",
"focus-visible": "^4.1.5",
"jalla": "^0.12.0-7",
"koa-body": "^4.1.0",
"koa-compose": "^4.1.0",
"koa-route": "^3.2.0",
"mailgun-js": "^0.22.0",
"nanoraf": "^3.1.0",
"normalize.css": "^8.0.1",
"postcss-custom-properties": "^8.0.9",
"postcss-focus-visible": "^4.0.0",
"scroll-into-view": "^1.9.5"
}
}