forked from hyperion-project/hyperion.docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 847 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
30
31
{
"name": "hyperion.docs",
"version": "1.0.0",
"description": "Hyperion Documentation",
"homepage": "https://www.hyperion-project.org",
"author": "Hyperion-Project",
"private": true,
"licence": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs --no-cache --no-clear-screen",
"docs:build": "vuepress build docs",
"docs:serve": "vuepress serve docs --build --open"
},
"dependencies": {
"bowser": "^2.11.0",
"vue-material-design-icons": "^4.11.0",
"vuepress": "^1.9.5",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuepress-plugin-redirect": "^1.0.1"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"vuepress-plugin-serve": "^2.0.4"
},
"engines": {
"node": ">= 10.16.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.19.0"
}
}