UNPKG

@nivo/theming

Version:
45 lines (44 loc) 1.08 kB
{ "name": "@nivo/theming", "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/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" ], "dependencies": { "lodash": "^4.17.21" }, "peerDependencies": { "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" }, "publishConfig": { "access": "public" }, "gitHead": "a2d9dab855365926cb41267eb20af154ca8fd558" }