package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "fisapp-ui",
  3. "version": "1.3.3",
  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:dev": "ng build --base-href /dev/ --aot --output-path dist/dev --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": "^21.1.4",
  20. "@angular/cdk": "^21.1.4",
  21. "@angular/common": "^21.1.4",
  22. "@angular/compiler": "^21.1.4",
  23. "@angular/core": "^21.1.4",
  24. "@angular/forms": "^21.1.4",
  25. "@angular/material": "^21.1.4",
  26. "@angular/material-moment-adapter": "^21.1.4",
  27. "@angular/platform-browser": "^21.1.4",
  28. "@angular/platform-browser-dynamic": "^21.1.4",
  29. "@angular/router": "^21.1.4",
  30. "@angular/service-worker": "^21.1.4",
  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. "@primeuix/themes": "^2.0.3",
  36. "angularlib": "file:src/dependencies/angularlib",
  37. "dp-ui": "file:src/dependencies/dp-ui",
  38. "fis": "file:src/dependencies/fis",
  39. "fis-commons": "https://cdn.swopt.com/npm/fis-commons",
  40. "primeng": "^21.1.1",
  41. "rxjs": "~7.8.0",
  42. "tslib": "^2.8.1",
  43. "zone.js": "^0.15.1"
  44. },
  45. "devDependencies": {
  46. "@angular/build": "^21.1.4",
  47. "@angular/cli": "^21.1.4",
  48. "@angular/compiler-cli": "^21.1.4",
  49. "@types/jasmine": "~5.1.0",
  50. "jasmine-core": "~5.1.0",
  51. "karma": "~6.4.0",
  52. "karma-chrome-launcher": "~3.2.0",
  53. "karma-coverage": "~2.2.0",
  54. "karma-jasmine": "~5.1.0",
  55. "karma-jasmine-html-reporter": "~2.1.0",
  56. "typescript": "~5.9.3"
  57. }
  58. }