This commit is contained in:
yinxiaolong
2026-07-23 15:26:41 +08:00
commit 72d7dccaef
26 changed files with 9500 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "my-vuepress-site",
"type": "module",
"version": "1.0.0",
"description": "",
"author": "yinxiaolong <xiaohuozihaofuqi@kiyoung.cn>",
"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": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.30",
"http-server": "^14.1.1",
"typescript": "^6.0.3",
"vue": "^3.5.34",
"vuepress": "2.0.0-rc.30",
"vuepress-theme-plume": "1.0.0-rc.204"
},
"engines": {
"node": "^20.19.0 || >=22.0.0"
}
}