-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 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
{
"name": "bankai-website",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "bankai build index.js",
"create": "choo-scaffold",
"inspect": "bankai inspect index.js",
"start": "bankai start index.js",
"test": "standard && npm run test-deps",
"test-deps": "dependency-check . && dependency-check . --extra --no-dev -i tachyons -i highlight-syntax-pastel"
},
"dependencies": {
"choo": "^7.0.0",
"choo-devtools": "^3.0.1",
"choo-service-worker": "^3.0.0",
"highlight-syntax": "^3.0.2",
"highlight-syntax-pastel": "^1.0.0",
"marked": "^0.7.0",
"tachyons": "^4.11.1"
},
"devDependencies": {
"bankai": "^9.15.0",
"choo-scaffold": "^1.2.0",
"dependency-check": "^3.2.1",
"sheetify": "^8.0.0",
"standard": "^14.0.2"
}
}