forked from openhab/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 816 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-website",
"version": "1.0.0",
"description": "openHAB Website",
"dependencies": {
"headroom.js": "^0.9.4",
"markdown-it": "^8.4.2",
"scrollreveal": "^3.4.0",
"vue-parallax": "^1.1.1",
"vue-parallaxy": "^1.1.1",
"vue-tabs-component": "^1.5.0",
"vue-tweet-embed": "^2.1.2",
"vuepress-tabs": "^0.1.6"
},
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"fs-extra": "^6.0.1",
"vuepress": "^0.14.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare-docs": "ruby prepare-docs.rb",
"add-blog-meta": "ruby add-blog-meta.rb",
"build": "ruby prepare-docs.rb && ruby add-blog-meta.rb && vuepress build .",
"build-only": "vuepress build ."
},
"author": "openHAB",
"license": "EPL-1.0"
}