UNPKG

@testboxlab/react-bubble-chart-d3

Version:

ReactJS component to display data as a bubble chart using D3.

42 lines (41 loc) 892 B
{ "name": "@testboxlab/react-bubble-chart-d3", "version": "2.2.1", "description": "ReactJS component to display data as a bubble chart using D3.", "keywords": [ "ReactJS", "Component", "D3", "Charts", "Bubble", "Graphics" ], "author": "weKnow Inc", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TestBoxLab/react-bubble-chart-d3" }, "source": "src/index.js", "main": "lib/index.js", "module": "lib/module.js", "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "dependencies": { "d3": "^4.13.0", "prop-types": "^15.6.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "parcel build", "prepublish": "npm run build" }, "devDependencies": { "parcel": "^2.8.3" }, "publishConfig": { "access": "public" } }