package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "fisapp-ui",
  3. "version": "1.1.2",
  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": "^19.2.12",
  20. "@angular/cdk": "^19.2.17",
  21. "@angular/common": "^19.2.12",
  22. "@angular/compiler": "^19.2.12",
  23. "@angular/core": "^19.2.12",
  24. "@angular/forms": "^19.2.12",
  25. "@angular/material": "^19.2.17",
  26. "@angular/material-moment-adapter": "^19.2.17",
  27. "@angular/platform-browser": "^19.2.12",
  28. "@angular/platform-browser-dynamic": "^19.2.12",
  29. "@angular/router": "^19.2.12",
  30. "@angular/service-worker": "^19.2.12",
  31. "@ngxs/devtools-plugin": "^19.0.0",
  32. "@ngxs/form-plugin": "^19.0.0",
  33. "@ngxs/storage-plugin": "^19.0.0",
  34. "@ngxs/store": "^19.0.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.12.0",
  40. "rxjs": "~7.8.0",
  41. "tslib": "^2.3.0",
  42. "zone.js": "~0.15.0"
  43. },
  44. "devDependencies": {
  45. "@angular-devkit/build-angular": "^19.2.13",
  46. "@angular/cli": "^19.2.13",
  47. "@angular/compiler-cli": "^19.2.12",
  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. }