Spaces:
Sleeping
Sleeping
| { | |
| "name": "app", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@monaco-editor/react": "^4.7.0", | |
| "@radix-ui/react-slot": "^1.2.3", | |
| "@tailwindcss/vite": "^4.1.13", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "lucide-react": "^0.544.0", | |
| "monaco-editor": "^0.53.0", | |
| "react": "^19.1.1", | |
| "react-dom": "^19.1.1", | |
| "socket.io-client": "^4.8.1", | |
| "tailwind-merge": "^3.3.1", | |
| "tailwind-variants": "^3.1.1", | |
| "tailwindcss": "^4.1.13", | |
| "zustand": "^5.0.8" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.36.0", | |
| "@types/react": "^19.1.13", | |
| "@types/react-dom": "^19.1.9", | |
| "@vitejs/plugin-react": "^5.0.3", | |
| "eslint": "^9.36.0", | |
| "eslint-plugin-react-hooks": "^5.2.0", | |
| "eslint-plugin-react-refresh": "^0.4.20", | |
| "globals": "^16.4.0", | |
| "tw-animate-css": "^1.3.8", | |
| "vite": "^7.1.7" | |
| } | |
| } | |