{ "name": "@superset-ui/plugin-chart-word-cloud", "version": "2.1.0", "description": "Superset Chart Plugin - Word Cloud", "keywords": [ "superset" ], "homepage": "https://github.com/apache-superset/superset-ui#readme", "bugs": { "url": "https://github.com/apache-superset/superset-ui/issues" }, "repository": { "type": "git", "url": "git+https://github.com/apache-superset/superset-ui.git" }, "license": "Apache-2.0", "author": "Superset", "sideEffects": [ "*.css" ], "main": "lib/index.js", "module": "esm/index.js", "files": [ "esm", "lib" ], "dependencies": { "@types/d3-cloud": "^1.2.1", "@types/d3-scale": "^2.0.2", "d3-cloud": "^1.2.5", "d3-scale": "^3.0.1", "encodable": "^0.7.6" }, "peerDependencies": { "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", "@types/lodash": "*", "@types/react": "*", "react": "^16.13.1" }, "publishConfig": { "access": "public" } }