superset/superset-frontend/plugins/legacy-plugin-chart-force-directed/package.json

40 lines
880 B
JSON
Raw Normal View History

2019-01-29 14:21:12 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-force-directed",
2021-11-15 06:19:28 -05:00
"version": "0.18.25",
2019-01-29 14:21:12 -05:00
"description": "Superset Legacy Chart - Force-directed Graph",
2019-04-12 14:33:01 -04:00
"sideEffects": [
"*.css"
],
2019-01-29 14:21:12 -05:00
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
2019-01-29 14:21:12 -05:00
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
2019-01-29 14:21:12 -05:00
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
2019-01-29 14:21:12 -05:00
"publishConfig": {
"access": "public"
},
"dependencies": {
"d3": "^3.5.17",
"prop-types": "^15.7.2"
2019-01-29 14:21:12 -05:00
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"react": "^16.13.1"
2019-01-29 14:21:12 -05:00
}
2019-02-07 01:01:00 -05:00
}