@dfnivo/sankey
Version:
<a href="https://nivo.rocks"><img alt="nivo" src="https://raw.githubusercontent.com/plouc/nivo/master/nivo.png" width="216" height="68"/></a>
52 lines (51 loc) • 1.1 kB
JSON
{
"name": "@dfnivo/sankey",
"version": "0.79.13",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
"url": "https://github.com/plouc"
},
"repository": {
"type": "git",
"url": "https://github.com/plouc/nivo.git",
"directory": "packages/sankey"
},
"keywords": [
"nivo",
"dataviz",
"react",
"d3",
"charts",
"sankey-diagram"
],
"module": "./dist/ejs/index.js",
"typings": "./dist/types/index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@dfnivo/colors": "0.79.13",
"@dfnivo/container": "0.79.13",
"@dfnivo/core": "0.79.13",
"@dfnivo/legends": "0.79.13",
"@dfnivo/tooltip": "0.79.13",
"@react-spring/web": "9.7.1",
"d3-sankey": "^0.12.3",
"d3-shape": "^3.2.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/d3-sankey": "^0.12.1"
},
"peerDependencies": {
"react": ">= 16.14.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b7a01749bb8fab5b19267ffe4fe1dcdb7915ed9a"
}