package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "id": "song-data-picker",
  3. "displayName": "基于uDataPicker(uni-data-picker)的带有搜索功能选择器",
  4. "version": "1.0.3",
  5. "description": "在官方组件uDataPicker(uni-data-picker:1.0.4)基础上添加搜索功能",
  6. "keywords": [
  7. "级联",
  8. "搜索",
  9. "picker",
  10. "省市区",
  11. "地址"
  12. ],
  13. "repository": "https://github.com/mofeimo110/uni-app-songcomponents",
  14. "engines": {
  15. "HBuilderX": "^3.1.19"
  16. },
  17. "dcloudext": {
  18. "category": [
  19. "前端组件",
  20. "通用组件"
  21. ],
  22. "sale": {
  23. "regular": {
  24. "price": "0.00"
  25. },
  26. "sourcecode": {
  27. "price": "0.00"
  28. }
  29. },
  30. "contact": {
  31. "qq": ""
  32. },
  33. "declaration": {
  34. "ads": "无",
  35. "data": "无",
  36. "permissions": "无"
  37. },
  38. "npmurl": ""
  39. },
  40. "uni_modules": {
  41. "dependencies": [
  42. "uni-load-more",
  43. "uni-icons",
  44. "uni-scss",
  45. "uni-easyinput",
  46. "uni-list"
  47. ],
  48. "encrypt": [],
  49. "platforms": {
  50. "cloud": {
  51. "tcb": "y",
  52. "aliyun": "y"
  53. },
  54. "client": {
  55. "Vue": {
  56. "vue2": "y",
  57. "vue3": "y"
  58. },
  59. "App": {
  60. "app-vue": "y",
  61. "app-nvue": "y"
  62. },
  63. "H5-mobile": {
  64. "Safari": "y",
  65. "Android Browser": "y",
  66. "微信浏览器(Android)": "y",
  67. "QQ浏览器(Android)": "y"
  68. },
  69. "H5-pc": {
  70. "Chrome": "y",
  71. "IE": "y",
  72. "Edge": "y",
  73. "Firefox": "y",
  74. "Safari": "y"
  75. },
  76. "小程序": {
  77. "微信": "y",
  78. "阿里": "y",
  79. "百度": "y",
  80. "字节跳动": "y",
  81. "QQ": "y",
  82. "钉钉": "n",
  83. "快手": "n",
  84. "飞书": "n",
  85. "京东": "n"
  86. },
  87. "快应用": {
  88. "华为": "y",
  89. "联盟": "y"
  90. }
  91. }
  92. }
  93. }
  94. }