UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

109 lines 2.52 kB
{ "name": "@assistant-ui/react", "description": "TypeScript/React library for AI Chat", "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" ], "version": "0.11.52", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "source": "./src/index.ts", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src", "internal", "README.md" ], "sideEffects": false, "dependencies": { "assistant-cloud": "^0.1.11", "@assistant-ui/tap": "^0.3.4", "@radix-ui/primitive": "^1.1.3", "@radix-ui/react-compose-refs": "^1.1.2", "@radix-ui/react-context": "^1.1.3", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-primitive": "^2.1.4", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-use-callback-ref": "^1.1.1", "@radix-ui/react-use-escape-keydown": "^1.1.1", "@standard-schema/spec": "^1.0.0", "assistant-stream": "^0.2.45", "nanoid": "5.1.6", "react-textarea-autosize": "^8.5.9", "zod": "^4.1.13", "zustand": "^5.0.9" }, "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", "react": "^18 || ^19 || ^19.0.0-rc", "react-dom": "^18 || ^19 || ^19.0.0-rc" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@types/react-dom": { "optional": true } }, "devDependencies": { "@stryker-mutator/core": "^9.4.0", "@stryker-mutator/vitest-runner": "^9.4.0", "@types/json-schema": "^7.0.15", "@types/node": "^25.0.0", "tsx": "^4.21.0", "vitest": "^4.0.15", "@assistant-ui/x-buildutils": "0.0.1" }, "publishConfig": { "access": "public", "provenance": true }, "homepage": "https://www.assistant-ui.com/", "repository": { "type": "git", "url": "https://github.com/assistant-ui/assistant-ui" }, "bugs": { "url": "https://github.com/assistant-ui/assistant-ui/issues" }, "scripts": { "build": "tsx scripts/build.mts", "test": "vitest run", "test:watch": "vitest", "test:mutation": "stryker run" } }