@data-ui/xy-chart
Version:
A package of charts with standard x- and y- axes. https://williaster.github.io/data-ui
91 lines (90 loc) • 2.48 kB
JSON
{
"name": "@data-ui/xy-chart",
"version": "0.0.84",
"description": "A package of charts with standard x- and y- axes. https://williaster.github.io/data-ui",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"scripts": {
"build:cjs": "beemo babel ./src --out-dir lib/ --react",
"build:esm": "beemo babel ./src --out-dir esm/ --react --esm",
"build": "yarn run build:cjs && yarn run build:esm",
"dev": "beemo babel --watch ./src --out-dir esm/ --react --esm",
"jest": "beemo jest --react --color --coverage",
"eslint": "beemo eslint \"./{src,test}/**/*.{js,jsx,json,md}\" --fix",
"lint": "beemo create-config prettier && yarn run eslint",
"test": "yarn run jest",
"prettier": "beemo prettier \"./{src,test}/**/*.{js,jsx,json,md}\"",
"prepublish": "yarn run build"
},
"repository": "https://github.com/williaster/data-ui",
"keywords": [
"d3",
"react",
"vx",
"chart",
"visualization",
"plot"
],
"author": "Chris Williams <chris.williams@airbnb.com>",
"license": "MIT",
"dependencies": {
"@data-ui/shared": "^0.0.84",
"@data-ui/theme": "^0.0.84",
"@vx/axis": "^0.0.175",
"@vx/curve": "^0.0.165",
"@vx/event": "^0.0.165",
"@vx/glyph": "^0.0.165",
"@vx/gradient": "^0.0.165",
"@vx/grid": "^0.0.180",
"@vx/group": "^0.0.165",
"@vx/pattern": "^0.0.165",
"@vx/point": "^0.0.165",
"@vx/responsive": "^0.0.192",
"@vx/scale": "^0.0.165",
"@vx/shape": "^0.0.165",
"@vx/stats": "^0.0.165",
"@vx/text": "^0.0.192",
"@vx/threshold": "0.0.170",
"@vx/tooltip": "^0.0.165",
"@vx/voronoi": "^0.0.165",
"d3-array": "^1.2.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"@data-ui/build-config": "^0.0.40",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"watch": "^1.0.2"
},
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0",
"react-dom": "^15.0.0-0 || ^16.0.0-0"
},
"beemo": {
"module": "@data-ui/build-config",
"drivers": [
"prettier",
"eslint",
"babel",
"jest"
],
"eslint": {
"rules": {
"sort-keys": "off",
"complexity": "off",
"react/jsx-no-literals": "off"
}
},
"jest": {
"transform": {
"^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest"
}
}
},
"gitHead": "402f8832a1e6467169a4c07780e002dabd5c028d"
}