{ "name": "o2o-infinith-frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --port=3000 --host=0.0.0.0", "build": "vite build", "preview": "vite preview", "lint": "tsc --noEmit", "api:gen": "orval --config ./orval.config.ts" }, "dependencies": { "@radix-ui/react-slot": "^1.1.1", "@tanstack/react-query": "^5.59.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "html2canvas-pro": "^2.0.2", "jspdf": "^4.2.1", "ky": "^1.7.5", "lucide-react": "^0.546.0", "motion": "^12.23.24", "radix-ui": "^1.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7.13.1", "tailwind-merge": "^2.5.5", "zustand": "^5.0.6" }, "devDependencies": { "@tailwindcss/vite": "^4.1.14", "@tanstack/react-query-devtools": "^5.59.0", "@types/node": "^22.14.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^5.0.4", "orval": "^7.3.0", "tailwindcss": "^4.1.14", "tw-animate-css": "^1.2.0", "typescript": "~5.8.2", "vite": "^6.2.0" } }