mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
d4132c7087
Bump @angular/* and devkit/cli to ^21, TypeScript to ~5.9, zone.js to ~0.15,
and Storybook to ^10 (essentials/interactions folded into addon-docs/core).
Restore the correct `backgrounds: { disable: true }` parameter key, type the
getAbsolutePath helper as string, and import ChatState as a value (it is a DI
token). Stories consume the library's real Angular 21 types.
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"name": "@copilotkit-storybook/angular",
|
|
"version": "0.0.6-next.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm --filter @copilotkitnext/angular run build:css && sleep 1 && ng run storybook-angular:storybook",
|
|
"build": "ng run storybook-angular:build-storybook",
|
|
"storybook:dev": "pnpm --filter @copilotkitnext/angular run build:css && sleep 1 && ng run storybook-angular:storybook",
|
|
"storybook:build": "ng run storybook-angular:build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/client": "0.0.51",
|
|
"@angular/animations": "^21.0.0",
|
|
"@angular/common": "^21.0.0",
|
|
"@angular/compiler": "^21.0.0",
|
|
"@angular/core": "^21.0.0",
|
|
"@angular/forms": "^21.0.0",
|
|
"@angular/platform-browser": "^21.0.0",
|
|
"@angular/platform-browser-dynamic": "^21.0.0",
|
|
"@copilotkit/core": "workspace:^",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.8.1",
|
|
"zod": "^3.25.75",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^21.0.0",
|
|
"@angular/cli": "^21.0.0",
|
|
"@angular/compiler-cli": "^21.0.0",
|
|
"@copilotkit/typescript-config": "workspace:*",
|
|
"@copilotkitnext/angular": "workspace:*",
|
|
"@storybook/addon-docs": "^10.4.2",
|
|
"@storybook/addon-themes": "^10.4.2",
|
|
"@storybook/angular": "^10.4.2",
|
|
"@tailwindcss/postcss": "^4.1.12",
|
|
"@types/node": "^22",
|
|
"autoprefixer": "^10.4.21",
|
|
"css-loader": "^7.1.2",
|
|
"postcss": "^8.4.31",
|
|
"postcss-loader": "^8.1.1",
|
|
"storybook": "^10.4.2",
|
|
"style-loader": "^4.0.0",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "~5.9.0"
|
|
}
|
|
}
|