Kavita/UI/Web/package.json
Joe Milazzo e1f421ccc0
Stats Page Overhaul (#4292)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
2025-12-19 12:23:55 -08:00

94 lines
3.4 KiB
JSON

{
"name": "kavita-webui",
"version": "0.7.12.1",
"scripts": {
"ng": "ng",
"start": "npm run cache-locale && ng serve --host 0.0.0.0",
"start-proxy": "npm run cache-locale && ng serve --configuration proxy --host 0.0.0.0 --proxy-config proxy.conf.json",
"build": "npm run cache-locale && ng build",
"build-backend": "ng build && rm -r ../../API/wwwroot/* && cp -r dist/browser/* ../../API/wwwroot",
"build-backend-prod": "ng build --configuration production && rm -r ../../API/wwwroot/* && cp -r dist/browser/* ../../API/wwwroot",
"minify-langs": "node minify-json.js",
"cache-locale": "node hash-localization.js",
"cache-locale-prime": "node hash-localization-prime.js",
"sync-locale": "node sync-locales.js",
"prod": "npm run cache-locale-prime && ng build --configuration production && npm run minify-langs && npm run cache-locale",
"explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^21.0.0",
"@angular/animations": "^21.0.6",
"@angular/cdk": "^21.0.3",
"@angular/common": "^21.0.6",
"@angular/compiler": "^21.0.6",
"@angular/core": "^21.0.6",
"@angular/forms": "^21.0.6",
"@angular/localize": "^21.0.6",
"@angular/platform-browser": "^21.0.6",
"@angular/platform-browser-dynamic": "^21.0.6",
"@angular/router": "^21.0.6",
"@fortawesome/fontawesome-free": "^7.1.0",
"@iharbeck/ngx-virtual-scroller": "^19.0.1",
"@iplab/ngx-color-picker": "^21.0.0",
"@iplab/ngx-file-upload": "^21.0.0",
"@jsverse/transloco": "^8.2.0",
"@jsverse/transloco-locale": "^8.2.0",
"@jsverse/transloco-persist-lang": "^8.2.0",
"@jsverse/transloco-persist-translations": "^8.2.0",
"@jsverse/transloco-preload-langs": "^8.2.0",
"@microsoft/signalr": "^10.0.0",
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@popperjs/core": "^2.11.7",
"@siemens/ngx-datatable": "^25.0.0",
"@tweenjs/tween.js": "^25.0.0",
"@types/echarts": "^4.9.22",
"afterframe": "^1.0.2",
"bootstrap": "^5.3.8",
"charts.css": "^1.2.0",
"echarts": "^6.0.0",
"file-saver": "^2.0.5",
"luxon": "^3.7.2",
"ng-circle-progress": "^1.7.1",
"ng-lazyload-image": "^9.1.3",
"ng-select2-component": "^17.2.8",
"ngx-extended-pdf-viewer": "^25.6.4",
"ngx-file-drop": "^16.0.0",
"ngx-quill": "^30.0.1",
"ngx-stars": "^1.6.5",
"ngx-toastr": "^19.1.0",
"nosleep.js": "^0.12.0",
"quill": "^2.0.3",
"rxjs": "^7.8.2",
"screenfull": "^6.0.2",
"swiper": "^12.0.3",
"tslib": "^2.8.1",
"zone.js": "^0.16.0"
},
"devDependencies": {
"@angular-eslint/builder": "^21.1.0",
"@angular-eslint/eslint-plugin": "^21.1.0",
"@angular-eslint/eslint-plugin-template": "^21.1.0",
"@angular-eslint/schematics": "^21.1.0",
"@angular-eslint/template-parser": "^21.1.0",
"@angular/build": "^21.0.3",
"@angular/cli": "^21.0.3",
"@angular/compiler-cli": "^21.0.6",
"@types/d3": "^7.4.3",
"@types/file-saver": "^2.0.7",
"@types/luxon": "^3.7.1",
"@types/marked": "^5.0.2",
"@types/node": "^25.0.2",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"eslint": "^9.39.2",
"jsonminify": "^0.4.2",
"karma-coverage": "~2.2.0",
"ts-node": "~10.9.1",
"typescript": "^5.9.3",
"webpack-bundle-analyzer": "^5.1.0"
}
}