@vx/shape
Version:
vx shape
50 lines (49 loc) • 1.06 kB
JSON
{
"name": "@vx/shape",
"version": "0.0.199",
"description": "vx shape",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/hshoff/vx",
"files": [
"lib",
"esm"
],
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/d3-path": "^1.0.8",
"@types/d3-shape": "^1.3.1",
"@types/lodash": "^4.14.146",
"@types/react": "*",
"@vx/curve": "0.0.199",
"@vx/group": "0.0.199",
"@vx/scale": "0.0.199",
"classnames": "^2.2.5",
"d3-path": "^1.0.5",
"d3-shape": "^1.2.0",
"lodash": "^4.17.15",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^16.3.0-0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/d3-hierarchy": "^1.1.6",
"d3-hierarchy": "^1.1.8"
},
"gitHead": "b7fd57c8dede777c4983203046a704f52a61e226"
}