forked from balena-io/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "resin-docs",
"private": true,
"version": "3.6.2",
"description": "This repo contains our public-facing documentation.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./tools/prepare.sh",
"build": "./tools/build.sh && webpack -p",
"watch-pages": "watch ./tools/build.sh pages shared templates config",
"watch-assets": "webpack -w",
"watch": "npm run watch-pages & npm run watch-assets"
},
"repository": {
"type": "git",
"url": "git://github.com/balena-io/docs.git"
},
"author": "balena <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io/docs/issues"
},
"homepage": "https://github.com/balena-io/docs",
"dependencies": {
"@resin.io/doxx": "0.11.3",
"bootstrap": "3.3.7",
"bootstrap-select": "1.12.2",
"coffee-script": "~1.10.0",
"express": "^4.13.4",
"express-http-to-https": "1.1.4",
"headroom.js": "0.9.3",
"highlight.js": "9.11.0",
"jquery": "3.2.1",
"jquery-colorbox": "1.6.4",
"lodash": "^4.11.1",
"metalsmith-prefixoid": "^1.0.3"
},
"devDependencies": {
"css-loader": "0.28.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"url-loader": "0.5.8",
"watch": "^0.18.0",
"webpack": "2.4.1"
}
}