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

38 lines
853 B
JSON
Raw Normal View History

2019-01-31 19:56:17 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-country-map",
2021-10-27 10:24:03 -04:00
"version": "0.18.16",
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": {
2021-10-27 10:24:03 -04:00
"@superset-ui/chart-controls": "0.18.16",
2021-10-25 08:00:27 -04:00
"@superset-ui/core": "0.18.15",
2019-01-31 19:56:17 -05:00
"d3": "^3.5.17",
"d3-array": "^2.0.3",
"prop-types": "^15.6.2"
}
2019-02-07 01:01:00 -05:00
}