{
"name": "dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "tsc -b && bunx --bun vite build",
"lint": "biome check .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/geist-mono": "^5.2.8",
"@fontsource-variable/space-grotesk": "^5.2.10",
"@js-temporal/polyfill": "^0.5.1",
"@tailwindcss/vite": "^4.2.1",
"lucide-react": "^0.575.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-window": "^1.8.11",
"recharts": "^3.7.0",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@types/bun": "^1.3.9",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react-swc": "^4.2.2",
"typescript": "~5.9.3",
"vite": "^8.0.0-beta.13"
},
"overrides": {
"vite": "^8.0.0-beta.13"
}
}