{ "name": "fire-planner-frontend", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint .", "typecheck": "tsc -b --noEmit", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@tanstack/react-query": "^5.62.0", "@visx/axis": "^3.12.0", "@visx/event": "^3.12.0", "@visx/group": "^3.12.0", "@visx/responsive": "^3.12.0", "@visx/scale": "^3.12.0", "@visx/shape": "^3.12.0", "@visx/tooltip": "^3.12.0", "echarts": "^6.0.0", "echarts-for-react": "^3.0.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.1.0", "recharts": "^3.0.0", "zustand": "^5.0.0" }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.6.0", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.0", "@types/node": "^22.10.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.0", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.0", "globals": "^15.14.0", "jsdom": "^26.0.0", "tailwindcss": "^4.0.0", "typescript": "^5.7.0", "typescript-eslint": "^8.18.0", "vite": "^6.0.0", "vitest": "^3.0.0" } }