{ "name": "@hs-data/web", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -b --noEmit" }, "dependencies": { "@fontsource-variable/geist": "^5.2.9", "@tanstack/react-query": "^5.62.7", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.4.0", "echarts": "^5.5.1", "echarts-for-react": "^3.0.2", "lucide-react": "^1.21.0", "next-themes": "^0.4.6", "radix-ui": "^1.6.0", "react": "^19.0.0", "react-day-picker": "^10.0.1", "react-dom": "^19.0.0", "react-router-dom": "^7.1.1", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0" }, "devDependencies": { "@tailwindcss/vite": "^4.3.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/node": "^26.0.0", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.4", "jsdom": "^25.0.1", "tailwindcss": "^4.3.1", "typescript": "^5.7.2", "vite": "^6.0.5", "vitest": "^3.0.0" } }