Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
1.28 kB
{
"name": "@nivo/annotations",
"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/annotations"
},
"keywords": [
"nivo",
"dataviz",
"react",
"charts",
"annotations"
],
"main": "./dist/nivo-annotations.cjs.js",
"module": "./dist/nivo-annotations.mjs",
"types": "./dist/types/index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "workspace:*",
"@nivo/core": "workspace:*",
"@nivo/theming": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2 || ^10.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-annotations.mjs",
"require": "./dist/nivo-annotations.cjs.js"
}
}
}