package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "id": "uni-share",
  3. "displayName": "uni-share",
  4. "version": "2.0.3",
  5. "description": "底部弹出宫格图标式的分享菜单,可覆盖原生组件。",
  6. "keywords": [
  7. "分享菜单"
  8. ],
  9. "repository": "",
  10. "engines": {
  11. "HBuilderX": "^3.1.0",
  12. "uni-app": "^4.45",
  13. "uni-app-x": ""
  14. },
  15. "dcloudext": {
  16. "sale": {
  17. "regular": {
  18. "price": "0.00"
  19. },
  20. "sourcecode": {
  21. "price": "0.00"
  22. }
  23. },
  24. "contact": {
  25. "qq": ""
  26. },
  27. "declaration": {
  28. "ads": "无",
  29. "data": "无",
  30. "permissions": "无"
  31. },
  32. "npmurl": "",
  33. "type": "sdk-js",
  34. "darkmode": "x",
  35. "i18n": "x",
  36. "widescreen": "x"
  37. },
  38. "uni_modules": {
  39. "dependencies": [],
  40. "encrypt": [],
  41. "platforms": {
  42. "cloud": {
  43. "tcb": "√",
  44. "aliyun": "√",
  45. "alipay": "x"
  46. },
  47. "client": {
  48. "uni-app": {
  49. "vue": {
  50. "vue2": "x",
  51. "vue3": "√"
  52. },
  53. "web": {
  54. "safari": "-",
  55. "chrome": "-"
  56. },
  57. "app": {
  58. "vue": "-",
  59. "nvue": "-",
  60. "android": "√",
  61. "ios": "√",
  62. "harmony": "√"
  63. },
  64. "mp": {
  65. "weixin": "-",
  66. "alipay": "-",
  67. "toutiao": "-",
  68. "baidu": "-",
  69. "kuaishou": "-",
  70. "jd": "-",
  71. "harmony": "-",
  72. "qq": "-",
  73. "lark": "-"
  74. },
  75. "quickapp": {
  76. "huawei": "-",
  77. "union": "-"
  78. }
  79. },
  80. "uni-app-x": {
  81. "web": {
  82. "safari": "-",
  83. "chrome": "-"
  84. },
  85. "app": {
  86. "android": "-",
  87. "ios": "-",
  88. "harmony": "-"
  89. },
  90. "mp": {
  91. "weixin": "-"
  92. }
  93. }
  94. }
  95. }
  96. }
  97. }