@vx/glyph
Version:
vx glyph
47 lines (46 loc) • 956 B
JSON
{
"name": "@vx/glyph",
"version": "0.0.199",
"description": "vx glyph",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"esm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"author": "@hshoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/hshoff/vx/issues"
},
"homepage": "https://github.com/hshoff/vx#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.3.0-0"
},
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/d3-shape": "^1.3.1",
"@types/react": "*",
"@vx/group": "0.0.199",
"classnames": "^2.2.5",
"d3-shape": "^1.2.0",
"prop-types": "^15.6.2"
},
"gitHead": "b7fd57c8dede777c4983203046a704f52a61e226"
}