{ "name": "codespace-web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "lint": "eslint .", "build": "tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "react-router": "^7.7.0", "zustand": "^5.0.2", "@tanstack/react-query": "^5.82.0", "@monaco-editor/react": "^4.7.0", "@xterm/xterm": "^5.5.0", "@xterm/addon-fit": "^0.10.0", "react-resizable-panels": "^3.0.2", "lucide-react": "^0.525.0", "react-hook-form": "^7.60.0", "zod": "^4.0.0", "@hookform/resolvers": "^3.10.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "tailwind-merge": "^3.3.0", "@radix-ui/react-separator": "^1.1.2", "@radix-ui/react-scroll-area": "^1.2.3", "@radix-ui/react-slot": "^1.1.2", "tw-animate-css": "^1.3.4" }, "devDependencies": { "@eslint/js": "^9.30.1", "@tailwindcss/vite": "^4.1.11", "@types/node": "^24.0.10", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.2", "eslint": "^9.30.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "tailwindcss": "^4.1.11", "typescript": "~5.8.3", "typescript-eslint": "^8.35.1", "vite": "^7.0.2" } }