| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "fisapp-ui",
- "version": "1.1.1",
- "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:quotation:prod": "ng build --configuration quotation-prod --output-path dist/quotation --aot",
- "watch": "ng build --watch --configuration development",
- "test": "ng test",
- "clean": "ng cache clean && npm cache clean --force"
- },
- "private": true,
- "dependencies": {
- "@angular/animations": "^18.2.2",
- "@angular/cdk": "^18.2.2",
- "@angular/common": "^18.2.2",
- "@angular/compiler": "^18.2.2",
- "@angular/core": "^18.2.2",
- "@angular/forms": "^18.2.2",
- "@angular/material": "^18.2.2",
- "@angular/material-moment-adapter": "^18.2.2",
- "@angular/platform-browser": "^18.2.2",
- "@angular/platform-browser-dynamic": "^18.2.2",
- "@angular/router": "^18.2.2",
- "@angular/service-worker": "^18.2.2",
- "@ngxs/devtools-plugin": "^18.1.1",
- "@ngxs/storage-plugin": "^18.1.1",
- "@ngxs/store": "^18.1.1",
- "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.12.0",
- "rxjs": "~7.8.0",
- "tslib": "^2.3.0",
- "zone.js": "~0.14.3"
- },
- "devDependencies": {
- "@angular-devkit/build-angular": "^18.1.3",
- "@angular/cli": "^18.1.3",
- "@angular/compiler-cli": "^18.2.2",
- "@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.4.5"
- }
- }
|