package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "fisapp-ui",
  3. "version": "1.2.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve --host 0.0.0.0 --port 4200",
  7. "build": "ng build --aot --delete-output-path",
  8. "build:next": "ng build --base-href /next/ --aot --delete-output-path",
  9. "build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
  10. "build:leave:prod": "ng build --configuration leave-prod --output-path dist/leave --aot",
  11. "build:quot:prod": "ng build --configuration quotation-prod --output-path dist/quotation --aot",
  12. "build:maf:quot:prod": "ng build --configuration maf-quot-prod --output-path dist/maf/quotation --aot",
  13. "watch": "ng build --watch --configuration development",
  14. "test": "ng test",
  15. "clean": "ng cache clean && npm cache clean --force"
  16. },
  17. "private": true,
  18. "dependencies": {
  19. "@angular/animations": "^20.1.3",
  20. "@angular/cdk": "^20.1.3",
  21. "@angular/common": "^20.1.3",
  22. "@angular/compiler": "^20.1.3",
  23. "@angular/core": "^20.1.3",
  24. "@angular/forms": "^20.1.3",
  25. "@angular/material": "^20.1.3",
  26. "@angular/material-moment-adapter": "^20.1.3",
  27. "@angular/platform-browser": "^20.1.3",
  28. "@angular/platform-browser-dynamic": "^20.1.3",
  29. "@angular/router": "^20.1.3",
  30. "@angular/service-worker": "^20.1.3",
  31. "@ngxs/devtools-plugin": "^20.1.0",
  32. "@ngxs/form-plugin": "^20.1.0",
  33. "@ngxs/storage-plugin": "^20.1.0",
  34. "@ngxs/store": "^20.1.0",
  35. "angularlib": "file:src/dependencies/angularlib",
  36. "dp-ui": "file:src/dependencies/dp-ui",
  37. "fis": "file:src/dependencies/fis",
  38. "fis-commons": "https://cdn.swopt.com/npm/fis-commons",
  39. "primeng": "^17.18.15",
  40. "rxjs": "~7.8.0",
  41. "tslib": "^2.8.1",
  42. "zone.js": "^0.15.1"
  43. },
  44. "devDependencies": {
  45. "@angular/build": "^20.1.3",
  46. "@angular/cli": "^20.1.3",
  47. "@angular/compiler-cli": "^20.1.3",
  48. "@types/jasmine": "~5.1.0",
  49. "jasmine-core": "~5.1.0",
  50. "karma": "~6.4.0",
  51. "karma-chrome-launcher": "~3.2.0",
  52. "karma-coverage": "~2.2.0",
  53. "karma-jasmine": "~5.1.0",
  54. "karma-jasmine-html-reporter": "~2.1.0",
  55. "typescript": "~5.8.3"
  56. }
  57. }