-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 926 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
27
28
29
30
31
32
33
{
"name": "actor-ts-voice-angular",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "ng build --base-href /static/angular/ --output-path dist && node scripts/flatten-output.mjs",
"watch": "ng build --watch --configuration development",
"start": "ng serve"
},
"dependencies": {
"@angular/animations": "^22.0.6",
"@angular/common": "^22.0.6",
"@angular/compiler": "^22.0.6",
"@angular/core": "^22.0.6",
"@angular/forms": "^22.0.6",
"@angular/platform-browser": "^22.0.6",
"@angular/router": "^22.0.6",
"rxjs": "~7.8.2",
"ts-pattern": "^5.9.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^22.0.8",
"@angular/cli": "^22.0.7",
"@angular/compiler-cli": "^22.0.6",
"typescript": "~6.0.3"
},
"overrides": {
"@hono/node-server": "^2.1.0",
"@modelcontextprotocol/sdk": "^1.30.0"
}
}