package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "id": "native-button",
  3. "displayName": "native-button",
  4. "version": "0.0.1",
  5. "description": "vue开发button原生组件",
  6. "repository": "",
  7. "engines": {
  8. "HBuilderX": "^4.25"
  9. },
  10. "dcloudext": {
  11. "type": "uts",
  12. "sale": {
  13. "regular": {
  14. "price": "0.00"
  15. },
  16. "sourcecode": {
  17. "price": "0.00"
  18. }
  19. },
  20. "contact": {
  21. "qq": ""
  22. },
  23. "declaration": {
  24. "ads": "无",
  25. "data": "插件不采集任何数据",
  26. "permissions": "无"
  27. },
  28. "npmurl": ""
  29. },
  30. "uni_modules": {
  31. "dependencies": [],
  32. "encrypt": [],
  33. "platforms": {
  34. "cloud": {
  35. "tcb": "y",
  36. "aliyun": "y"
  37. },
  38. "client": {
  39. "Vue": {
  40. "vue2": "n",
  41. "vue3": "y"
  42. },
  43. "App": {
  44. "app-android": {
  45. "minVersion": "21"
  46. },
  47. "app-ios": {
  48. "minVersion": "9"
  49. }
  50. },
  51. "H5-mobile": {
  52. "Safari": "y",
  53. "Android Browser": "y",
  54. "微信浏览器(Android)": "y",
  55. "QQ浏览器(Android)": "y"
  56. },
  57. "H5-pc": {
  58. "Chrome": "y",
  59. "IE": "y",
  60. "Edge": "y",
  61. "Firefox": "y",
  62. "Safari": "y"
  63. },
  64. "小程序": {
  65. "微信": "y",
  66. "阿里": "y",
  67. "百度": "y",
  68. "字节跳动": "u",
  69. "QQ": "y",
  70. "钉钉": "u",
  71. "快手": "u",
  72. "飞书": "u",
  73. "京东": "u"
  74. },
  75. "快应用": {
  76. "华为": "u",
  77. "联盟": "u"
  78. }
  79. }
  80. }
  81. }
  82. }