package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "@angular/service-worker": "^18.2.2",
  30. "@ngxs/devtools-plugin": "^18.1.1",
  31. "@ngxs/storage-plugin": "^18.1.1",
  32. "@ngxs/store": "^18.1.1",
  33. "angularlib": "file:./src/dependencies/angularlib",
  34. "dp-ui": "file:./src/dependencies/dp-ui",
  35. "fis": "file:./src/dependencies/fis",
  36. "fis-commons": "https://cdn.swopt.com/npm/fis-commons",
  37. "primeng": "^17.12.0",
  38. "rxjs": "~7.8.0",
  39. "tslib": "^2.3.0",
  40. "zone.js": "~0.14.3"
  41. },
  42. "devDependencies": {
  43. "@angular-devkit/build-angular": "^18.1.3",
  44. "@angular/cli": "^18.1.3",
  45. "@angular/compiler-cli": "^18.2.2",
  46. "@types/jasmine": "~5.1.0",
  47. "jasmine-core": "~5.1.0",
  48. "karma": "~6.4.0",
  49. "karma-chrome-launcher": "~3.2.0",
  50. "karma-coverage": "~2.2.0",
  51. "karma-jasmine": "~5.1.0",
  52. "karma-jasmine-html-reporter": "~2.1.0",
  53. "typescript": "~5.4.5"
  54. }
  55. }