Skip to content

Commit

Permalink
feat: detail chart
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Nov 23, 2024
1 parent b7d7c9c commit aae837c
Show file tree
Hide file tree
Showing 10 changed files with 1,398 additions and 176 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default tseslint.config(
"warn",
{ allowConstantExport: true },
],
"react-hooks/exhaustive-deps": "off",
},
},
);
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.13",
"framer-motion": "^11.11.17",
"lucide-react": "^0.453.0",
"lucide-react": "^0.460.0",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-use-websocket": "^4.11.1",
"recharts": "^2.13.3",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
Expand Down
Loading

0 comments on commit aae837c

Please sign in to comment.