forked from aklivity/zilla-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.78 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
43
44
45
46
47
48
49
50
51
{
"name": "zilla-docs",
"type": "module",
"version": "2.1.8",
"description": "The official documentation for the aklivity/zilla open-source project",
"keywords": [],
"author": "aklivity.io",
"license": "ISC",
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"scripts": {
"info": "vuepress-vite info",
"build": "vuepress-vite build src",
"clean-dev": "vuepress-vite dev src --clean-cache",
"dev": "vuepress-vite dev src",
"update-package": "pnpm add -g pnpm && pnpm dlx vp-update",
"lint": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#.config\" \"#.check-schema\"",
"lint-fix": "markdownlint-cli2 --fix \"**/*.md\" \"#node_modules\" \"#.config\" \"#.check-schema\"",
"link-checker": "pnpm build && link-checker src/.vuepress/dist",
"install-check-schema": "cd ./.check-schema && pnpm install",
"check-schema": "node ./.check-schema"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/plugin-catalog": "2.0.0-rc.52",
"@vuepress/plugin-docsearch": "2.0.0-rc.52",
"@vuepress/plugin-google-analytics": "2.0.0-rc.52",
"@vuepress/plugin-markdown-hint": "2.0.0-rc.52",
"@vuepress/plugin-markdown-image": "2.0.0-rc.52",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.52",
"@vuepress/plugin-redirect": "2.0.0-rc.52",
"@vuepress/plugin-register-components": "2.0.0-rc.52",
"@vuepress/plugin-shiki": "2.0.0-rc.52",
"link-checker": "^1.4.2",
"markdownlint-cli2": "^0.8.1",
"mathjax-full": "^3.2.2",
"mermaid": "^10.9.1",
"sass-embedded": "^1.79.4",
"sass-embedded-darwin-arm64": "^1.79.4",
"vue": "^3.5.10",
"vuepress": "2.0.0-rc.17",
"vuepress-theme-hope": "2.0.0-rc.58"
},
"pnpm": {
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}
}