package.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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-material-components/color-picker": "^16.0.1",
  14. "@angular/animations": "^17.0.0",
  15. "@angular/cdk": "^17.0.2",
  16. "@angular/common": "^17.0.0",
  17. "@angular/compiler": "^17.0.0",
  18. "@angular/core": "^17.0.0",
  19. "@angular/forms": "^17.0.0",
  20. "@angular/material": "^17.0.2",
  21. "@angular/material-moment-adapter": "^17.0.2",
  22. "@angular/platform-browser": "^17.0.0",
  23. "@angular/platform-browser-dynamic": "^17.0.0",
  24. "@angular/router": "^17.0.0",
  25. "@ng-web-apis/common": "^2.1.0",
  26. "@ng-web-apis/geolocation": "^2.0.0",
  27. "@ngx-translate/core": "^15.0.0",
  28. "@ngx-translate/http-loader": "^7.0.0",
  29. "@pdftron/webviewer": "^8.11.0",
  30. "@syncfusion/ej2-angular-base": "20.4.52",
  31. "@syncfusion/ej2-angular-charts": "^23.1.38",
  32. "@syncfusion/ej2-angular-diagrams": "^20.3.58",
  33. "@syncfusion/ej2-angular-dropdowns": "^20.3.58",
  34. "@syncfusion/ej2-angular-grids": "^20.3.58",
  35. "@syncfusion/ej2-angular-layouts": "^20.4.48",
  36. "@syncfusion/ej2-angular-maps": "^20.3.56",
  37. "@syncfusion/ej2-angular-spreadsheet": "^20.3.58",
  38. "@syncfusion/ej2-charts": "*",
  39. "@types/quill": "^1.3.10",
  40. "angular-long-press": "^0.3.2",
  41. "assert": "^2.0.0",
  42. "chart.js": "^4.4.0",
  43. "chartjs-plugin-annotation": "^3.0.1",
  44. "country-code-emoji": "^2.3.0",
  45. "crypto-browserify": "^3.12.0",
  46. "dom-to-image": "^2.6.0",
  47. "html2canvas": "^1.4.1",
  48. "https-browserify": "^1.0.0",
  49. "i": "^0.3.7",
  50. "jsbarcode": "^3.11.5",
  51. "jspdf": "^2.5.1",
  52. "jspdf-autotable": "^3.5.25",
  53. "libsodium-wrappers": "^0.7.10",
  54. "moment": "^2.29.4",
  55. "ng-long-press": "^0.0.0",
  56. "ng2-charts": "^5.0.3",
  57. "ngx-barcode6": "^1.0.23",
  58. "ngx-colors": "^3.5.2",
  59. "ngx-material-timepicker": "^5.5.2",
  60. "ngx-quill": "^23.0.0",
  61. "ngx-skeleton-loader": "^6.0.0",
  62. "ngx-socket-io": "^4.5.1",
  63. "node-polyfill-webpack-plugin": "^2.0.1",
  64. "npm": "^10.2.3",
  65. "os-browserify": "^0.3.0",
  66. "path": "^0.12.7",
  67. "quill": "^1.3.7",
  68. "rxjs": "~7.5.7",
  69. "stream": "^0.0.2",
  70. "stream-browserify": "^3.0.0",
  71. "stream-http": "^3.2.0",
  72. "tslib": "^2.4.1",
  73. "typia": "^5.3.12",
  74. "zone.js": "~0.14.2"
  75. },
  76. "devDependencies": {
  77. "@angular-devkit/build-angular": "^17.0.0",
  78. "@angular/cli": "^17.0.0",
  79. "@angular/compiler-cli": "^17.0.0",
  80. "@types/dom-to-image": "^2.6.4",
  81. "@types/jasmine": "~3.10.0",
  82. "@types/libsodium-wrappers": "^0.7.9",
  83. "jasmine-core": "~3.10.0",
  84. "karma": "~6.3.0",
  85. "karma-chrome-launcher": "~3.1.0",
  86. "karma-coverage": "~2.1.0",
  87. "karma-jasmine": "~4.0.0",
  88. "karma-jasmine-html-reporter": "~1.7.0",
  89. "typescript": "~5.2.2"
  90. }
  91. }