package.json 736 B

12345678910111213141516171819202122
  1. {
  2. "id": "dengrq-datetime-picker",
  3. "name": "日期时间选择器组件",
  4. "displayName": "日期时间选择器组件",
  5. "version": "1.0.6",
  6. "description": "适用于 uni-app 的日期时间选择器组件,兼容 H5 和小程序。支持多种日期模式,包括年月日 / 年月日时分秒 / 年月 / 年份 / 时分秒 / 时分,支持配置默认选中日期与最小最大日期范围。",
  7. "keywords": [
  8. "日期选择器",
  9. "时间选择器",
  10. "日期时间选择器",
  11. "日期范围选择"
  12. ],
  13. "dcloudext": {
  14. "category": [
  15. "前端组件",
  16. "通用组件"
  17. ]
  18. },
  19. "dependencies": {
  20. "mescroll-uni": "^1.3.7"
  21. }
  22. }