package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "id": "lime-echart",
  3. "displayName": "lime-echart echarts图表",
  4. "version": "2.0.6",
  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": "√",
  47. "aliyun": "√",
  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. },
  81. "quickapp": {
  82. "huawei": "-",
  83. "union": "-"
  84. }
  85. },
  86. "uni-app-x": {
  87. "web": {
  88. "safari": "√",
  89. "chrome": "√"
  90. },
  91. "app": {
  92. "android": {
  93. "extVersion": "",
  94. "minVersion": "21"
  95. },
  96. "ios": "√",
  97. "harmony": "√"
  98. },
  99. "mp": {
  100. "weixin": "√"
  101. }
  102. }
  103. }
  104. }
  105. },
  106. "dependencies": {
  107. "echarts": "^5.4.1",
  108. "zrender": "^5.4.3"
  109. }
  110. }