{ "name": "openhab-docs", "version": "4.2.0", "description": "openHAB Documentation", "main": "index.js", "scripts": { "postinstall": "npm dedupe && npm prune", "prepare-docs": "ruby prepare-docs.rb", "build-only": "vuepress build .", "build-preview": "npm run prepare-docs && npm run build-only", "preserve-preview": "npm run build-preview", "serve-preview": "npx http-server vuepress --silent" }, "engines": { "node": ">=16.20.1 <17" }, "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": { "cross-env": "^7.0.3", "null-loader": "^4.0.1", "vue-tabs-component": "^1.5.0", "vuepress": "^1.9.10", "vuepress-plugin-container": "^2.1.4", "vuepress-plugin-tabs": "^0.3.0", "webpack-serve": "^3.2.0" }, "overrides": { "vue": "=2.6.14", "vue-server-renderer": "=2.6.14", "vue-template-compiler": "=2.6.14" } }