-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 883 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 883 Bytes
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
{
"name": "choo-website",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "bankai start",
"build": "bankai build",
"test": "standard"
},
"browserify": {
"transform": [
"hypha/transform"
]
},
"dependencies": {
"choo": "6.9.0",
"choo-devtools": "^2.5.1",
"choo-log": "^7.2.1",
"dom-css": "^2.1.0",
"gr8": "^3.1.5",
"highlight.js": "^9.18.1",
"markdown-it": "^8.4.2",
"nanobeacon": "^1.0.0",
"nanocomponent": "^6.5.3",
"object-keys": "^1.1.1",
"object-values": "^1.0.0",
"raf": "^3.4.1",
"ress": "^1.2.2"
},
"devDependencies": {
"bankai": "^9.15.3",
"brfs": "^2.0.2",
"concat-stream": "^1.6.2",
"from2-string": "^1.1.0",
"hyperstream": "^1.2.2",
"hypha": "^0.4.5",
"minify-html-stream": "^0.3.1",
"standard": "^14.3.1"
}
}