91 lines
2.3 KiB
JSON
91 lines
2.3 KiB
JSON
{
|
|
"name": "@copilotkit/react-core",
|
|
"private": false,
|
|
"homepage": "https://github.com/CopilotKit/CopilotKit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CopilotKit/CopilotKit.git"
|
|
},
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "1.54.0",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./v2": {
|
|
"import": "./dist/v2/index.mjs",
|
|
"require": "./dist/v2/index.cjs"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./v2/styles.css": "./dist/v2/index.css"
|
|
},
|
|
"unpkg": "./dist/index.umd.js",
|
|
"jsdelivr": "./dist/index.umd.js",
|
|
"types": "./dist/index.d.cts",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^18 || ^19 || ^19.0.0-rc",
|
|
"react-dom": "^18 || ^19 || ^19.0.0-rc",
|
|
"zod": ">=3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "^4.1.11",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.0.2",
|
|
"eslint": "^8.56.0",
|
|
"jsdom": "^26.1.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.2.0",
|
|
"vitest": "^3.2.4",
|
|
"tsdown": "^0.20.3",
|
|
"typescript": "^5.2.3",
|
|
"zod": ">=3.0.0",
|
|
"eslint-config-custom": "1.4.12",
|
|
"tsconfig": "1.4.12"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/client": "^0.0.47",
|
|
"@scarf/scarf": "^1.3.0",
|
|
"react-markdown": "^8.0.7",
|
|
"untruncate-json": "^0.0.1",
|
|
"@copilotkit/runtime-client-gql": "1.54.0",
|
|
"@copilotkit/shared": "1.54.0",
|
|
"@copilotkitnext/core": "1.54.0",
|
|
"@copilotkitnext/react": "1.54.0"
|
|
},
|
|
"keywords": [
|
|
"copilotkit",
|
|
"copilot",
|
|
"react",
|
|
"nextjs",
|
|
"nodejs",
|
|
"ai",
|
|
"assistant",
|
|
"javascript",
|
|
"automation",
|
|
"textarea"
|
|
],
|
|
"scripts": {
|
|
"build:css": "tailwindcss -i ./src/v2/index.css -o ./dist/v2/index.css -m",
|
|
"build": "tsdown && pnpm run build:css",
|
|
"dev": "tsdown --watch",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"check-types": "tsc --noEmit",
|
|
"link:global": "pnpm link --global",
|
|
"unlink:global": "pnpm unlink --global",
|
|
"publint": "publint .",
|
|
"attw": "attw --pack . --profile node16"
|
|
}
|
|
} |