{ "name": "ui", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --host=127.0.0.1", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" }, "private": true, "dependencies": { "@angular/animations": "^21.1.4", "@angular/common": "^21.1.4", "@angular/compiler": "^21.1.4", "@angular/core": "^21.1.4", "@angular/forms": "^21.1.4", "@angular/platform-browser": "^21.1.4", "@angular/platform-browser-dynamic": "^21.1.4", "@angular/router": "^21.1.4", "@auth0/angular-jwt": "^5.2.0", "@ng-bootstrap/ng-bootstrap": "^17.0.1", "@popperjs/core": "^2.11.8", "@sweetalert2/theme-dark": "^5.0.18", "ag-charts-angular": "^11.0.4", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3", "bootswatch": "^5.3.3", "jest-editor-support": "*", "moment": "^2.30.1", "ngx-countup": "^13.2.0", "ngx-mask": "^19.0.6", "ngx-pagination": "^6.0.3", "ngx-spinner": "^17.0.0", "ngx-toastr": "^19.0.0", "rxjs": "~7.8.0", "sweetalert2": "^11.22.4", "tslib": "^2.3.0", "zone.js": "~0.15.1" }, "devDependencies": { "@angular/build": "^21.1.4", "@angular/cli": "^21.1.4", "@angular/compiler-cli": "^21.1.4", "@angular/localize": "^21.1.4", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.3.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" } }