{ "name": "@nivo/boxplot", "version": "0.99.0", "license": "MIT", "author": { "name": "Raphaƫl Benitte", "url": "https://github.com/plouc" }, "contributors": [ "Tomasz Konopka " ], "repository": { "type": "git", "url": "https://github.com/plouc/nivo.git", "directory": "packages/boxplot" }, "keywords": [ "nivo", "dataviz", "react", "d3", "charts", "boxplot", "statistics", "stats" ], "main": "./dist/nivo-boxplot.cjs.js", "module": "./dist/nivo-boxplot.mjs", "types": "./dist/types/index.d.ts", "files": [ "README.md", "LICENSE.md", "dist/", "!dist/tsconfig.tsbuildinfo" ], "dependencies": { "@nivo/annotations": "workspace:*", "@nivo/axes": "workspace:*", "@nivo/colors": "workspace:*", "@nivo/core": "workspace:*", "@nivo/legends": "workspace:*", "@nivo/scales": "workspace:*", "@nivo/theming": "workspace:*", "@nivo/tooltip": "workspace:*", "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0", "@types/d3-scale": "^4.0.8", "@types/d3-shape": "^3.1.6", "d3-scale": "^4.0.2", "d3-shape": "^3.2.0", "lodash": "^4.17.21" }, "peerDependencies": { "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" }, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/nivo-boxplot.mjs", "require": "./dist/nivo-boxplot.cjs.js" } } }