Files
wehub-resource-sync e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:40:13 +08:00

126 lines
2.9 KiB
JSON

{
"name": "@assistant-ui/react",
"version": "0.14.26",
"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.2.20",
"@assistant-ui/store": "^0.2.19",
"@assistant-ui/tap": "^0.9.3",
"@radix-ui/primitive": "^1.1.5",
"@radix-ui/react-collection": "^1.1.12",
"@radix-ui/react-compose-refs": "^1.1.3",
"@radix-ui/react-context": "^1.2.0",
"@radix-ui/react-primitive": "^2.1.7",
"@radix-ui/react-use-callback-ref": "^1.1.2",
"@radix-ui/react-use-controllable-state": "^1.2.3",
"@radix-ui/react-use-escape-keydown": "^1.1.3",
"assistant-cloud": "^0.1.34",
"assistant-stream": "^0.3.25",
"nanoid": "^5.1.16",
"radix-ui": "^1.6.2",
"react-textarea-autosize": "^8.5.9",
"safe-content-frame": "^0.0.22",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"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.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"jsdom": "^29.1.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"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"
}
}