This commit is contained in:
Dominik Klarkowski
2026-06-16 09:43:48 +02:00
parent f0e87d8d11
commit 36407f534b
52 changed files with 3211 additions and 100 deletions

View File

@@ -9,9 +9,20 @@
"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",
"react": "19.2.4",
"react-dom": "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",