forked from jenna-winkler/agentstack-custom-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 741 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 741 Bytes
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
{
"name": "agent-chat-ui",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@a2a-js/sdk": "^0.3.10",
"@carbon/web-components": "^2.47.0",
"@types/node": "^25.2.0",
"agentstack-sdk": "0.6.1-rc1",
"carbon-components": "^10.59.2",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}