Skip to content

Commit c2011f7

Browse files
committed
Enhance European League Analytics with dynamic teams and mobile optimization
- Replace hardcoded teams with dynamic selection from actual match data - Add League Table chart showing top teams by points - Implement real performance metrics calculation from match results - Improve mobile responsiveness with 2-column grid and optimized sizing - Add loading states and smooth transitions when switching leagues - Support for Premier League, La Liga, Bundesliga, Serie A, and Ligue 1 - Include dependencies for AI Assistant markdown rendering (marked, prismjs)
1 parent 04e5b54 commit c2011f7

2 files changed

Lines changed: 267 additions & 80 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,18 @@
4141
"@langchain/openai": "^0.6.11",
4242
"@supabase/supabase-js": "^2.57.4",
4343
"@tailwindcss/forms": "^0.5.3",
44+
"@types/marked": "^5.0.2",
4445
"chart.js": "^4.0.0",
4546
"chromadb": "^3.0.15",
4647
"chromadb-default-embed": "^2.14.0",
4748
"csv-parser": "^3.2.0",
4849
"date-fns": "^2.30.0",
4950
"dotenv": "^16.4.5",
5051
"lucide-svelte": "^0.503.0",
52+
"marked": "^16.3.0",
5153
"openai": "^4.104.0",
54+
"prism-svelte": "^0.5.0",
55+
"prismjs": "^1.30.0",
5256
"svelte-chartjs": "^3.1.2"
5357
},
5458
"overrides": {

0 commit comments

Comments
 (0)