Sh2website/package.json
2025-10-27 22:59:00 +08:00

25 lines
725 B
JSON

{
"name": "sticky-homework-2",
"type": "module",
"version": "1.0.0",
"description": "一款支持富文本的桌面作业贴工具",
"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.174"
},
"engines": {
"node": "^20.6.0 || >=22.0.0"
}
}