package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "fisapp-ui",
  3. "version": "1.1.1",
  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:quotation:prod": "ng build --configuration quotation-prod --output-path dist/quotation --aot",
  12. "watch": "ng build --watch --configuration development",
  13. "test": "ng test",
  14. "clean": "ng cache clean && npm cache clean --force"
  15. },
  16. "private": true,
  17. "dependencies": {
  18. "@angular/animations": "^18.2.2",
  19. "@angular/cdk": "^18.2.2",
  20. "@angular/common": "^18.2.2",
  21. "@angular/compiler": "^18.2.2",
  22. "@angular/core": "^18.2.2",
  23. "@angular/forms": "^18.2.2",
  24. "@angular/material": "^18.2.2",
  25. "@angular/material-moment-adapter": "^18.2.2",
  26. "@angular/platform-browser": "^18.2.2",
  27. "@angular/platform-browser-dynamic": "^18.2.2",
  28. "@angular/router": "^18.2.2",
  29. "@ngxs/devtools-plugin": "^18.1.1",
  30. "@ngxs/storage-plugin": "^18.1.1",
  31. "@ngxs/store": "^18.1.1",
  32. "angularlib": "file:./src/dependencies/angularlib",
  33. "dp-ui": "file:./src/dependencies/dp-ui",
  34. "fis": "file:./src/dependencies/fis",
  35. "fis-commons": "https://cdn.swopt.com/npm/fis-commons",
  36. "primeng": "^17.12.0",
  37. "rxjs": "~7.8.0",
  38. "tslib": "^2.3.0",
  39. "zone.js": "~0.14.3"
  40. },
  41. "devDependencies": {
  42. "@angular-devkit/build-angular": "^18.1.3",
  43. "@angular/cli": "^18.1.3",
  44. "@angular/compiler-cli": "^18.2.2",
  45. "@types/jasmine": "~5.1.0",
  46. "jasmine-core": "~5.1.0",
  47. "karma": "~6.4.0",
  48. "karma-chrome-launcher": "~3.2.0",
  49. "karma-coverage": "~2.2.0",
  50. "karma-jasmine": "~5.1.0",
  51. "karma-jasmine-html-reporter": "~2.1.0",
  52. "typescript": "~5.4.5"
  53. }
  54. }