chore: add recharts dependency, move CHART_COLORS to rechartsTheme

Also fixes duplicate CHART_COLORS export in index.ts by switching from
export * to a named export of rechartsTheme only.
This commit is contained in:
hsiegeln
2026-04-12 19:33:28 +02:00
parent e07afe37f2
commit 3fc5fb8267
4 changed files with 420 additions and 24 deletions

View File

@@ -40,7 +40,8 @@
"lucide-react": "^1.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0"
"react-router-dom": "^7.0.0",
"recharts": "^3.8.1"
},
"peerDependencies": {
"react": "^19.0.0",