initial charts / backtest

This commit is contained in:
Boki 2025-07-02 19:58:43 -04:00
parent 11c24b2280
commit 1b9010ebf4
37 changed files with 3888 additions and 23 deletions

View file

@ -12,13 +12,19 @@
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.4",
"@tanstack/react-table": "^8.21.3",
"clsx": "^2.1.1",
"date-fns": "^3.3.1",
"lightweight-charts": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-router-dom": "^7.6.2",
"react-virtuoso": "^4.12.8",
"tailwind-merge": "^3.3.1"
"recharts": "^2.10.4",
"tailwind-merge": "^3.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.15",