Files
awoooi/apps/web/package.json
OG T c1834a7156
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 7m28s
feat(kb+apm): KB Phase 2-A 自動萃取 + KB-D Markdown 詳情面板 + APM 趨勢圖
- KB-A: 新增 knowledge_extractor_service.py (Ollama llama3.2:3b 本地推理)
- KB-A: incident_service.py resolve hook (fire-and-forget asyncio.create_task)
- KB-D: 引入 react-markdown + remark-gfm,知識庫詳情面板 Markdown 渲染
- KB-D: 批准/封存按鈕串接 API (POST /knowledge/{id}/approve, PATCH status)
- KB-D: i18n 新增 approving/archiving 載入狀態文字
- APM: apm/page.tsx 整合 TimeSeriesChart sparkline (使用 trend[] 欄位)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 14:40:27 +08:00

48 lines
1.2 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",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"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"
}
}