Spaces:
Runtime error
Runtime error
| { | |
| "name": "customer-agent-client", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@heroicons/react": "^2.2.0", | |
| "@react-oauth/google": "^0.13.4", | |
| "@tanstack/react-query": "^4.28.0", | |
| "axios": "^1.3.4", | |
| "date-fns": "^4.1.0", | |
| "framer-motion": "^10.18.0", | |
| "js-cookie": "^3.0.1", | |
| "lucide-react": "^0.263.1", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-hot-toast": "^2.4.1", | |
| "react-markdown": "^10.1.0", | |
| "react-router-dom": "^6.8.1", | |
| "socket.io-client": "^4.6.1" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^18.0.28", | |
| "@types/react-dom": "^18.0.11", | |
| "@vitejs/plugin-react": "^3.1.0", | |
| "autoprefixer": "^10.4.14", | |
| "postcss": "^8.4.21", | |
| "tailwindcss": "^3.2.7", | |
| "vite": "^4.2.0" | |
| } | |
| } | |