e30e75b5d4
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
Changesets / Create Version PR (push) Has been cancelled
83 lines
1.8 KiB
JSON
83 lines
1.8 KiB
JSON
{
|
|
"name": "@assistant-ui/react-generative-ui",
|
|
"version": "0.0.7",
|
|
"description": "Generative UI components for assistant-ui",
|
|
"keywords": [
|
|
"generative-ui",
|
|
"assistant-ui",
|
|
"react",
|
|
"ai",
|
|
"chat",
|
|
"rendering"
|
|
],
|
|
"author": "AgentbaseAI Inc.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"react-server": {
|
|
"types": "./dist/index.server.d.ts",
|
|
"default": "./dist/index.server.js"
|
|
},
|
|
"default": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"./ir": {
|
|
"types": "./dist/ir.d.ts",
|
|
"default": "./dist/ir.js"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "aui-build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"assistant-stream": "^0.3.25"
|
|
},
|
|
"peerDependencies": {
|
|
"@assistant-ui/react": "^0.14.14",
|
|
"@types/react": "*",
|
|
"react": "^18 || ^19",
|
|
"zod": "^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@assistant-ui/react": "workspace:*",
|
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
"@types/json-schema": "^7.0.15",
|
|
"@types/react": "^19.2.17",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"vitest": "^4.1.10",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"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-generative-ui"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/assistant-ui/assistant-ui/issues"
|
|
}
|
|
}
|