UNPKG

@x-nivo/circle-packing

Version:

[![version](https://img.shields.io/npm/v/@nivo/circle-packing.svg?style=flat-square)](https://www.npmjs.com/package/@nivo/circle-packing)

40 lines (39 loc) 814 B
{ "name": "@x-nivo/circle-packing", "version": "0.57.12", "license": "MIT", "author": { "name": "Raphaël Benitte", "url": "https://github.com/plouc" }, "keywords": [ "nivo", "dataviz", "react", "d3", "charts", "circle-packing" ], "main": "./dist/nivo-circle-packing.cjs.js", "module": "./dist/nivo-circle-packing.esm.js", "files": [ "README.md", "LICENSE.md", "dist/" ], "dependencies": { "@nivo/core": "0.54.0", "d3-hierarchy": "^1.1.8", "lodash": "^4.17.4", "react-motion": "^0.5.2", "recompose": "^0.30.0" }, "peerDependencies": { "prop-types": ">= 15.5.10 < 16.0.0", "react": ">= 16.8.4 < 17.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "179f89f7f8e249309cb101e33fe4ea6bc9fcab2a" }