@visx/wordcloud
Version:
visx wordcloud
44 lines (43 loc) • 916 B
JSON
{
"name": "@visx/wordcloud",
"version": "3.12.0",
"description": "visx wordcloud",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"esm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/airbnb/visx.git"
},
"keywords": [
"visx",
"react",
"d3",
"visualizations",
"charts",
"svg"
],
"author": "Cezar Craciun @_cezarcraciun",
"license": "MIT",
"bugs": {
"url": "https://github.com/airbnb/visx/issues"
},
"homepage": "https://github.com/airbnb/visx#readme",
"peerDependencies": {
"react": "^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0"
},
"dependencies": {
"@types/d3-cloud": "1.2.5",
"@visx/group": "3.12.0",
"d3-cloud": "^1.2.5"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4aa0fde61055a63df171806d21b92b3380764f34"
}