PlayerManagement/Ui/package.json
dependabot[bot] 5988be9153
Bump @angular/core from 21.1.4 to 21.2.4 in /Ui
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.1.4 to 21.2.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 21.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-14 02:36:15 +00:00

56 lines
1.6 KiB
JSON

{
"name": "ui",
"version": "1.2.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.2.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": "^20.0.0",
"@popperjs/core": "^2.11.8",
"@sweetalert2/theme-dark": "^5.0.27",
"ag-charts-angular": "^13.1.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"bootswatch": "^5.3.8",
"jest-editor-support": "*",
"moment": "^2.30.1",
"ngx-countup": "^21.0.0",
"ngx-mask": "^21.0.1",
"ngx-pagination": "^6.0.3",
"ngx-spinner": "^21.0.0",
"ngx-toastr": "^20.0.5",
"rxjs": "~7.8.0",
"sweetalert2": "^11.26.18",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.1.4",
"@angular/cli": "^21.1.4",
"@angular/compiler-cli": "^21.1.4",
"@angular/localize": "^21.1.4",
"@types/jasmine": "~6.0.0",
"jasmine-core": "~6.0.1",
"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.2.0",
"typescript": "~5.9.3"
}
}