UNPKG

@nivo/heatmap

Version:
61 lines (60 loc) 1.61 kB
{ "name": "@nivo/heatmap", "version": "0.99.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/heatmap" }, "keywords": [ "nivo", "dataviz", "react", "d3", "charts", "heatmap" ], "main": "./dist/nivo-heatmap.cjs.js", "module": "./dist/nivo-heatmap.mjs", "types": "./dist/types/index.d.ts", "files": [ "README.md", "LICENSE.md", "dist/", "!dist/tsconfig.tsbuildinfo" ], "dependencies": { "@nivo/annotations": "0.99.0", "@nivo/axes": "0.99.0", "@nivo/colors": "0.99.0", "@nivo/core": "0.99.0", "@nivo/legends": "0.99.0", "@nivo/scales": "0.99.0", "@nivo/text": "0.99.0", "@nivo/theming": "0.99.0", "@nivo/tooltip": "0.99.0", "@react-spring/core": "9.4.5 || ^9.7.2 || ^10.0", "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0", "@types/d3-scale": "^4.0.8", "d3-scale": "^4.0.2" }, "peerDependencies": { "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" }, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/nivo-heatmap.mjs", "require": "./dist/nivo-heatmap.cjs.js" } }, "gitHead": "a2d9dab855365926cb41267eb20af154ca8fd558" }