JinZHouXiYiJi_DaPin2/resource/echarts/package.json

17 lines
337 B
JSON
Raw Permalink Normal View History

2023-12-05 13:23:01 +08:00
{
"name": "echarts",
"version": "1.0.0",
"description": "echarts组件",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "chenghaiwen",
"license": "Apache-2.0",
"dependencies": {
"echarts": "^5.3.3",
"echarts-liquidfill": "^3.1.0"
}
}