-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
{
"name": "labctl-docs",
"version": "0.0.0",
"type": "module",
"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.ts",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labctl/labctl-docs.git"
},
"author": "Johann Kellerman <kellerza@gmail.com>",
"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": {
"@types/node": "^24.0.0",
"js-yaml": "^4.1.0",
"naive-ui": "^2.42.0",
"sitemap-ts": "^1.10.1",
"v-network-graph": "^0.9.21",
"vitepress": "^2.0.0-alpha.12",
"vue": "^3.5.21",
"vue3-json-viewer": "^2.4.1"
}
}