package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "id": "lime-echart",
  3. "displayName": "lime-echart echarts图表",
  4. "version": "2.0.7",
  5. "description": "lime-echart 为 UniApp 和 UniAppX 提供 ECharts 图表兼容支持, 使 ECharts 图表能在H5、小程序、App中运行",
  6. "keywords": [
  7. "echarts",
  8. "canvas",
  9. "图表",
  10. "可视化"
  11. ],
  12. "repository": "https://gitee.com/liangei/lime-echart",
  13. "engines": {
  14. "HBuilderX": "^3.6.4",
  15. "uni-app": "^4.65",
  16. "uni-app-x": "^4.71"
  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": "component-vue",
  37. "darkmode": "x",
  38. "i18n": "x",
  39. "widescreen": "x"
  40. },
  41. "uni_modules": {
  42. "dependencies": [],
  43. "encrypt": [],
  44. "platforms": {
  45. "cloud": {
  46. "tcb": "x",
  47. "aliyun": "x",
  48. "alipay": "x"
  49. },
  50. "client": {
  51. "uni-app": {
  52. "vue": {
  53. "vue2": "√",
  54. "vue3": "√"
  55. },
  56. "web": {
  57. "safari": "√",
  58. "chrome": "√"
  59. },
  60. "app": {
  61. "vue": "√",
  62. "nvue": "√",
  63. "android": {
  64. "extVersion": "",
  65. "minVersion": "21"
  66. },
  67. "ios": "√",
  68. "harmony": "√"
  69. },
  70. "mp": {
  71. "weixin": "√",
  72. "alipay": "√",
  73. "toutiao": "√",
  74. "baidu": "√",
  75. "kuaishou": "√",
  76. "jd": "√",
  77. "harmony": "-",
  78. "qq": "√",
  79. "lark": "√",
  80. "xhs": "-"
  81. },
  82. "quickapp": {
  83. "huawei": "-",
  84. "union": "-"
  85. }
  86. },
  87. "uni-app-x": {
  88. "web": {
  89. "safari": "√",
  90. "chrome": "√"
  91. },
  92. "app": {
  93. "android": {
  94. "extVersion": "",
  95. "minVersion": "21"
  96. },
  97. "ios": "√",
  98. "harmony": "√"
  99. },
  100. "mp": {
  101. "weixin": "√"
  102. }
  103. }
  104. }
  105. }
  106. },
  107. "dependencies": {
  108. "echarts": "^5.4.1",
  109. "zrender": "^5.4.3"
  110. }
  111. }