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

43 lines
1007 B
JSON
Raw Normal View History

2019-01-31 19:56:17 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-country-map",
2020-05-26 15:33:26 -04:00
"version": "0.13.22",
2019-01-31 19:56:17 -05:00
"description": "Superset Legacy Chart - Country Map",
2019-04-12 14:33:01 -04:00
"sideEffects": [
"*.css"
],
2019-01-31 19:56:17 -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-31 19:56:17 -05:00
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
2019-01-31 19:56:17 -05:00
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
2019-01-31 19:56:17 -05:00
"publishConfig": {
"access": "public"
},
"dependencies": {
"@superset-ui/control-utils": "^0.13.17",
2019-01-31 19:56:17 -05:00
"d3": "^3.5.17",
"d3-array": "^2.0.3",
"prop-types": "^15.6.2"
},
"peerDependencies": {
2020-04-29 19:16:03 -04:00
"@superset-ui/chart": "^0.13.0",
"@superset-ui/color": "^0.13.0",
"@superset-ui/number-format": "^0.13.0",
"@superset-ui/translation": "^0.13.0"
2019-01-31 19:56:17 -05:00
}
2019-02-07 01:01:00 -05:00
}