jccp_a/vuepress/package.json
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

26 lines
694 B
JSON

{
"name": "tjtj",
"type": "module",
"version": "1.0.0",
"description": "tjtj",
"author": "hellcat",
"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.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.173"
},
"engines": {
"node": "^20.6.0 || >=22.0.0"
}
}