2019-01-13 23:00:42 +00:00
|
|
|
{
|
|
|
|
"name": "openhab-docs",
|
2020-05-25 11:42:37 +00:00
|
|
|
"version": "3.0.0",
|
2019-01-13 23:00:42 +00:00
|
|
|
"description": "openHAB Documentation",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"prepare-docs": "ruby prepare-docs.rb",
|
|
|
|
"build-preview": "ruby prepare-docs.rb --delete-sources && vuepress build .",
|
2022-02-19 12:13:31 +00:00
|
|
|
"build-preview-local": "ruby prepare-docs.rb && vuepress build .",
|
2019-01-13 23:00:42 +00:00
|
|
|
"build-only": "vuepress build ."
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/openhab/openhab-docs.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
2020-05-25 11:42:37 +00:00
|
|
|
"license": "EPL-2.0",
|
2019-01-13 23:00:42 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/openhab/openhab-docs/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/openhab/openhab-docs#readme",
|
|
|
|
"dependencies": {
|
2019-08-09 16:39:17 +00:00
|
|
|
"vue-tabs-component": "^1.5.0",
|
2020-05-25 11:42:37 +00:00
|
|
|
"vuepress": "^1.5.0",
|
|
|
|
"vuepress-plugin-container": "^2.1.4",
|
|
|
|
"vuepress-plugin-tabs": "^0.3.0",
|
2019-08-09 16:39:17 +00:00
|
|
|
"webpack-serve": "^3.1.1"
|
2019-01-13 23:00:42 +00:00
|
|
|
}
|
|
|
|
}
|