-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 KB
/
package.json
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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "viinex-ui",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/localize": "~19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
"@ng-icons/bootstrap-icons": "^30.2.0",
"@ng-icons/core": "^30.2.0",
"@types/webrtc": "0.0.30",
"autobahn-browser": "^20.9.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bytebuffer": "^5.0.1",
"core-js": "^2.4.1",
"crypto-js": "^4.2.0",
"fast-sha256": "^1.3.0",
"hls.js": "1.0.9",
"js-cookie": "2.2.0",
"jwt-decode": "3.1.2",
"masonry-layout": "^4.2.2",
"ngx-masonry": "^14.0.1",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"tweetnacl": "^1.0.3",
"webrtc-adapter": "7.2.1",
"when": "^3.7.8",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@types/bytebuffer": "^5.0.43",
"@types/crypto-js": "3.1.38",
"@types/hls.js": "1.0.0",
"@types/jasmine": "~3.8.0",
"@types/js-cookie": "2.1.0",
"@types/node": "^12.11.1",
"@types/when": "^2.4.34",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ts-node": "10.2.1",
"tslint": "6.1.3",
"typescript": "~5.6.3"
}
}