Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
1.67 kB
{
"name": "@nivo/scatterplot",
"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/scatterplot"
},
"keywords": [
"nivo",
"dataviz",
"react",
"d3",
"charts",
"scatterplot"
],
"main": "./dist/nivo-scatterplot.cjs.js",
"module": "./dist/nivo-scatterplot.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/nivo-scatterplot.mjs",
"require": "./dist/nivo-scatterplot.cjs.js"
}
},
"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:*",
"@nivo/voronoi": "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"
}
}