package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "front-p-educativa",
  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": "^17.3.0",
  14. "@angular/cdk": "~17.3.8",
  15. "@angular/common": "^17.3.0",
  16. "@angular/compiler": "^17.3.0",
  17. "@angular/core": "^17.3.0",
  18. "@angular/forms": "^17.3.0",
  19. "@angular/material": "~17.3.8",
  20. "@angular/platform-browser": "^17.3.0",
  21. "@angular/platform-browser-dynamic": "^17.3.0",
  22. "@angular/router": "^17.3.0",
  23. "@fullcalendar/angular": "^6.1.14",
  24. "@fullcalendar/core": "^6.1.14",
  25. "@fullcalendar/daygrid": "^6.1.14",
  26. "@fullcalendar/interaction": "^6.1.14",
  27. "@fullcalendar/list": "^6.1.14",
  28. "@fullcalendar/resource-timegrid": "^6.1.14",
  29. "@fullcalendar/timegrid": "^6.1.14",
  30. "@ng-idle/core": "^15.0.0",
  31. "@ng-idle/keepalive": "^15.0.0",
  32. "@ngx-formly/core": "^7.0.0",
  33. "@ngx-formly/material": "^7.0.0",
  34. "animate.css": "^4.1.1",
  35. "date-fns": "^3.6.0",
  36. "exceljs": "^4.4.0",
  37. "file-saver": "^2.0.5",
  38. "html2canvas": "^1.4.1",
  39. "json-server": "^1.0.0-beta.1",
  40. "jspdf": "^2.5.1",
  41. "modern-screenshot": "^4.4.39",
  42. "moment": "^2.30.1",
  43. "ngx-colors": "^3.6.0",
  44. "ngx-editor": "^17.5.4",
  45. "quill": "^2.0.2",
  46. "rxjs": "~7.8.0",
  47. "sweetalert2": "^11.11.1",
  48. "tslib": "^2.3.0",
  49. "uuid": "^11.1.0",
  50. "xlsx": "^0.18.5",
  51. "xlsx-style": "^0.8.13",
  52. "zone.js": "~0.14.3"
  53. },
  54. "devDependencies": {
  55. "@angular-devkit/build-angular": "^17.3.6",
  56. "@angular/cli": "^17.3.6",
  57. "@angular/compiler-cli": "^17.3.0",
  58. "@types/file-saver": "^2.0.7",
  59. "@types/jasmine": "~5.1.0",
  60. "@types/uuid": "^10.0.0",
  61. "autoprefixer": "^10.4.19",
  62. "jasmine-core": "~5.1.0",
  63. "karma": "~6.4.0",
  64. "karma-chrome-launcher": "~3.2.0",
  65. "karma-coverage": "~2.2.0",
  66. "karma-jasmine": "~5.1.0",
  67. "karma-jasmine-html-reporter": "~2.1.0",
  68. "postcss": "^8.4.38",
  69. "tailwindcss": "^3.4.3",
  70. "typescript": "~5.4.2"
  71. }
  72. }