fuc-new/doc/package.json
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

27 lines
703 B
JSON

{
"name": "my-vuepress-site",
"type": "module",
"version": "1.0.0",
"description": "",
"author": "hellcat",
"license": "MIT",
"engines": {
"node": "^20.6.0 || >=22.0.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"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": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.24",
"vuepress": "2.0.0-rc.24",
"vuepress-theme-plume": "1.0.0-rc.164",
"http-server": "^14.1.1",
"vue": "^3.5.21",
"typescript": "^5.9.2"
}
}