{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", "@react-pdf/renderer": "^4.3.1", "@tailwindcss/vite": "^4.1.13", "@tanstack/react-form": "^1.23.0", "@tanstack/react-query": "^5.89.0", "@tanstack/react-router": "^1.131.36", "@tanstack/react-router-devtools": "^1.131.36", "@tanstack/react-table": "^8.21.3", "@types/react-calendar-timeline": "^0.28.6", "axios": "^1.12.2", "better-auth": "^1.3.11", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "is-mobile": "^5.0.0", "js-cookie": "^3.0.5", "jsbarcode": "^3.12.1", "lucide-react": "^0.542.0", "marked": "^16.4.1", "moment": "^2.30.1", "r": "^0.0.5", "react": "^19.1.1", "react-barcode": "^1.6.1", "react-calendar-timeline": "^0.30.0-beta.3", "react-day-picker": "^9.11.1", "react-dom": "^19.1.1", "react-hook-form": "^7.65.0", "react-resizable-panels": "^3.0.6", "recharts": "^2.15.4", "socket.io-client": "^4.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.13", "zustand": "^5.0.8" }, "devDependencies": { "@eslint/js": "^9.33.0", "@tanstack/router-plugin": "^1.131.36", "@types/js-cookie": "^3.0.6", "@types/node": "^24.3.1", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react-swc": "^4.0.0", "eslint": "^9.33.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "tw-animate-css": "^1.3.8", "typescript": "~5.8.3", "typescript-eslint": "^8.39.1", "vite": "^7.1.2" } }