package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "fisapp-ui",
  3. "version": "1.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve --host 0.0.0.0 --port 4200",
  7. "build": "ng build --base-href /next/ --aot --delete-output-path",
  8. "build:prod": "ng build --configuration production --base-href /next/ --aot --delete-output-path",
  9. "watch": "ng build --watch --configuration development",
  10. "test": "ng test"
  11. },
  12. "private": true,
  13. "dependencies": {
  14. "@angular/animations": "^18.2.2",
  15. "@angular/cdk": "^18.2.2",
  16. "@angular/common": "^18.2.2",
  17. "@angular/compiler": "^18.2.2",
  18. "@angular/core": "^18.2.2",
  19. "@angular/forms": "^18.2.2",
  20. "@angular/material": "^18.2.2",
  21. "@angular/material-moment-adapter": "^18.2.2",
  22. "@angular/platform-browser": "^18.2.2",
  23. "@angular/platform-browser-dynamic": "^18.2.2",
  24. "@angular/router": "^18.2.2",
  25. "@ngxs/devtools-plugin": "^18.1.1",
  26. "@ngxs/storage-plugin": "^18.1.1",
  27. "@ngxs/store": "^18.1.1",
  28. "angularlib": "file:./src/dependencies/angularlib",
  29. "dp-ui": "file:./src/dependencies/dp-ui",
  30. "fis": "file:./src/dependencies/fis",
  31. "fis-commons": "https://cdn.swopt.com/npm/fis-commons",
  32. "primeng": "^17.12.0",
  33. "rxjs": "~7.8.0",
  34. "tslib": "^2.3.0",
  35. "zone.js": "~0.14.3"
  36. },
  37. "devDependencies": {
  38. "@angular-devkit/build-angular": "^18.1.3",
  39. "@angular/cli": "^18.1.3",
  40. "@angular/compiler-cli": "^18.2.2",
  41. "@types/jasmine": "~5.1.0",
  42. "jasmine-core": "~5.1.0",
  43. "karma": "~6.4.0",
  44. "karma-chrome-launcher": "~3.2.0",
  45. "karma-coverage": "~2.2.0",
  46. "karma-jasmine": "~5.1.0",
  47. "karma-jasmine-html-reporter": "~2.1.0",
  48. "typescript": "~5.4.5"
  49. }
  50. }