后端: - 新增 leai 模块:认证、Webhook、数据同步、定时对账 - 新增 LeaiConfig/RestTemplateConfig/SchedulingConfig 配置 - 新增 FlywayRepairConfig 处理迁移修复 - 新增 V5__leai_integration.sql 迁移脚本 - 扩展所有实体类添加 tenantId 等字段 - 更新 SecurityConfig 放行 leai 公开接口 - 添加 application-test.yml 测试环境配置 前端: - 添加乐读派认证 API (public.ts) - 优化 Generating.vue 生成页 - 添加 Playwright E2E 测试配置及依赖 - 添加测试 fixtures、utils、mock-h5.html - 添加 leai 模块完整 E2E 测试套件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "competition-management-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"compress:test": "node scripts/compress.cjs test",
|
|
"compress:prod": "node scripts/compress.cjs production",
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"build:test": "vite build --mode test",
|
|
"build:prod": "vite build --mode production",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@vee-validate/zod": "^4.12.4",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"ant-design-vue": "^4.1.1",
|
|
"axios": "^1.6.7",
|
|
"dayjs": "^1.11.10",
|
|
"echarts": "^6.0.0",
|
|
"pinia": "^2.1.7",
|
|
"three": "^0.182.0",
|
|
"vee-validate": "^4.12.4",
|
|
"vue": "^3.4.21",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-router": "^4.3.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"@types/multer": "^2.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"autoprefixer": "^10.4.18",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.22.0",
|
|
"postcss": "^8.4.35",
|
|
"sass": "^1.71.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.4.3",
|
|
"vite": "^5.1.6",
|
|
"vue-tsc": "^3.2.2"
|
|
}
|
|
}
|