libman.json 844 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "version": "1.0",
  3. "defaultProvider": "cdnjs",
  4. "libraries": [
  5. {
  6. "library": "zTree.v3@3.5.42",
  7. "destination": "wwwroot/lib/zTree.v3/"
  8. },
  9. {
  10. "library": "echarts@5.3.3",
  11. "destination": "wwwroot/lib/echarts/"
  12. },
  13. {
  14. "library": "vue@2.7.14",
  15. "destination": "wwwroot/lib/vue/"
  16. },
  17. {
  18. "library": "bootstrap-table@1.21.1",
  19. "destination": "wwwroot/lib/bootstrap-table/"
  20. },
  21. {
  22. "library": "axios@1.3.4",
  23. "destination": "wwwroot/axios/"
  24. },
  25. {
  26. "library": "fullcalendar@3.10.2",
  27. "destination": "wwwroot/lib/fullcalendar/"
  28. },
  29. {
  30. "library": "moment.js@2.29.4",
  31. "destination": "wwwroot/lib/moment.js/"
  32. },
  33. {
  34. "provider": "cdnjs",
  35. "library": "xlsx@0.18.5",
  36. "destination": "wwwroot/lib/xlsx/"
  37. }
  38. ]
  39. }