@nivo/theming
Version:
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "@nivo/theming",
"version": "0.94.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/theming"
},
"keywords": [
"nivo",
"theming"
],
"main": "./dist/nivo-theming.cjs.js",
"module": "./dist/nivo-theming.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/nivo-theming.mjs",
"require": "./dist/nivo-theming.cjs.js"
}
},
"files": [
"README.md",
"LICENSE.md",
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"peerDependencies": {
"react": ">= 16.14.0 < 20.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8a57c52bc10119d90cac8f32f0cad80c156580d1"
}