UNPKG

@nivo/voronoi

Version:
55 lines (54 loc) 1.36 kB
{ "name": "@nivo/voronoi", "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/voronoi" }, "keywords": [ "nivo", "dataviz", "react", "d3", "charts", "voronoi" ], "main": "./dist/nivo-voronoi.cjs.js", "module": "./dist/nivo-voronoi.mjs", "types": "./dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/nivo-voronoi.mjs", "require": "./dist/nivo-voronoi.cjs.js" } }, "files": [ "README.md", "LICENSE.md", "dist/", "!dist/tsconfig.tsbuildinfo" ], "dependencies": { "@nivo/core": "0.99.0", "@nivo/theming": "0.99.0", "@nivo/tooltip": "0.99.0", "@types/d3-delaunay": "^6.0.4", "@types/d3-scale": "^4.0.8", "d3-delaunay": "^6.0.4", "d3-scale": "^4.0.2" }, "peerDependencies": { "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" }, "publishConfig": { "access": "public" }, "gitHead": "a2d9dab855365926cb41267eb20af154ca8fd558" }