package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "sistema-mantenimiento-front",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve",
  7. "build": "ng build",
  8. "watch": "ng build --watch --configuration development",
  9. "test": "ng test"
  10. },
  11. "private": true,
  12. "dependencies": {
  13. "@angular/animations": "~15.0.1",
  14. "@angular/cdk": "^15.0.0",
  15. "@angular/common": "~15.0.1",
  16. "@angular/compiler": "~15.0.1",
  17. "@angular/core": "~15.0.1",
  18. "@angular/forms": "~15.0.1",
  19. "@angular/material": "^15.0.0",
  20. "@angular/platform-browser": "~15.0.1",
  21. "@angular/platform-browser-dynamic": "~15.0.1",
  22. "@angular/router": "~15.0.1",
  23. "@ng-web-apis/common": "^2.1.0",
  24. "@ng-web-apis/geolocation": "^2.0.0",
  25. "@ngx-translate/core": "^14.0.0",
  26. "@ngx-translate/http-loader": "^7.0.0",
  27. "@pdftron/webviewer": "^8.11.0",
  28. "@syncfusion/ej2-angular-base": "20.4.52",
  29. "@syncfusion/ej2-angular-diagrams": "^20.3.58",
  30. "@syncfusion/ej2-angular-dropdowns": "^20.3.58",
  31. "@syncfusion/ej2-angular-grids": "^20.3.58",
  32. "@syncfusion/ej2-angular-layouts": "^20.4.48",
  33. "@syncfusion/ej2-angular-maps": "^20.3.56",
  34. "@syncfusion/ej2-angular-spreadsheet": "^20.3.58",
  35. "@syncfusion/ej2-charts": "*",
  36. "@types/quill": "^1.3.10",
  37. "angular-long-press": "^0.3.2",
  38. "assert": "^2.0.0",
  39. "chart.js": "^3.9.1",
  40. "crypto-browserify": "^3.12.0",
  41. "https-browserify": "^1.0.0",
  42. "jspdf": "^2.5.1",
  43. "jspdf-autotable": "^3.5.25",
  44. "libsodium-wrappers": "^0.7.10",
  45. "ng-long-press": "^0.0.0",
  46. "ng2-charts": "^4.0.2",
  47. "ngx-cookie-service": "^15.0.0",
  48. "ngx-mat-timepicker": "^15.1.4",
  49. "ngx-material-timepicker": "^5.5.3",
  50. "ngx-quill": "^20.0.0",
  51. "ngx-skeleton-loader": "^6.0.0",
  52. "ngx-socket-io": "^4.4.0",
  53. "node-polyfill-webpack-plugin": "^2.0.1",
  54. "os-browserify": "^0.3.0",
  55. "path": "^0.12.7",
  56. "quill": "^1.3.7",
  57. "rxjs": "~7.5.7",
  58. "stream": "^0.0.2",
  59. "stream-browserify": "^3.0.0",
  60. "stream-http": "^3.2.0",
  61. "tslib": "^2.4.1",
  62. "zone.js": "~0.12.0"
  63. },
  64. "devDependencies": {
  65. "@angular-devkit/build-angular": "~15.0.1",
  66. "@angular/cli": "~13.1.2",
  67. "@angular/compiler-cli": "~15.0.1",
  68. "@types/jasmine": "~3.10.0",
  69. "@types/libsodium-wrappers": "^0.7.9",
  70. "jasmine-core": "~3.10.0",
  71. "karma": "~6.3.0",
  72. "karma-chrome-launcher": "~3.1.0",
  73. "karma-coverage": "~2.1.0",
  74. "karma-jasmine": "~4.0.0",
  75. "karma-jasmine-html-reporter": "~1.7.0",
  76. "typescript": "~4.8.4"
  77. }
  78. }