rdesign/frontend/node_modules/@copilotkitnext/react/package.json

92 lines
2.9 KiB
JSON

{
"name": "@copilotkitnext/react",
"version": "1.54.0",
"deprecated": "This package is deprecated. Use @copilotkit/react instead. V2 features are being integrated into the main @copilotkit exports and will be available under the /v2 subpath.",
"description": "React components for CopilotKit2",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json",
"./styles.css": "./dist/styles.css"
},
"unpkg": "./dist/index.umd.js",
"jsdelivr": "./dist/index.umd.js",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.11",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/node": "^22.15.3",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.0.2",
"@valibot/to-json-schema": "^1.5.0",
"@vitest/ui": "^3.2.4",
"arktype": "^2.1.29",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"eslint": "^9.30.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"rxjs": "^7.8.1",
"tailwindcss": "^4.0.8",
"tsdown": "^0.20.3",
"typescript": "5.8.2",
"valibot": "^1.2.0",
"vitest": "^3.2.4",
"@copilotkitnext/eslint-config": "1.54.0",
"@copilotkitnext/typescript-config": "1.54.0"
},
"dependencies": {
"@ag-ui/client": "0.0.47",
"@ag-ui/core": "0.0.47",
"@lit-labs/react": "^2.0.2",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"katex": "^0.16.22",
"lucide-react": "^0.525.0",
"streamdown": "^1.3.0",
"tailwind-merge": "^3.3.1",
"ts-deepmerge": "^7.0.3",
"tw-animate-css": "^1.3.5",
"use-stick-to-bottom": "^1.1.1",
"zod": "^3.25.75",
"@copilotkitnext/core": "1.54.0",
"@copilotkit/a2ui-renderer": "1.54.0",
"@copilotkitnext/web-inspector": "1.54.0",
"@copilotkitnext/shared": "1.54.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"engines": {
"node": ">=18"
},
"module": "./dist/index.mjs",
"scripts": {
"dev:css": "tailwindcss -i ./src/styles/globals.css -o ./dist/styles.css --watch --minify",
"build:css": "tailwindcss -i ./src/styles/globals.css -o ./dist/styles.css -m && node scripts/scope-preflight.mjs ./dist/styles.css",
"dev": "concurrently \"npm:dev:css\" \"tsdown --watch\"",
"build": "tsdown && npm run build:css",
"lint": "eslint .",
"check-types": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"publint": "publint .",
"attw": "attw --pack . --profile node16"
}
}