superset/superset-frontend/plugins/plugin-chart-word-cloud/package.json
dependabot[bot] 0f0f299b3e
build(deps): bump @types/d3-scale from 2.2.10 to 4.0.8 in /superset-frontend/plugins/plugin-chart-word-cloud (#28067)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub-Actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-18 14:15:06 -06:00

46 lines
1.1 KiB
JSON

{
"name": "@superset-ui/plugin-chart-word-cloud",
"version": "0.18.25",
"description": "Superset Chart Plugin - Word Cloud",
"sideEffects": [
"*.css"
],
"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/plugin-chart-word-cloud"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/superset/issues"
},
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-word-cloud#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/d3-cloud": "^1.2.9",
"@types/d3-scale": "^4.0.8",
"d3-cloud": "^1.2.7",
"d3-scale": "^3.0.1",
"encodable": "^0.7.8"
},
"peerDependencies": {
"@types/react": "*",
"@types/lodash": "*",
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"react": "^16.13.1"
}
}