{
  "name": "chatbot-ai-sdk-client",
  "version": "0.3.4",
  "type": "module",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "dist/style.css"
  ],
  "license": "MIT",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js",
      "types": "./dist/index.d.ts",
      "commonjs": "./dist/index.cjs.js"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "dependencies": {
    "@nextui-org/react": "^2.4.6",
    "@phosphor-icons/react": "^2.1.7",
    "@vitejs/plugin-react-swc": "^3.7.0",
    "ahooks": "^3.8.1",
    "axios": "^1.7.7",
    "classnames": "^2.5.1",
    "clsx": "^2.1.1",
    "postcss-prefix-selector": "^2.1.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-scroll-to-bottom": "^4.2.0",
    "sass": "^1.80.3",
    "socket.io-client": "^4.7.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.0",
    "@types/node": "^22.5.4",
    "@types/postcss-prefix-selector": "^1.16.3",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/react-scroll-to-bottom": "^4.2.5",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "^10.4.20",
    "eslint": "^9.9.0",
    "eslint-plugin-react-hooks": "^5.1.0-rc.0",
    "eslint-plugin-react-refresh": "^0.4.9",
    "globals": "^15.9.0",
    "postcss": "^8.4.45",
    "tailwindcss": "^3.4.10",
    "typescript": "^5.5.3",
    "typescript-eslint": "^8.0.1",
    "vite": "^5.4.1",
    "vite-plugin-dts": "^4.2.1"
  }
}
