package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "id": "uni-upgrade-center-app",
  3. "displayName": "升级中心 uni-upgrade-center - App",
  4. "version": "0.9.7",
  5. "description": "uni升级中心 - 客户端检查更新",
  6. "keywords": [
  7. "uniCloud",
  8. "update",
  9. "升级",
  10. "wgt"
  11. ],
  12. "repository": "https://gitee.com/dcloud/uni-upgrade-center/tree/master/uni_modules/uni-upgrade-center-app",
  13. "engines": {
  14. "HBuilderX": "^4.31",
  15. "uni-app": "^4.35",
  16. "uni-app-x": "^4.35"
  17. },
  18. "dcloudext": {
  19. "sale": {
  20. "regular": {
  21. "price": "0.00"
  22. },
  23. "sourcecode": {
  24. "price": "0.00"
  25. }
  26. },
  27. "contact": {
  28. "qq": ""
  29. },
  30. "declaration": {
  31. "ads": "无",
  32. "data": "插件不采集任何数据",
  33. "permissions": "无"
  34. },
  35. "npmurl": "",
  36. "type": "unicloud-template-page",
  37. "darkmode": "x",
  38. "i18n": "x",
  39. "widescreen": "x"
  40. },
  41. "uni_modules": {
  42. "dependencies": [
  43. "uts-progressNotification",
  44. "uts-openSchema"
  45. ],
  46. "encrypt": [],
  47. "platforms": {
  48. "cloud": {
  49. "tcb": "√",
  50. "aliyun": "√",
  51. "alipay": "√"
  52. },
  53. "client": {
  54. "uni-app": {
  55. "vue": {
  56. "vue2": "√",
  57. "vue3": "√"
  58. },
  59. "web": {
  60. "safari": "-",
  61. "chrome": "-"
  62. },
  63. "app": {
  64. "vue": "√",
  65. "nvue": {
  66. "extVersion": "0.8.3",
  67. "minVersion": ""
  68. },
  69. "android": {
  70. "extVersion": "0.8.3",
  71. "minVersion": "21"
  72. },
  73. "ios": {
  74. "extVersion": "0.8.3",
  75. "minVersion": "12"
  76. },
  77. "harmony": {
  78. "extVersion": "0.9.1",
  79. "minVersion": ""
  80. }
  81. },
  82. "mp": {
  83. "weixin": "x",
  84. "alipay": "x",
  85. "toutiao": "x",
  86. "baidu": "x",
  87. "kuaishou": "x",
  88. "jd": "x",
  89. "harmony": "x",
  90. "qq": "x",
  91. "lark": "x"
  92. },
  93. "quickapp": {
  94. "huawei": "x",
  95. "union": "x"
  96. }
  97. },
  98. "uni-app-x": {
  99. "web": {
  100. "safari": "x",
  101. "chrome": "x"
  102. },
  103. "app": {
  104. "android": {
  105. "extVersion": "0.9.0",
  106. "minVersion": "21"
  107. },
  108. "ios": {
  109. "extVersion": "0.9.0",
  110. "minVersion": "12"
  111. },
  112. "harmony": {
  113. }
  114. },
  115. "mp": {
  116. "weixin": "x"
  117. }
  118. }
  119. }
  120. }
  121. }
  122. }