-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.74 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "myvidcore-ui",
"author": "René Adler (eagle)",
"license": "GPL-3.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --proxy-config ./src/ui/src/proxy.conf.json",
"build": "ng build --configuration production --build-optimizer --aot=true --stats-json",
"analyzer-es5": "webpack-bundle-analyzer target/classes/META-INF/resources/stats-es5.json",
"analyzer-es2015": "webpack-bundle-analyzer target/classes/META-INF/resources/stats-es2015.json",
"optimize": "node ./src/ui/optimize.js target/classes/META-INF/resources/"
},
"type": "module",
"browserslist": [
"last 2 Chrome versions",
"last 1 Firefox version",
"last 2 Edge major versions",
"last 2 Safari major versions",
"last 2 iOS major versions",
"Firefox ESR"
],
"private": true,
"dependencies": {
"@angular/animations": "18.2.11",
"@angular/common": "18.2.11",
"@angular/compiler": "18.2.11",
"@angular/core": "18.2.11",
"@angular/forms": "18.2.11",
"@angular/localize": "18.2.11",
"@angular/platform-browser": "18.2.11",
"@angular/platform-browser-dynamic": "18.2.11",
"@angular/router": "18.2.11",
"@fortawesome/fontawesome-free": "^6.6.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ng-select/ng-option-highlight": "^13.9.1",
"@ng-select/ng-select": "^13.9.1",
"@ngx-translate/core": "^16.0.3",
"@ngx-translate/http-loader": "^16.0.0",
"@popperjs/core": "^2.11.8",
"@silvermine/videojs-quality-selector": "^1.3.1",
"@uirouter/angular": "15.0.0",
"@uirouter/core": "6.1.1",
"@uirouter/rx": "1.0.0",
"angular-gauge": "^5.0.0",
"bootstrap": "5.3.3",
"core-js": "^3.39.0",
"messageformat": "^2.3.0",
"ngx-pipes": "^3.2.2",
"ngx-toastr": "^19.0.0",
"ngx-translate-messageformat-compiler": "^7.0.0",
"npm-font-open-sans": "^1.1.0",
"roboto-fontface": "^0.10.0",
"rxjs": "^7.5.5",
"tslib": "^2.8.1",
"typeface-titillium-web": "1.1.13",
"video.js": "8.19.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular-devkit/core": "^18.2.11",
"@angular/cli": "18.2.11",
"@angular/compiler-cli": "18.2.11",
"@angular/language-service": "18.2.11",
"@types/node": "^20.14.9",
"angular-ide": "^0.9.77",
"cheerio": "^1.0.0",
"codelyzer": "^6.0.2",
"domhandler": "^5.0.3",
"imagemin": "^9.0.0",
"imagemin-giflossy": "^5.1.10",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"p-limit": "^6.1.0",
"ts-node": "^10.9.2",
"tslint": "~6.1.3",
"typescript": "5.4.5",
"webpack-bundle-analyzer": "^4.10.2",
"yargs": "^17.6.0"
}
}