superset/superset-frontend/plugins/legacy-plugin-chart-chord/package.json

41 lines
960 B
JSON
Raw Normal View History

{
"name": "@superset-ui/legacy-plugin-chart-chord",
2021-11-15 06:19:28 -05:00
"version": "0.18.25",
"description": "Superset Legacy Chart - Chord Diagram",
"sideEffects": [
"*.css"
],
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/apache/superset.git",
"directory": "superset-frontend/plugins/legacy-plugin-chart-chord"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/superset/issues"
},
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-chord#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"d3": "^3.5.17",
"prop-types": "^15.8.1",
2020-06-12 09:56:34 -04:00
"react": "^16.13.1"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*"
}
}