主要更新: 1. 后端核心底座完成 (M1-M6): - 健康检查、指标监控、分布式锁 - 事件总线、队列系统、事务管理 - 安全守卫、多租户隔离、存储适配器 - 审计日志、配置管理、多语言支持 2. 前端迁移到 Ant Design Vue: - 从 Element Plus 迁移到 Ant Design Vue - 完善 system 模块 (role/menu/dept) - 修复依赖和配置问题 3. 文档完善: - AI 开发工作流文档 - 架构约束和开发规范 - 项目进度跟踪 4. 其他改进: - 修复编译错误和类型问题 - 完善测试用例 - 优化项目结构
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@vben/vite-config",
|
|
"version": "5.5.8",
|
|
"private": true,
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "internal/vite-config"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"stub": "pnpm unbuild --stub"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@intlify/unplugin-vue-i18n": "catalog:",
|
|
"@jspm/generator": "catalog:",
|
|
"archiver": "catalog:",
|
|
"cheerio": "catalog:",
|
|
"get-port": "catalog:",
|
|
"html-minifier-terser": "catalog:",
|
|
"nitropack": "catalog:",
|
|
"resolve.exports": "catalog:",
|
|
"vite-plugin-pwa": "catalog:",
|
|
"vite-plugin-vue-devtools": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/workspace.read-manifest": "catalog:",
|
|
"@types/archiver": "catalog:",
|
|
"@types/html-minifier-terser": "catalog:",
|
|
"@vben/node-utils": "workspace:*",
|
|
"@vitejs/plugin-vue": "catalog:",
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
"dayjs": "catalog:",
|
|
"dotenv": "catalog:",
|
|
"rollup": "catalog:",
|
|
"rollup-plugin-visualizer": "catalog:",
|
|
"sass": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-plugin-compression": "catalog:",
|
|
"vite-plugin-dts": "catalog:",
|
|
"vite-plugin-html": "catalog:",
|
|
"vite-plugin-lazy-import": "catalog:"
|
|
}
|
|
}
|