Files
assistant-ui--assistant-ui/packages/react/package.json
T
Simon Farshid 08611a01b9 chore(react): consolidate @radix-ui/* deps into radix-ui/internal (#6192)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-20 11:43:09 -07:00

117 lines
2.6 KiB
JSON

{
"name": "@assistant-ui/react",
"version": "0.15.16",
"description": "Open-source TypeScript/React library for building production-grade AI chat experiences",
"keywords": [
"ai",
"ui",
"sdk",
"mcp",
"agent",
"agentic",
"generative",
"components",
"assistant",
"chat",
"chatbot",
"shadcn",
"radix-ui",
"tailwind",
"javascript",
"openai",
"anthropic",
"claude",
"xai",
"chatgpt",
"gemini",
"grok",
"react",
"framework",
"nextjs",
"web",
"server",
"node",
"front-end",
"backend",
"cli",
"vercel"
],
"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.3.15",
"@assistant-ui/store": "^0.3.10",
"@assistant-ui/tap": "^0.9.14",
"assistant-cloud": "^0.1.41",
"assistant-stream": "^0.3.39",
"radix-ui": "^1.6.7",
"react-textarea-autosize": "^8.5.9",
"safe-content-frame": "^0.0.27",
"zod": "^4.4.3",
"zustand": "^5.0.15"
},
"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/vite": "workspace:*",
"@assistant-ui/x-buildutils": "workspace:*",
"@testing-library/react": "^16.3.2",
"@types/json-schema": "^7.0.15",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"jsdom": "^30.0.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"vitest": "^4.1.10"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"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"
}
}