superset/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/package.json

39 lines
869 B
JSON
Raw Normal View History

{
"name": "@superset-ui/legacy-plugin-chart-heatmap",
2020-09-18 15:29:27 -04:00
"version": "0.15.3",
"description": "Superset Legacy Chart - Heatmap",
"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": {
2020-09-18 15:29:27 -04:00
"@superset-ui/chart-controls": "0.15.3",
2020-09-10 17:59:37 -04:00
"@superset-ui/core": "0.15.2",
"d3": "^3.5.17",
"d3-svg-legend": "^1.x",
"d3-tip": "^0.9.1",
"prop-types": "^15.6.2"
}
}