UNPKG

@visx/group

Version:
55 lines (54 loc) 1.08 kB
{ "name": "@visx/group", "version": "4.0.0", "description": "visx group", "sideEffects": false, "main": "lib/index.js", "module": "esm/index.js", "files": [ "lib", "esm" ], "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./esm/index.js", "require": "./lib/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/visx.git" }, "keywords": [ "visx", "react", "d3", "visualizations", "charts", "svg" ], "author": "@hshoff", "license": "MIT", "bugs": { "url": "https://github.com/airbnb/visx/issues" }, "homepage": "https://github.com/airbnb/visx#readme", "peerDependencies": { "@types/react": "^18.0.0 || ^19.0.0", "react": "^18.0.0 || ^19.0.0" }, "dependencies": { "classnames": "^2.3.1" }, "publishConfig": { "access": "public" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "gitHead": "78839796081beb0370fc928cc922b21908bbabaf" }