buddhism/uni_modules/lime-echart/package.json

103 lines
2.0 KiB
JSON
Raw Normal View History

2023-12-05 16:45:28 +08:00
{
"id": "lime-echart",
"displayName": "echarts",
2024-01-24 11:55:35 +08:00
"version": "0.8.3",
2023-12-05 16:45:28 +08:00
"description": "echarts 全端兼容一款使echarts图表能跑在uniapp各端中的插件",
"keywords": [
"echarts",
"canvas",
"图表",
"可视化"
2025-08-14 11:22:53 +08:00
],
2023-12-05 16:45:28 +08:00
"repository": "https://gitee.com/liangei/lime-echart",
"engines": {
2025-08-15 17:35:58 +08:00
"HBuilderX": "^3.6.4",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
2023-12-05 16:45:28 +08:00
},
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "无",
"permissions": "无"
},
"npmurl": "",
2025-08-15 17:35:58 +08:00
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
2023-12-05 16:45:28 +08:00
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
2025-08-15 17:35:58 +08:00
"tcb": "√",
"aliyun": "√"
2023-12-05 16:45:28 +08:00
},
"client": {
2025-08-15 17:35:58 +08:00
"uni-app": {
"vue": {
"vue2": "-",
"vue3": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
2023-12-05 16:45:28 +08:00
},
2025-08-15 17:35:58 +08:00
"uni-app-x": {
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
2023-12-05 16:45:28 +08:00
}
}
}
},
"dependencies": {
"echarts": "^5.4.1",
"zrender": "^5.4.3"
}
2025-08-15 17:35:58 +08:00
}