{ "name": "client", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@fontsource/inter": "^5.0.15", "@hookform/resolvers": "^3.3.2", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-toast": "^1.1.5", "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.10.1/react-icons-all-files-4.10.1.tgz", "@sentry/react": "^7.80.1", "@sentry/vite-plugin": "^2.10.0", "@tanstack/react-query": "^5.7.2", "@tanstack/react-query-devtools": "^5.7.2", "@tanstack/react-table": "^8.10.7", "axios": "^1.6.0", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "cmdk": "^0.2.0", "date-fns": "^2.30.0", "localforage": "^1.10.0", "lodash.debounce": "^4.0.8", "lucide-react": "^0.292.0", "match-sorter": "^6.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "react-player": "^2.13.0", "react-router-dom": "^6.18.0", "sort-by": "^0.0.2", "tailwind-merge": "^2.0.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/lodash.debounce": "^4.0.9", "@types/node": "^20.8.10", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react": "^4.0.3", "autoprefixer": "^10.4.16", "eslint": "^8.45.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", "typescript": "^5.0.2", "vite": "^4.4.5" } }