react-d3-radar
Version:
React-based Radar chart for D3
68 lines (67 loc) • 1.93 kB
JSON
{
"name": "react-d3-radar",
"version": "1.0.0-rc6",
"description": "React-based Radar chart for D3",
"main": "lib/react-d3-radar.js",
"repository": "https://github.com/shauns/react-d3-radar.git",
"author": "shauns",
"license": "MIT",
"scripts": {
"prepublish": "yarn build:clean && yarn build:babel && yarn publish:copy_flow",
"build:clean": "rm -rf lib",
"build:babel": "babel src --out-dir lib --ignore __tests__",
"publish:copy_flow": "flow-copy-source -i **/__tests__/**/*.js -v src lib",
"lint": "eslint --ext .js,.jsx .",
"flow_check": "flow check",
"test:travis": "jest",
"test:all": "yarn lint --fix && yarn flow && yarn test:travis"
},
"peerDependencies": {
"react": ">= 15.0.0"
},
"dependencies": {
"d3-scale": "^2.1.2",
"d3-scale-chromatic": "^1.3.3",
"d3-shape": "^1.2.2",
"d3-voronoi": "^1.1.4",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"eslint": "^5.6.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-flowtype": "^2.50.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.81.0",
"flow-copy-source": "^2.0.2",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"react": "^16.5.2",
"react-test-renderer": "^16.5.2",
"regenerator-runtime": "^0.12.1"
},
"keywords": [
"react",
"component",
"react-component",
"ui",
"d3",
"d3-radar",
"d3-scale",
"d3-shape"
],
"jest": {
"rootDir": "src"
}
}