Files
blog-srv/package.json
yinxiaolong 72d7dccaef init
2026-07-23 15:26:41 +08:00

26 lines
737 B
JSON

{
"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"
}
}