Spaces:
Sleeping
Sleeping
| { | |
| "name": "web_app", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc && vite build", | |
| "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@heroicons/react": "^2.0.18", | |
| "@hookform/resolvers": "^3.3.2", | |
| "@radix-ui/react-accordion": "^1.1.2", | |
| "@radix-ui/react-alert-dialog": "^1.0.5", | |
| "@radix-ui/react-context-menu": "^2.1.5", | |
| "@radix-ui/react-dialog": "^1.0.5", | |
| "@radix-ui/react-dropdown-menu": "^2.0.6", | |
| "@radix-ui/react-icons": "^1.3.0", | |
| "@radix-ui/react-label": "^2.0.2", | |
| "@radix-ui/react-popover": "^1.0.7", | |
| "@radix-ui/react-progress": "^1.0.3", | |
| "@radix-ui/react-radio-group": "^1.1.3", | |
| "@radix-ui/react-scroll-area": "^1.0.5", | |
| "@radix-ui/react-select": "^2.0.0", | |
| "@radix-ui/react-separator": "^1.0.3", | |
| "@radix-ui/react-slider": "^1.1.2", | |
| "@radix-ui/react-slot": "^1.0.2", | |
| "@radix-ui/react-switch": "^1.0.3", | |
| "@radix-ui/react-tabs": "^1.0.4", | |
| "@radix-ui/react-toast": "^1.1.5", | |
| "@radix-ui/react-toggle": "^1.0.3", | |
| "@radix-ui/react-tooltip": "^1.0.7", | |
| "@tanstack/react-query": "^5.8.7", | |
| "@uidotdev/usehooks": "^2.4.1", | |
| "axios": "^1.6.2", | |
| "class-variance-authority": "^0.7.0", | |
| "clsx": "^2.0.0", | |
| "fflate": "^0.8.3", | |
| "fuse.js": "^7.0.0", | |
| "immer": "^10.0.3", | |
| "inter-ui": "^4.0.0", | |
| "lodash": "^4.17.21", | |
| "lucide-react": "^0.292.0", | |
| "mitt": "^3.0.1", | |
| "next-themes": "^0.2.1", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-hook-form": "^7.48.2", | |
| "react-hotkeys-hook": "^4.4.1", | |
| "react-photo-album": "^2.3.0", | |
| "react-use": "^17.4.0", | |
| "react-zoom-pan-pinch": "^3.3.0", | |
| "recoil": "^0.7.7", | |
| "socket.io-client": "^4.7.2", | |
| "tailwind-merge": "^2.0.0", | |
| "tailwindcss-animate": "^1.0.7", | |
| "zod": "^3.22.4", | |
| "zundo": "^2.0.0", | |
| "zustand": "^4.4.6" | |
| }, | |
| "devDependencies": { | |
| "@tanstack/eslint-plugin-query": "^5.8.4", | |
| "@types/axios": "^0.14.0", | |
| "@types/flexsearch": "^0.7.6", | |
| "@types/lodash": "^4.14.201", | |
| "@types/node": "^20.9.2", | |
| "@types/react": "^18.2.37", | |
| "@types/react-dom": "^18.2.15", | |
| "@typescript-eslint/eslint-plugin": "^6.10.0", | |
| "@typescript-eslint/parser": "^6.10.0", | |
| "@vitejs/plugin-react": "^4.2.0", | |
| "@vitejs/plugin-react-swc": "^3.5.0", | |
| "autoprefixer": "^10.4.16", | |
| "eslint": "^8.53.0", | |
| "eslint-plugin-react-hooks": "^4.6.0", | |
| "eslint-plugin-react-refresh": "^0.4.4", | |
| "postcss": "^8.4.31", | |
| "tailwindcss": "^3.3.5", | |
| "typescript": "^5.2.2", | |
| "vite": "^5.0.0" | |
| } | |
| } | |