Files
cwd/cwd-admin/package.json
anghunk b599965cb3 chore: 更新项目版本号至 0.0.2 并修正文档占位符
- 将 cwd-api、cwd-admin 和 docs/widget 的 package.json 版本统一从 0.0.1 更新为 0.0.2。
- 修正文档 overview.md 中版本号的示例占位符,使其更通用。
2026-01-27 15:45:56 +08:00

22 lines
421 B
JSON

{
"name": "cwd-admin",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build"
},
"dependencies": {
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"echarts": "^5.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.5.2",
"vite": "^6.0.11",
"vue-tsc": "^2.1.10"
}
}