sankyy
Version:
<a href="https://nivo.rocks"><img alt="nivo" src="https://raw.githubusercontent.com/plouc/nivo/master/nivo.png" width="216" height="68"/></a>
59 lines (58 loc) • 1.47 kB
JSON
{
"name": "sankyy",
"version": "0.99.33",
"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"
],
"main": "./dist/nivo-sankey.cjs.js",
"module": "./dist/nivo-sankey.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/nivo-sankey.mjs",
"require": "./dist/nivo-sankey.cjs.js"
}
},
"files": [
"README.md",
"LICENSE.md",
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "^0.95.0",
"@nivo/core": "^0.95.0",
"@nivo/legends": "^0.95.0",
"@nivo/text": "^0.95.0",
"@nivo/theming": "^0.95.0",
"@nivo/tooltip": "^0.95.0",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-sankey": "^0.11.2",
"@types/d3-shape": "^3.1.6",
"d3-sankey": "^0.12.3",
"d3-shape": "^3.2.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": ">= 16.14.0 < 20.0.0"
},
"publishConfig": {
"access": "public"
}
}