-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
40
41
42
{
"name": "cic-计算机信息交流协会培训教程",
"type": "module",
"version": "1.0.0",
"description": "CIC计算机信息交流协会培训教程",
"packageManager": "pnpm@10.17.0",
"author": "XuChenXu <91937041+ChenXu233@users.noreply.github.com>",
"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.22",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-plume": "1.0.0-rc.176"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
},
"engines": {
"node": "^20.6.0 || >=22.0.0"
},
"dependencies": {
"@vuepress/shiki-twoslash": "2.0.0-rc.118",
"artplayer": "^5.3.0",
"chart.js": "^4.5.1",
"echarts": "^6.0.0",
"flowchart.ts": "^3.0.1",
"mermaid": "^11.12.1",
"pyodide": "^0.29.0"
}
}