@nivo/bullet
Version:
<a href="https://nivo.rocks"><img alt="nivo" src="https://raw.githubusercontent.com/plouc/nivo/master/nivo.png" width="216" height="68"/></a>
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "@nivo/bullet",
"version": "0.88.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
"url": "https://github.com/plouc"
},
"repository": {
"type": "git",
"url": "https://github.com/plouc/nivo.git",
"directory": "packages/bullet"
},
"keywords": [
"nivo",
"dataviz",
"react",
"d3",
"charts",
"bullet-chart"
],
"main": "./dist/nivo-bullet.cjs.js",
"module": "./dist/nivo-bullet.es.js",
"types": "./dist/types/index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/axes": "0.88.0",
"@nivo/colors": "0.88.0",
"@nivo/core": "0.88.0",
"@nivo/legends": "0.88.0",
"@nivo/scales": "0.88.0",
"@nivo/tooltip": "0.88.0",
"@react-spring/web": "9.4.5 || ^9.7.2"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "78a63f9308c89ae7912bc153c6c6864ff5ad8af9"
}