File size: 1,293 Bytes
c2c8c8d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | {
"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"
}
}
|