UNPKG

@copilotkit/react-ui

Version:

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

79 lines 1.95 kB
{ "name": "@copilotkit/react-ui", "private": false, "homepage": "https://github.com/CopilotKit/CopilotKit", "repository": { "type": "git", "url": "https://github.com/CopilotKit/CopilotKit.git" }, "publishConfig": { "access": "public" }, "version": "1.9.3", "sideEffects": [ "**/*.css" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./styles.css": "./dist/index.css" }, "types": "./dist/index.d.ts", "license": "MIT", "peerDependencies": { "react": "^18 || ^19 || ^19.0.0-rc" }, "devDependencies": { "@types/jest": "^29.5.4", "@types/react": "^18.2.5", "@types/react-syntax-highlighter": "^15.5.7", "eslint": "^8.56.0", "jest": "^29.6.4", "postcss": "^8.4.20", "react": "^18.2.0", "tailwindcss": "^3.3.0", "ts-jest": "^29.1.1", "tsup": "^6.7.0", "typescript": "^5.2.3", "eslint-config-custom": "1.4.6", "tailwind-config": "1.4.6", "tsconfig": "1.4.6" }, "dependencies": { "@headlessui/react": "^2.1.3", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^15.6.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "@copilotkit/react-core": "1.9.3", "@copilotkit/runtime-client-gql": "1.9.3", "@copilotkit/shared": "1.9.3" }, "keywords": [ "copilotkit", "copilot", "react", "nextjs", "nodejs", "ai", "assistant", "javascript", "automation", "textarea" ], "scripts": { "build": "tsup --clean", "dev": "tsup --watch --no-splitting", "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" } }