package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "xlsx": "^0.18.5",
  50. "xlsx-style": "^0.8.13",
  51. "zone.js": "~0.14.3"
  52. },
  53. "devDependencies": {
  54. "@angular-devkit/build-angular": "^17.3.6",
  55. "@angular/cli": "^17.3.6",
  56. "@angular/compiler-cli": "^17.3.0",
  57. "@types/file-saver": "^2.0.7",
  58. "@types/jasmine": "~5.1.0",
  59. "autoprefixer": "^10.4.19",
  60. "jasmine-core": "~5.1.0",
  61. "karma": "~6.4.0",
  62. "karma-chrome-launcher": "~3.2.0",
  63. "karma-coverage": "~2.2.0",
  64. "karma-jasmine": "~5.1.0",
  65. "karma-jasmine-html-reporter": "~2.1.0",
  66. "postcss": "^8.4.38",
  67. "tailwindcss": "^3.4.3",
  68. "typescript": "~5.4.2"
  69. }
  70. }