@x-nivo/sankey
Version:
[](https://www.npmjs.com/package/@nivo/sankey)
43 lines (42 loc) • 863 B
JSON
{
"name": "@x-nivo/sankey",
"version": "0.57.12",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
"url": "https://github.com/plouc"
},
"keywords": [
"nivo",
"dataviz",
"react",
"d3",
"charts",
"sankey-diagram"
],
"main": "./dist/nivo-sankey.cjs.js",
"module": "./dist/nivo-sankey.esm.js",
"files": [
"README.md",
"LICENSE.md",
"index.d.ts",
"dist/"
],
"dependencies": {
"@nivo/core": "0.54.0",
"@nivo/legends": "0.54.0",
"d3-sankey": "^0.12.1",
"d3-shape": "^1.3.5",
"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"
}