superset/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/package.json
2021-11-26 11:47:08 +08:00

41 lines
928 B
JSON

{
"name": "@superset-ui/plugin-chart-echarts",
"version": "0.17.44",
"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.42",
"@superset-ui/core": "0.17.42",
"@types/mathjs": "^6.0.7",
"d3-array": "^1.2.0",
"echarts": "^5.1.1",
"lodash": "^4.17.15",
"mathjs": "^8.0.1"
},
"peerDependencies": {
"react": "^16.13.1"
}
}