package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "id": "uni-data-select",
  3. "displayName": "uni-data-select 下拉框选择器",
  4. "version": "1.0.6",
  5. "description": "通过数据驱动的下拉框选择器",
  6. "keywords": [
  7. "uni-ui",
  8. "select",
  9. "uni-data-select",
  10. "下拉框",
  11. "下拉选"
  12. ],
  13. "repository": "https://github.com/dcloudio/uni-ui",
  14. "engines": {
  15. "HBuilderX": "^3.1.1"
  16. },
  17. "directories": {
  18. "example": "../../temps/example_temps"
  19. },
  20. "dcloudext": {
  21. "sale": {
  22. "regular": {
  23. "price": "0.00"
  24. },
  25. "sourcecode": {
  26. "price": "0.00"
  27. }
  28. },
  29. "contact": {
  30. "qq": ""
  31. },
  32. "declaration": {
  33. "ads": "无",
  34. "data": "无",
  35. "permissions": "无"
  36. },
  37. "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
  38. "type": "component-vue"
  39. },
  40. "uni_modules": {
  41. "dependencies": ["uni-load-more"],
  42. "encrypt": [],
  43. "platforms": {
  44. "cloud": {
  45. "tcb": "y",
  46. "aliyun": "y"
  47. },
  48. "client": {
  49. "App": {
  50. "app-vue": "u",
  51. "app-nvue": "n"
  52. },
  53. "H5-mobile": {
  54. "Safari": "y",
  55. "Android Browser": "y",
  56. "微信浏览器(Android)": "y",
  57. "QQ浏览器(Android)": "y"
  58. },
  59. "H5-pc": {
  60. "Chrome": "y",
  61. "IE": "y",
  62. "Edge": "y",
  63. "Firefox": "y",
  64. "Safari": "y"
  65. },
  66. "小程序": {
  67. "微信": "y",
  68. "阿里": "u",
  69. "百度": "u",
  70. "字节跳动": "u",
  71. "QQ": "u",
  72. "京东": "u"
  73. },
  74. "快应用": {
  75. "华为": "u",
  76. "联盟": "u"
  77. },
  78. "Vue": {
  79. "vue2": "y",
  80. "vue3": "y"
  81. }
  82. }
  83. }
  84. }
  85. }