{
  "name": "@assistant-ui/react",
  "version": "0.14.5",
  "description": "Open-source TypeScript/React library for building production-grade AI chat experiences",
  "keywords": [
    "radix-ui",
    "nextjs",
    "vercel",
    "ai-sdk",
    "react",
    "components",
    "ui",
    "frontend",
    "tailwind",
    "shadcn",
    "assistant",
    "openai",
    "ai",
    "chat",
    "chatbot",
    "copilot",
    "ai-chat",
    "ai-chatbot",
    "ai-assistant",
    "ai-copilot",
    "chatgpt",
    "gpt4",
    "gpt-4",
    "conversational-ui",
    "conversational-ai"
  ],
  "author": "AgentbaseAI Inc.",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "internal",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "prepack": "cp ../../README.md /tmp/aui-readme-pack.md && mv /tmp/aui-readme-pack.md ./README.md",
    "postpack": "rm -f ./README.md && ln -s ../../README.md ./README.md",
    "build": "aui-build",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@assistant-ui/core": "^0.2.2",
    "@assistant-ui/store": "^0.2.10",
    "@assistant-ui/tap": "^0.5.11",
    "@radix-ui/primitive": "^1.1.3",
    "@radix-ui/react-compose-refs": "^1.1.2",
    "@radix-ui/react-context": "^1.1.3",
    "@radix-ui/react-primitive": "^2.1.4",
    "@radix-ui/react-use-callback-ref": "^1.1.1",
    "@radix-ui/react-use-escape-keydown": "^1.1.1",
    "assistant-cloud": "^0.1.27",
    "assistant-stream": "^0.3.14",
    "nanoid": "^5.1.11",
    "radix-ui": "^1.4.3",
    "react-textarea-autosize": "^8.5.9",
    "safe-content-frame": "^0.0.19",
    "zod": "^4.4.3",
    "zustand": "^5.0.13"
  },
  "peerDependencies": {
    "@types/react": "*",
    "@types/react-dom": "*",
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "devDependencies": {
    "@assistant-ui/x-buildutils": "workspace:*",
    "@testing-library/react": "^16.3.2",
    "@types/json-schema": "^7.0.15",
    "@types/node": "^25.6.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "jsdom": "^29.1.1",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "vitest": "^4.1.5"
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "homepage": "https://www.assistant-ui.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/assistant-ui/assistant-ui.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/assistant-ui/assistant-ui/issues"
  }
}
