17 lines
337 B
JSON
17 lines
337 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|