@nivo/core
Version:
<a href="https://nivo.rocks"><img alt="nivo" src="https://raw.githubusercontent.com/plouc/nivo/master/nivo.png" width="216" height="68"/></a>
55 lines (54 loc) • 1.42 kB
JSON
{
"name": "@nivo/core",
"version": "0.91.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/core"
},
"main": "./dist/nivo-core.cjs.js",
"module": "./dist/nivo-core.mjs",
"types": "./index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"index.d.ts",
"dist/"
],
"dependencies": {
"@nivo/tooltip": "0.91.0",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-shape": "^3.1.6",
"d3-color": "^3.1.0",
"d3-format": "^1.4.4",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time-format": "^3.0.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": ">= 16.14.0 < 20.0.0"
},
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nivo/donate"
},
"exports": {
".": {
"types": "./index.d.ts",
"import": "./dist/nivo-core.mjs",
"require": "./dist/nivo-core.cjs.js"
}
},
"gitHead": "86df5a86eff7da91a6c90e7fca8d2126196e5b44"
}