-
Notifications
You must be signed in to change notification settings - Fork 219
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.65 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
49
50
51
52
53
54
55
56
{
"name": "agent-framework-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"clean-config": "node clean-backend.js",
"inject-backend": "node set-backend.js",
"serve": "npm run clean-config && npm run inject-backend && ng serve --poll 1000"
},
"private": true,
"dependencies": {
"@a2ui/angular": "^0.8.3",
"@angular/animations": "^21.0.0",
"@angular/cdk": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@angular/material": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"@angular/router": "^21.0.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lint": "^6.8.5",
"@viz-js/viz": "^3.12.0",
"codemirror": "^6.0.2",
"ngx-json-viewer": "^3.2.1",
"ngx-markdown": "^21.0.1",
"ngx-vflow": "^1.16.4",
"rxjs": "~7.8.0",
"safevalues": "^1.2.0",
"string-to-color": "2.2.2",
"tslib": "^2.3.0",
"uuidv7": "^1.0.2",
"vanilla-jsoneditor": "^3.6.0",
"yaml": "^2.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.9.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "~5.9.2"
}
}