forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@copilotkit/core": "workspace:^",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zod": "^3.25.75",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@copilotkit/typescript-config": "workspace:*",
"@copilotkitnext/angular": "workspace:*",
"@storybook/addon-essentials": "^8",
"@storybook/addon-interactions": "^8",
"@storybook/addon-themes": "^8",
"@storybook/angular": "^8",
"@storybook/test": "^8",
"@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": "^8",
"style-loader": "^4.0.0",
"tailwindcss": "^4.1.11",
"typescript": "5.8.2"
}
}