blob: c0822c05f1bc03f38faa1d5ac766d5e2c9624152 [file] [log] [blame]
{
"name": "@superset-ui/legacy-plugin-chart-chord",
"version": "0.17.7",
"description": "Superset Legacy Chart - Chord Diagram",
"sideEffects": [
"*.css"
],
"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",
"d3": "^3.5.17",
"prop-types": "^15.6.2",
"react": "^16.13.1"
}
}