forked from openhab/openhab-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 851 Bytes
/
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
{
"name": "openhab-docs",
"version": "3.0.0",
"description": "openHAB Documentation",
"main": "index.js",
"scripts": {
"prepare-docs": "ruby prepare-docs.rb",
"build-preview": "ruby prepare-docs.rb --delete-sources && vuepress build .",
"build-preview-local": "ruby prepare-docs.rb && vuepress build .",
"build-only": "vuepress build ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/openhab/openhab-docs.git"
},
"author": "",
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/openhab/openhab-docs/issues"
},
"homepage": "https://github.com/openhab/openhab-docs#readme",
"dependencies": {
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.5.0",
"vuepress-plugin-container": "^2.1.4",
"vuepress-plugin-tabs": "^0.3.0",
"webpack-serve": "^3.1.1"
}
}