package.json 661 B

123456789101112131415161718192021222324
  1. {
  2. "id": "wanghexu-timeslot",
  3. "name": "预约,日历时间段选择,时间段区间选择组件模块",
  4. "version": "2.0.0",
  5. "description": "兼容小程序,H5等多平台的预约,日历时间段选择,时间段区间选择组件模块,可用于多场景。",
  6. "keywords": [
  7. "时间段",
  8. "日期",
  9. "时间",
  10. "时间区间",
  11. "时间范围"
  12. ],
  13. "dcloudext": {
  14. "category": [
  15. "前端组件",
  16. "通用组件"
  17. ]
  18. },
  19. "dependencies": {
  20. "encoding": "^0.1.13",
  21. "lodash.debounce": "^4.0.8",
  22. "vue3-print-nb": "^0.1.4"
  23. }
  24. }