-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 982 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
32
33
34
35
{
"name": "labctl-docs",
"version": "0.0.0",
"description": "Labctl user documentation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"postdocs:build": "node ./docs/.vitepress/build_sitemap.js",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labctl/labctl-docs.git"
},
"author": "Johann Kellerman <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/labctl/labctl-docs/issues"
},
"homepage": "https://github.com/labctl/labctl-docs#readme",
"dependencies": {
"clipboard": "^2.0.11"
},
"devDependencies": {
"js-yaml": "^4.1.0",
"naive-ui": "^2.34.4",
"sitemap-ts": "^1.4.0",
"v-network-graph": "^0.9.5",
"vitepress": "^1.0.0-beta.5",
"vue": "^3.3.4",
"vue3-json-viewer": "^2.2.2"
}
}