cl-react-graph
Version:
88 lines • 2.44 kB
JSON
{
"name": "cl-react-graph",
"version": "1.10.8",
"description": "React D3 Charts",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "export NODE_ENV=production|| set NODE_ENV=production && TS_NODE_PROJECT=\"tsconfig.json\" webpack",
"test": "istanbul cover _mocha --recursive -x '**/*.spec.js' -x '**/config/**' -x '**/node_modules/**' -g './{,!(node_modules)/**/}*.spec.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cognitivelogic/cl-react-graph.git"
},
"keywords": [
"React",
"D3",
"Charts"
],
"author": "Rob Clayburn - InfoSum",
"license": "MIT",
"bugs": {
"url": "https://github.com/cognitivelogic/cl-react-graph/issues"
},
"homepage": "https://github.com/cognitivelogic/cl-react-graph#readme",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@types/d3": "^5.7.2",
"@types/deepmerge": "^2.2.0",
"@types/lodash": "^4.14.139",
"@types/node": "^12.7.8",
"@types/react": "*",
"@types/react-dom": "*",
"@types/webpack": "^4.39.1",
"@types/webpack-bundle-analyzer": "^2.13.3",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"eslint": "^6.4.0",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"ts-lint": "^4.5.1",
"ts-loader": "^6.1.2",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.3.9"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"dependencies": {
"color": "^3.1.2",
"d3-array": "^2.3.1",
"d3-axis": "^1.0.12",
"d3-color": "^1.3.0",
"d3-ease": "^1.0.5",
"d3-geo": "^1.11.6",
"d3-path": "^1.0.8",
"d3-request": "^1.0.6",
"d3-scale": "^3.1.0",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^1.4.0",
"d3-shape": "^1.3.5",
"d3-time-format": "^2.1.3",
"d3-transition": "^1.2.0",
"deepmerge": "^4.0.0",
"geojson": "^0.5.0",
"lodash": "^4.17.15",
"lodash.get": "^4.4.2",
"lodash.mergewith": "^4.6.2",
"text-width": "^1.2.0"
}
}