r-d3
Version:
D3 data, React rendering.
82 lines (81 loc) • 2.17 kB
JSON
{
"name": "r-d3",
"version": "0.6.0",
"description": "D3 data, React rendering.",
"main": "lib/index.js",
"scripts": {
"build": "./scripts/build.sh",
"check": "npm run lint && npm run flow && npm test",
"examples": "./scripts/buildExamples.sh",
"flow": "flow",
"lint": "eslint .",
"prepublishOnly": "npm run check && npm run build",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericgio/r-d3.git"
},
"keywords": [
"d3",
"data",
"react",
"react d3",
"react-d3"
],
"author": "ericgio",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericgio/r-d3/issues"
},
"homepage": "https://github.com/ericgio/r-d3#readme",
"dependencies": {
"classnames": "^2.2.0",
"invariant": "^2.2.2",
"prop-types": "^15.5.8"
},
"peerDependencies": {
"d3": "^4.0.0",
"react": "^0.14.0 || ^15.2.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.2.0 || ^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-lodash": "^3.2.6",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.16.0",
"chai": "^4.0.2",
"css-loader": "^0.28.4",
"d3": "^4.10.2",
"dsv-loader": "^2.0.0",
"enzyme": "^2.9.1",
"eslint": "^4.1.1",
"eslint-config-ericgio": "^2.0.0",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-react": "^7.1.0",
"flow": "^0.2.3",
"flow-bin": "^0.55.0",
"highlight.js": "^9.12.0",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"marked": "^0.3.6",
"mocha": "^3.2.0",
"node-sass": "^4.5.3",
"raw-loader": "^0.5.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-test-renderer": "^15.6.1",
"style-loader": "^0.18.2",
"webpack": "^3.0.0"
}
}