Files
2026-07-13 12:58:18 +08:00

47 lines
1.6 KiB
JSON

{
"name": "@copilotkit-storybook/angular",
"version": "0.0.6-next.1",
"private": true,
"scripts": {
"dev": "pnpm --filter @copilotkit/angular run build:css && sleep 1 && ng run storybook-angular:storybook",
"build": "ng run storybook-angular:build-storybook",
"storybook:dev": "pnpm --filter @copilotkit/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.2.15",
"@angular/common": "^21.2.15",
"@angular/compiler": "^21.2.15",
"@angular/core": "^21.2.15",
"@angular/forms": "^21.2.15",
"@angular/platform-browser": "^21.2.15",
"@angular/platform-browser-dynamic": "^21.2.15",
"@copilotkit/a2ui-renderer": "workspace:*",
"@copilotkit/core": "workspace:^",
"@copilotkit/shared": "workspace:*",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zod": "^3.25.75"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.13",
"@angular/cli": "^21.2.13",
"@angular/compiler-cli": "^21.2.15",
"@copilotkit/typescript-config": "workspace:*",
"@copilotkit/angular": "workspace:*",
"@storybook/addon-themes": "10.3.6",
"@storybook/angular": "10.3.6",
"@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.3.6",
"style-loader": "^4.0.0",
"tailwindcss": "^4.1.11",
"typescript": "5.9.3"
}
}