d3-react-axis
Version:
A React axis component that tries to match D3's axis API
61 lines (60 loc) • 1.74 kB
JSON
{
"name": "d3-react-axis",
"version": "0.0.3",
"description": "A React axis component that tries to match D3's axis API",
"main": "./d3-react-axis.js",
"scripts": {
"test": "yarn build && npx jest",
"library": "npx babel --out-dir lib src/ && cp package.json lib",
"yalc": "yarn library && cd lib && yalc push",
"develop": "npx webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephenshank/d3-react-axis.git"
},
"keywords": [
"React",
"D3",
"Axis",
"Data",
"visualization"
],
"author": "Stephen D. Shank",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenshank/d3-react-axis/issues"
},
"homepage": "https://github.com/stephenshank/d3-react-axis#readme",
"dependencies": {
"d3-axis": "^1.0.12",
"react": "^16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-convert-jsx-extension-to-js": "^0.0.1",
"bootstrap": "^4.4.1",
"css-loader": "^3.4.2",
"d3-scale": "^3.2.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-test-renderer": "^16.8.6",
"style-loader": "^1.1.3",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.10.3"
}
}