-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
42 lines (42 loc) · 1.34 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
{
"name": "openhab-website",
"version": "3.0.0",
"description": "openHAB Website",
"engines": {
"node": "<17"
},
"dependencies": {
"headroom.js": "^0.9.4",
"markdown-it": "^8.4.2",
"scrollreveal": "^3.4.0",
"sockjs-client": "^1.6.1",
"vue-parallax": "^1.1.1",
"vue-parallax-js": "github:jsnanigans/vue-parallax-js",
"vue-parallaxy": "^1.1.1",
"vue-tabs-component": "^1.5.0",
"vue-tweet-embed": "^2.4.0",
"vuepress-plugin-tabs": "^0.3.0"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.7.1",
"copy-webpack-plugin": "^4.6.0",
"fs-extra": "^6.0.1",
"vuepress": "^1.0.0",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-feed": "^0.1.9"
},
"scripts": {
"predev": "npm install && npx update-browserslist-db@latest",
"dev": "npx vuepress dev",
"prepare-docs": "ruby prepare-docs.rb $ARGUMENTS",
"add-blog-meta": "ruby add-blog-meta.rb",
"build": "npm run prepare-docs && ruby add-blog-meta.rb && vuepress build .",
"build-only": "vuepress build .",
"prebuild-local": "npm run prepare-docs",
"build-local": "npm run dev --silent",
"build-local-latest": "OH_DOCS_VERSION=final npm run build-local",
"build-local-stable": "OH_DOCS_VERSION=final-stable npm run build-local"
},
"author": "openHAB",
"license": "EPL-2.0"
}