UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

73 lines 1.89 kB
{ "name": "@copilotkit/a2ui-renderer", "version": "1.59.4", "private": false, "description": "A2UI Renderer for CopilotKit - render A2UI surfaces in React applications", "keywords": [ "a2ui", "ai", "copilotkit", "react", "renderer", "tanstack-intent", "ui" ], "homepage": "https://github.com/CopilotKit/CopilotKit", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/CopilotKit/CopilotKit.git", "directory": "packages/a2ui-renderer" }, "files": [ "dist", "skills" ], "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "unpkg": "./dist/index.umd.js", "jsdelivr": "./dist/index.umd.js", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "dependencies": { "@a2ui/web_core": "0.9.0", "clsx": "^2.1.1", "zod": "^3.25.75", "zod-to-json-schema": "^3.24.1" }, "devDependencies": { "@tanstack/intent": "^0.0.29", "@testing-library/react": "^16.0.0", "@types/markdown-it": "^14.1.2", "@types/react": "^19.2.3", "@types/react-dom": "^19.2.3", "jsdom": "^26.1.0", "tsdown": "^0.20.3", "typescript": "5.9.2", "vitest": "^3.2.4" }, "peerDependencies": { "react": "^18 || ^19 || ^19.0.0-rc", "react-dom": "^18 || ^19 || ^19.0.0-rc" }, "scripts": { "build": "tsdown", "compat-check": "es-check es2022 --module 'dist/**/!(*.umd).{mjs,cjs,js}' && es-check es2018 'dist/**/*.umd.js'", "check-types": "tsc --noEmit -p tsconfig.json", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "publint": "publint .", "attw": "attw --pack . --profile node16" } }