
* Removed adv, which isn't needed. * Updated zone * Updated to angular 16 * Updated to angular 16 (partially) * Updated to angular 16 * Package update for Angular 16 (and other dependencies) is complete. * Replaced all takeUntil(this.onDestroy) with new takeUntilDestroyed() * Updated all inputs that have ! to be required and deleted all unit tests. * Corrected how takeUntilDestroyed() is supposed to be implemented.
69 lines
2.2 KiB
JSON
69 lines
2.2 KiB
JSON
{
|
|
"name": "kavita-webui",
|
|
"version": "0.4.2",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"prod": "ng build --configuration production --aot --output-hashing=all",
|
|
"explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^16.0.2",
|
|
"@angular/cdk": "^16.0.1",
|
|
"@angular/common": "^16.0.2",
|
|
"@angular/compiler": "^16.0.2",
|
|
"@angular/core": "^16.0.2",
|
|
"@angular/forms": "^16.0.2",
|
|
"@angular/localize": "^16.0.2",
|
|
"@angular/platform-browser": "^16.0.2",
|
|
"@angular/platform-browser-dynamic": "^16.0.2",
|
|
"@angular/router": "^16.0.2",
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
|
"@iharbeck/ngx-virtual-scroller": "^16.0.0",
|
|
"@iplab/ngx-file-upload": "^16.0.1",
|
|
"@microsoft/signalr": "^7.0.5",
|
|
"@ng-bootstrap/ng-bootstrap": "^14.1.1",
|
|
"@popperjs/core": "^2.11.7",
|
|
"@swimlane/ngx-charts": "^20.1.2",
|
|
"@tweenjs/tween.js": "^20.0.3",
|
|
"@types/file-saver": "^2.0.5",
|
|
"bootstrap": "^5.2.3",
|
|
"eventsource": "^2.0.2",
|
|
"file-saver": "^2.0.5",
|
|
"lazysizes": "^5.3.2",
|
|
"ng-circle-progress": "^1.7.1",
|
|
"ngx-color-picker": "^14.0.0",
|
|
"ngx-extended-pdf-viewer": "^16.2.16",
|
|
"ngx-file-drop": "^15.0.0",
|
|
"ngx-slider-v2": "^15.0.4",
|
|
"ngx-toastr": "^17.0.2",
|
|
"rxjs": "^7.8.0",
|
|
"screenfull": "^6.0.2",
|
|
"swiper": "^8.4.6",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "^0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^16.0.2",
|
|
"@angular-eslint/builder": "^16.0.2",
|
|
"@angular-eslint/eslint-plugin": "^16.0.2",
|
|
"@angular-eslint/eslint-plugin-template": "^16.0.2",
|
|
"@angular-eslint/schematics": "^16.0.2",
|
|
"@angular-eslint/template-parser": "^16.0.2",
|
|
"@angular/cli": "^16.0.2",
|
|
"@angular/compiler-cli": "^16.0.2",
|
|
"@types/d3": "^7.4.0",
|
|
"@types/node": "^20.2.1",
|
|
"@typescript-eslint/eslint-plugin": "5.48.1",
|
|
"@typescript-eslint/parser": "5.59.6",
|
|
"eslint": "^8.41.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"ts-node": "~10.9.1",
|
|
"typescript": "~5.0.4",
|
|
"webpack-bundle-analyzer": "^4.8.0"
|
|
}
|
|
}
|