Phase 0: - 安裝 @xyflow/react 12.10.2 + elkjs 0.11.1 - import 驗證通過 經典首頁保留: - 複製現有首頁到 /classic/page.tsx (815行) - 統帥指示: 新指令中心部署後,舊版保留供對照 零假數據鐵律: 所有新頁面必須串接真實 API Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@awoooi/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@awoooi/lewooogo-core": "workspace:*",
|
|
"@awoooi/shared-types": "workspace:^",
|
|
"@sentry/nextjs": "^10.45.0",
|
|
"@tanstack/react-query": "^5.17.0",
|
|
"@xyflow/react": "^12.10.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.0",
|
|
"elkjs": "^0.11.1",
|
|
"lucide-react": "^0.577.0",
|
|
"next": "14.1.0",
|
|
"next-intl": "^4.8.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^10.1.0",
|
|
"recharts": "^3.8.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^2.2.0",
|
|
"zod": "^3.22.0",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@awoooi/eslint-config": "workspace:*",
|
|
"@awoooi/tsconfig": "workspace:*",
|
|
"@playwright/test": "^1.58.2",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.1.0",
|
|
"eslint-plugin-i18next": "^6.1.3",
|
|
"playwright": "^1.58.2",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.3.0",
|
|
"vitest": "^2.1.0"
|
|
}
|
|
}
|