blob: 2692db447b1788bedfe6eacbb2071e3f8a896f8a [file] [log] [blame]
{
"name": "@superset-ui/plugin-chart-echarts",
"version": "0.17.7",
"description": "Superset Chart - Echarts",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.17.7",
"@superset-ui/core": "0.17.7",
"@types/mathjs": "^6.0.7",
"echarts": "^5.0.2",
"mathjs": "^8.0.1"
},
"peerDependencies": {
"react": "^16.13.1"
}
}