-
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.25 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.25 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": "angular-agentic-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:coverage": "ng test --coverage"
},
"private": true,
"packageManager": "npm@10.8.2",
"engines": {
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
},
"dependencies": {
"@angular/animations": "^22.0.6",
"@angular/aria": "^22.0.4",
"@angular/cdk": "^22.0.4",
"@angular/common": "^22.0.6",
"@angular/compiler": "^22.0.6",
"@angular/core": "^22.0.6",
"@angular/forms": "^22.0.6",
"@angular/material": "^22.0.4",
"@angular/platform-browser": "^22.0.6",
"@angular/router": "^22.0.6",
"@google/genai": "^2.2.0",
"@types/leaflet": "^1.9.21",
"leaflet": "^1.9.4",
"marked": "^18.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@angular/build": "^22.0.6",
"@angular/cli": "^22.0.6",
"@angular/compiler-cli": "^22.0.6",
"@playwright/test": "^1.61.1",
"@vitest/coverage-v8": "^4.1.6",
"fake-indexeddb": "^6.2.5",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"typescript": "~6.0.3",
"vitest": "^4.0.8"
}
}