Files

55 lines
1.7 KiB
JSON

{
"name": "adk-angular-starter",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "concurrently \"npm run dev:ui\" \"npm run dev:runtime\" \"npm run dev:agent\" --names ui,runtime,agent --prefix-colors blue,magenta,green --kill-others",
"dev:debug": "LOG_LEVEL=debug npm run dev",
"dev:ui": "ng serve",
"dev:runtime": "tsx server.ts",
"dev:agent": "./scripts/run-agent.sh || scripts\\run-agent.bat",
"build": "ng build",
"start": "ng serve",
"install:agent": "./scripts/setup-agent.sh || scripts\\setup-agent.bat",
"postinstall": "npm run install:agent"
},
"dependencies": {
"@ag-ui/client": "0.0.59",
"@ag-ui/core": "0.0.59",
"@angular/cdk": "^22.1.5",
"@angular/common": "^22.1.5",
"@angular/compiler": "^22.1.5",
"@angular/core": "^22.1.5",
"@angular/platform-browser": "^22.1.5",
"@copilotkit/angular": "0.5.2",
"@copilotkit/core": "1.70.2",
"@copilotkit/runtime": "1.70.2",
"@copilotkit/shared": "1.70.2",
"@lucide/angular": "^1.43.0",
"dotenv": "^16.4.5",
"rxjs": "^7.8.1",
"tslib": "^2.6.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@angular/build": "^22.1.7",
"@angular/cli": "^22.1.7",
"@angular/compiler-cli": "^22.1.5",
"@types/node": "^20",
"concurrently": "^9.1.2",
"tsx": "^4",
"typescript": "~6.0.0"
},
"overrides": {
"@ag-ui/client": "0.0.59",
"@ag-ui/core": "0.0.59",
"@ag-ui/encoder": "0.0.59",
"@ag-ui/proto": "0.0.59",
"@copilotkit/a2ui-renderer": "1.70.2",
"@copilotkit/core": "1.70.2",
"@copilotkit/shared": "1.70.2",
"@copilotkit/web-components": "1.70.2"
}
}