| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "fisapp-ui",
- "version": "1.2.0",
- "scripts": {
- "ng": "ng",
- "start": "ng serve --host 0.0.0.0 --port 4200",
- "build": "ng build --aot --delete-output-path",
- "build:next": "ng build --base-href /next/ --aot --delete-output-path",
- "build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
- "build:leave:prod": "ng build --configuration leave-prod --output-path dist/leave --aot",
- "build:quot:prod": "ng build --configuration quotation-prod --output-path dist/quotation --aot",
- "build:maf:quot:prod": "ng build --configuration maf-quot-prod --output-path dist/maf/quotation --aot",
- "watch": "ng build --watch --configuration development",
- "test": "ng test",
- "clean": "ng cache clean && npm cache clean --force"
- },
- "private": true,
- "dependencies": {
- "@angular/animations": "^20.1.3",
- "@angular/cdk": "^20.1.3",
- "@angular/common": "^20.1.3",
- "@angular/compiler": "^20.1.3",
- "@angular/core": "^20.1.3",
- "@angular/forms": "^20.1.3",
- "@angular/material": "^20.1.3",
- "@angular/material-moment-adapter": "^20.1.3",
- "@angular/platform-browser": "^20.1.3",
- "@angular/platform-browser-dynamic": "^20.1.3",
- "@angular/router": "^20.1.3",
- "@angular/service-worker": "^20.1.3",
- "@ngxs/devtools-plugin": "^20.1.0",
- "@ngxs/form-plugin": "^20.1.0",
- "@ngxs/storage-plugin": "^20.1.0",
- "@ngxs/store": "^20.1.0",
- "angularlib": "file:src/dependencies/angularlib",
- "dp-ui": "file:src/dependencies/dp-ui",
- "fis": "file:src/dependencies/fis",
- "fis-commons": "https://cdn.swopt.com/npm/fis-commons",
- "primeng": "^17.18.15",
- "rxjs": "~7.8.0",
- "tslib": "^2.8.1",
- "zone.js": "^0.15.1"
- },
- "devDependencies": {
- "@angular/build": "^20.1.3",
- "@angular/cli": "^20.1.3",
- "@angular/compiler-cli": "^20.1.3",
- "@types/jasmine": "~5.1.0",
- "jasmine-core": "~5.1.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.8.3"
- }
- }
|