-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 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
{
"name": "my-blog",
"type": "module",
"version": "1.0.0",
"description": "My blog",
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
},
"author": "胡小龙 <huxiaolong@bmsoft.com.cn>",
"license": "MIT",
"engines": {
"node": "^20.6.0 || >=22.0.0"
},
"scripts": {
"docs:dev": "vuepress dev docs --port 8888",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build 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.24",
"http-server": "^14.1.1",
"typescript": "^5.9.2",
"vue": "^3.5.18",
"vuepress": "2.0.0-rc.24",
"vuepress-theme-plume": "1.0.0-rc.161"
},
"dependencies": {
"@vuepress/shiki-twoslash": "2.0.0-rc.112",
"flowchart.ts": "^3.0.1",
"mermaid": "^11.10.0"
}
}