UNPKG

@copilotkit/react-core

Version:

<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />

88 lines 2.23 kB
{ "name": "@copilotkit/react-core", "private": false, "homepage": "https://github.com/CopilotKit/CopilotKit", "repository": { "type": "git", "url": "https://github.com/CopilotKit/CopilotKit.git" }, "publishConfig": { "access": "public" }, "version": "1.50.1", "sideEffects": [ "**/*.css" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./v2": { "import": "./dist/v2/index.mjs", "require": "./dist/v2/index.js", "types": "./dist/v2/index.d.ts" }, "./v2/styles.css": "./dist/v2/index.css" }, "types": "./dist/index.d.ts", "license": "MIT", "peerDependencies": { "react": "^18 || ^19 || ^19.0.0-rc", "react-dom": "^18 || ^19 || ^19.0.0-rc", "zod": ">=3.0.0" }, "devDependencies": { "@testing-library/react": "^16.3.0", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.5.4", "@types/react": "^19.1.0", "@types/react-dom": "^19.0.2", "eslint": "^8.56.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.6.4", "jest-environment-jsdom": "^30.0.2", "react": "^19.1.0", "react-dom": "^19.2.0", "ts-jest": "^29.1.1", "tsup": "^6.7.0", "typescript": "^5.2.3", "zod": ">=3.0.0", "eslint-config-custom": "1.4.6", "tsconfig": "1.4.6" }, "dependencies": { "@ag-ui/client": "^0.0.42", "@copilotkitnext/core": "0.0.33", "@copilotkitnext/react": "0.0.33", "@scarf/scarf": "^1.3.0", "react-markdown": "^8.0.7", "untruncate-json": "^0.0.1", "@copilotkit/runtime-client-gql": "1.50.1", "@copilotkit/shared": "1.50.1" }, "keywords": [ "copilotkit", "copilot", "react", "nextjs", "nodejs", "ai", "assistant", "javascript", "automation", "textarea" ], "scripts": { "build": "tsup --clean", "dev": "tsup --watch", "test": "jest", "check-types": "tsc --noEmit", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next", "link:global": "pnpm link --global", "unlink:global": "pnpm unlink --global" } }