{ "name": "vite-app", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "format": "prettier --write \"**/*.{ts,tsx}\"", "typecheck": "tsc --noEmit", "preview": "vite preview", "orval": "orval", "build:all": "node scripts/build.js", "push": "node scripts/push.js", "deploy": "node scripts/deploy.js", "uninstall": "node scripts/uninstall.js" }, "dependencies": { "@base-ui/react": "^1.4.1", "@fontsource-variable/geist": "^5.2.8", "@lobehub/icons": "^5.8.0", "@reduxjs/toolkit": "^2.11.2", "@tailwindcss/typography": "^0.5.19", "@tanstack/react-form": "^1.29.1", "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-pacer": "^0.22.0", "@tanstack/react-query": "^5.100.8", "@tanstack/react-router": "^1.169.1", "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.24", "alova": "^3.5.1", "axios": "^1.15.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "dayjs": "^1.11.20", "dexie": "^4.4.2", "dexie-react-hooks": "^4.4.0", "dnd-kit": "^0.0.2", "embla-carousel-react": "^8.6.0", "idb": "^8.0.3", "input-otp": "^1.4.2", "jsencrypt": "^3.5.4", "lucide-react": "^1.14.0", "motion": "^12.38.0", "next-themes": "^0.4.6", "orval": "^8.9.0", "radix-ui": "^1.4.3", "react": "^19.2.4", "react-day-picker": "^9.14.0", "react-dom": "^19.2.4", "react-hook-form": "^7.75.0", "react-i18next": "^17.0.6", "react-markdown": "^10.1.0", "react-redux": "^9.2.0", "react-resizable-panels": "^4.10.0", "react-router-dom": "^7.14.2", "react-virtuoso": "^4.18.6", "recharts": "^3.8.1", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.1", "shadcn": "^4.6.0", "socket.io": "^4.8.3", "socket.io-client": "^4.8.3", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1", "tw-animate-css": "^1.4.0", "uppy": "^5.2.4", "vaul": "^1.1.2", "zod": "^4.4.2", "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^9.39.4", "@tailwindcss/postcss": "^4.2.4", "@tailwindcss/vite": "^4.2.4", "@types/node": "^24.12.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.2.0", "ajv": "8", "ajv-draft-04": "1", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^16.5.0", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "typescript": "~5.9.3", "typescript-eslint": "^8.57.1", "vite": "^7.3.1" } }