b2dd758977
- GET /api/cities/model-range 新增 seoul/busan,总计 9 城 - 移除未使用的 react-leaflet 依赖 - 提取 chart Tooltip contentStyle 为共享常量 CHART_TOOLTIP_STYLE,消除 6 个文件中 15 处重复内联样式 Tested: npx tsc --noEmit pass Confidence: high
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "polyweather-frontend",
|
|
"version": "1.7.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node scripts/sync-next-server-chunks.mjs --clean-root && next dev",
|
|
"build": "next build && node scripts/sync-next-server-chunks.mjs",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit",
|
|
"test:business": "node scripts/run-business-state-tests.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
"@supabase/ssr": "^0.5.2",
|
|
"@supabase/supabase-js": "^2.57.2",
|
|
"@walletconnect/ethereum-provider": "^2.23.8",
|
|
"chart.js": "^4.5.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.511.0",
|
|
"next": "^15.3.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"recharts": "^3.8.1",
|
|
"tailwind-merge": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.9.20",
|
|
"@types/node": "^22.15.21",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@types/trusted-types": "^2.0.7",
|
|
"autoprefixer": "^10.4.20",
|
|
"playwright": "^1.59.1",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|