6f2b938bc0
Deploy / Staging E2E Tests (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Failing after 138h57m55s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 138h58m2s
- 删除 apps/web/app/ 遗留 Next.js demo 目录(9 个文件) 该目录是早期项目推进器 demo,与主 Vite 应用完全隔离,不被 src/ 引用 - 删除 3 个未被 import 的 editing-planner 组件 TemplatePanel.tsx / SettingsPanel.tsx / GenerateModal.tsx - 移除 3 个未使用的 npm 依赖 react-hook-form / recharts / zod(仅 package.json 声明,源码无引用) - TypeScript 零错误,Vite 构建正常通过
50 lines
1.4 KiB
JSON
Executable File
50 lines
1.4 KiB
JSON
Executable File
{
|
|
"name": "@xiaoxia/web",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ci": "npx playwright test --project=chromium --reporter=line",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@tanstack/react-query": "^5.45.0",
|
|
"antd": "^5.18.0",
|
|
"axios": "^1.7.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.24.0",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.45.0",
|
|
"@testing-library/jest-dom": "^6.4.6",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/node": "^20.14.9",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"@vitest/ui": "^1.6.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"jsdom": "^24.1.0",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.3.1",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|