{
  "name": "@pubuduth-aplicy/chat-ui",
  "version": "2.2.29",
  "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "src/index.tsx",
  "types": "src/declarations.d.ts",
  "scripts": {
    "build": "tsc ",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.67.2",
    "@tanstack/react-virtual": "^3.13.12",
    "axios": "^1.8.2",
    "lucide-react": "^0.514.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-intersection-observer": "^9.16.0",
    "socket.io-client": "^4.8.1",
    "zustand": "^5.0.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.21.0",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react": "^4.3.4",
    "autoprefixer": "^10.4.20",
    "eslint": "^9.21.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^15.15.0",
    "tailwindcss": "^3.4.14",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.24.1",
    "vite": "^6.2.0"
  }
}
