-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.39 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.39 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
56
57
58
59
60
{
"name": "tomtervel",
"scripts": {
"deps": "dependency-check . --missing --unused --no-dev -i choo-service-worker -i envify -i hstream -i tachyons -i bankai -i brfs -i dependency-check -i minify-stream -i standard",
"start": "bankai start",
"build": "bankai build index.js ./dist",
"test": "npm run deps && node testserver.js"
},
"main": "index.js",
"engine": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/tomtervel/nettside.git"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bankai": "^9.15.3",
"brfs": "^2.0.2",
"choo": "^7.1.0",
"choo-devtools": "^3.0.4",
"choo-service-worker": "^3.0.0",
"dotenv": "^16.0.2",
"envify": "^4.1.0",
"hstream": "^3.1.1",
"markdown-it": "^13.0.1",
"minify-stream": "^2.1.0",
"nanocomponent": "^6.6.0",
"nanocontent": "^0.4.6",
"nanopage": "0.2.0",
"on-idle": "^3.1.4",
"sheetify": "^8.0.0",
"tachyons": "^4.12.0"
},
"devDependencies": {
"dependency-check": "^4.1.0",
"node-osascript": "^2.1.0",
"standard": "^17.0.0"
},
"eslintConfig": {
"extends": "standard",
"env": {
"browser": true,
"node": true
}
},
"browserify": {
"transform": [
"envify",
"brfs",
"nanocontent/transform"
]
},
"documentify": {
"transform": [
"./headertags.js"
]
}
}