-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 856 Bytes
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
{
"name": "ravenfield-docs",
"description": "Ravenfield Community Documents(UNOFFICIAL)",
"version": "2.0.0",
"license": "CC-BY-NC-4.0",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.30",
"markmap-lib": "^0.18.12",
"markmap-toolbar": "^0.18.12",
"markmap-view": "^0.18.12",
"mermaid": "^11.15.0",
"sass-embedded": "^1.100.0",
"vue": "^3.5.35",
"vuepress": "2.0.0-rc.30",
"vuepress-theme-hope": "2.0.0-rc.107"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"@vuepress/plugin-umami-analytics": "2.0.0-rc.27"
}
}