| { |
| "name": "@glmpilot/client", |
| "version": "1.0.0", |
| "private": true, |
| "type": "module", |
| "scripts": { |
| "dev": "vite", |
| "build": "tsc -b && vite build", |
| "preview": "vite preview" |
| }, |
| "dependencies": { |
| "@fontsource/geist-sans": "^5.2.5", |
| "@glmpilot/shared": "*", |
| "@monaco-editor/react": "^4.6.0", |
| "@radix-ui/react-dialog": "^1.0.5", |
| "@radix-ui/react-dropdown-menu": "^2.0.6", |
| "@radix-ui/react-tabs": "^1.0.4", |
| "@radix-ui/react-tooltip": "^1.0.7", |
| "@tanstack/react-query": "^5.17.0", |
| "axios": "^1.6.0", |
| "class-variance-authority": "^0.7.0", |
| "clsx": "^2.1.0", |
| "hls.js": "^1.5.0", |
| "lucide-react": "^0.303.0", |
| "monaco-editor": "^0.44.0", |
| "react": "^18.2.0", |
| "react-dom": "^18.2.0", |
| "react-resizable-panels": "^1.0.0", |
| "react-router-dom": "^6.21.0", |
| "socket.io-client": "^4.7.0", |
| "tailwind-merge": "^2.2.0", |
| "tailwindcss-animate": "^1.0.7", |
| "xterm": "^5.3.0", |
| "xterm-addon-fit": "^0.8.0", |
| "zustand": "^4.4.0" |
| }, |
| "devDependencies": { |
| "@types/react": "^18.2.48", |
| "@types/react-dom": "^18.2.18", |
| "@vitejs/plugin-react": "^4.2.0", |
| "autoprefixer": "^10.4.17", |
| "postcss": "^8.4.33", |
| "tailwindcss": "^3.4.1", |
| "typescript": "^5.4.0", |
| "vite": "^5.0.0" |
| } |
| } |
|
|