UNPKG

@x-nivo/bullet

Version:

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

42 lines (41 loc) 833 B
{ "name": "@x-nivo/bullet", "version": "0.57.12", "license": "MIT", "author": { "name": "Raphaël Benitte", "url": "https://github.com/plouc" }, "keywords": [ "nivo", "dataviz", "react", "d3", "charts", "bullet-chart" ], "main": "./dist/nivo-bullet.cjs.js", "module": "./dist/nivo-bullet.esm.js", "files": [ "README.md", "LICENSE.md", "index.d.ts", "dist/" ], "dependencies": { "@nivo/core": "0.54.0", "@nivo/legends": "0.54.0", "d3-scale": "^2.1.2", "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" }