Hospital Management internal project. Build with Abp.io architecture.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.0 KiB

3 weeks ago
  1. {
  2. "name": "HospitalManagementSystem",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve --open",
  7. "build": "ng build",
  8. "build:prod": "ng build --configuration production",
  9. "watch": "ng build --watch --configuration development",
  10. "test": "ng test",
  11. "lint": "ng lint"
  12. },
  13. "private": true,
  14. "dependencies": {
  15. "@abp/ng.account": "~9.0.2",
  16. "@abp/ng.components": "~9.0.2",
  17. "@abp/ng.core": "~9.0.2",
  18. "@abp/ng.identity": "~9.0.2",
  19. "@abp/ng.oauth": "~9.0.2",
  20. "@abp/ng.setting-management": "~9.0.2",
  21. "@abp/ng.tenant-management": "~9.0.2",
  22. "@abp/ng.theme.lepton-x": "~4.0.3",
  23. "@abp/ng.theme.shared": "~9.0.2",
  24. "@angular/animations": "~18.1.0",
  25. "@angular/common": "~18.1.0",
  26. "@angular/compiler": "~18.1.0",
  27. "@angular/core": "~18.1.0",
  28. "@angular/forms": "~18.1.0",
  29. "@angular/localize": "~18.1.0",
  30. "@angular/platform-browser": "~18.1.0",
  31. "@angular/platform-browser-dynamic": "~18.1.0",
  32. "@angular/router": "~18.1.0",
  33. "bootstrap-icons": "~1.8.0",
  34. "rxjs": "~7.8.0",
  35. "tslib": "^2.0.0",
  36. "zone.js": "~0.14.0"
  37. },
  38. "devDependencies": {
  39. "@abp/ng.schematics": "~9.0.2",
  40. "@angular-devkit/build-angular": "~18.1.0",
  41. "@angular-eslint/builder": "~18.1.0",
  42. "@angular-eslint/eslint-plugin": "~18.1.0",
  43. "@angular-eslint/eslint-plugin-template": "~18.1.0",
  44. "@angular-eslint/schematics": "~18.1.0",
  45. "@angular-eslint/template-parser": "~18.1.0",
  46. "@angular/cli": "~18.1.0",
  47. "@angular/compiler-cli": "~18.1.0",
  48. "@angular/language-service": "~18.1.0",
  49. "@types/jasmine": "~3.6.0",
  50. "@types/node": "^12.11.1",
  51. "@typescript-eslint/eslint-plugin": "7.16.0",
  52. "@typescript-eslint/parser": "7.16.0",
  53. "eslint": "^8.0.0",
  54. "jasmine-core": "~4.0.0",
  55. "karma": "~6.3.0",
  56. "karma-chrome-launcher": "~3.1.0",
  57. "karma-coverage": "~2.1.0",
  58. "karma-jasmine": "~4.0.0",
  59. "karma-jasmine-html-reporter": "^1.7.0",
  60. "typescript": "~5.5.0"
  61. }
  62. }