{ "name": "knur-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@anthropic-ai/sdk": "^0.104.1", "@types/leaflet": "^1.9.21", "clsx": "^2.1.1", "date-fns": "^4.4.0", "garmin-connect": "^1.6.2", "leaflet": "^1.9.4", "lucide-react": "^1.18.0", "mongodb": "^7.3.0", "next": "16.2.9", "next-auth": "5.0.0-beta.31", "react": "19.2.4", "react-dom": "19.2.4", "react-leaflet": "^5.0.0", "recharts": "^3.8.1", "zod": "^4.4.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.9", "tailwindcss": "^4", "typescript": "^5" } }