-
-
Notifications
You must be signed in to change notification settings - Fork 690
/
package.json
43 lines (43 loc) · 1.31 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
{
"name": "openhab-docs",
"version": "4.2.0",
"description": "openHAB Documentation",
"main": "index.js",
"scripts": {
"build-only": "vuepress build .",
"prebuild-preview-local": "ruby prepare-docs.rb",
"build-preview-local": "cross-env LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 NODE_OPTIONS=--openssl-legacy-provider && npx vuepress build .",
"build-preview": "npm run build-only",
"postinstall": "npm dedupe && npm prune",
"prebuild-preview": "ruby prepare-docs.rb",
"preserve": "npm run build-preview-local",
"serve": "python3 -m http.server --directory vuepress"
},
"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"
}
}