Files
PolyWeather/frontend/package.json
T

42 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "polyweather-frontend",
2026-04-27 07:20:49 +08:00
"version": "1.5.5",
"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",
"react-leaflet": "^5.0.0",
2026-05-14 21:31:05 +08:00
"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"
}
}