superset/superset-frontend/plugins/legacy-plugin-chart-event-flow/package.json

41 lines
991 B
JSON
Raw Normal View History

2019-01-31 18:26:06 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-event-flow",
2021-11-15 06:19:28 -05:00
"version": "0.18.25",
2019-01-31 18:26:06 -05:00
"description": "Superset Legacy Chart - Event Flow",
2019-04-12 14:33:01 -04:00
"sideEffects": [
"*.css"
],
2019-01-31 18:26:06 -05:00
"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-event-flow"
2019-01-31 18:26:06 -05:00
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/superset/issues"
2019-01-31 18:26:06 -05:00
},
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-event-flow#readme",
2019-01-31 18:26:06 -05:00
"publishConfig": {
"access": "public"
},
"dependencies": {
"@data-ui/event-flow": "^0.0.84",
2019-01-31 18:26:06 -05:00
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "^15 || ^16",
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*"
2019-01-31 18:26:06 -05:00
}
2019-02-07 01:01:00 -05:00
}