-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.04 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
38
39
{
"name": "euora-craft-docs",
"type": "module",
"version": "1.0.0",
"description": "EuoraCraft-Launcher 启动器使用文档",
"packageManager": "pnpm@10.30.3",
"license": "MIT",
"scripts": {
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.26",
"http-server": "^14.1.1",
"typescript": "^5.9.3",
"vue": "^3.5.30",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-plume": "1.0.0-rc.192"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tsparticles/engine",
"esbuild"
]
},
"engines": {
"node": "^20.19.0 || >=22.0.0"
},
"dependencies": {
"@tsparticles/engine": "^3.9.1",
"@tsparticles/slim": "^3.9.1",
"@vuepress/shiki-twoslash": "2.0.0-rc.123",
"tsparticles": "^3.9.1"
}
}