UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

108 lines 2.79 kB
{ "name": "@copilotkit/a2ui-renderer", "version": "1.61.0", "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": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./web-components": { "import": { "types": "./dist/web-components/index.d.mts", "default": "./dist/web-components/index.mjs" }, "require": { "types": "./dist/web-components/index.d.cts", "default": "./dist/web-components/index.cjs" } }, "./web-components/define": { "import": { "types": "./dist/web-components/define.d.mts", "default": "./dist/web-components/define.mjs" }, "require": { "types": "./dist/web-components/define.d.cts", "default": "./dist/web-components/define.cjs" } }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "dependencies": { "@a2ui/web_core": "0.9.0", "clsx": "^2.1.1", "lit": "^3.3.2", "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" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "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" } }