-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.58 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
57
58
{
"name": "web-client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --ssl",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"peerDependencies": {
"@angular/aria": "^21.1.1",
"@angular/animations": "^21.0.6",
"@angular/common": "^21.0.6",
"@angular/compiler": "^21.0.6",
"@angular/core": "^21.0.6",
"@angular/forms": "^21.0.6",
"@angular/platform-browser": "^21.0.6",
"@angular/platform-browser-dynamic": "^21.0.6",
"@angular/router": "^21.0.6",
"@popperjs/core": "^2.11.6",
"@shigde/core": "file:.yalc/@shigde/core",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.11.3",
"dexie": "^3.2.4",
"multistreamsmixer": "^1.2.2",
"rxjs": "7.8.1",
"save": "^2.9.0",
"sdp-transform": "^2.14.1",
"tslib": "^2.3.0",
"uuid": "^11.0.3",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^21.0.4",
"@angular/cli": "^21.0.4",
"@angular/compiler-cli": "^21.0.6",
"@angular/localize": "^21.0.6",
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@types/jasmine": "~4.3.0",
"@types/uuid": "^10.0.0",
"css-select": "5.2.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.3"
},
"resolutions": {
"css-select": "5.2.0"
},
"dependencies": {
"@shigde/core": "file:.yalc/@shigde/core"
}
}