UNPKG

cl-react-graph

Version:
61 lines 1.63 kB
{ "name": "cl-react-graph", "version": "1.3.2", "description": "React D3 Charts", "main": "dist/index.js", "scripts": { "build": "webpack --config ./webpack.config.js", "build-examples": "webpack --config ./webpack.config.examples.js", "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": { "@types/d3": "^4.12.0", "@types/react": "^16.0.34", "@types/react-dom": "^16.0.3", "babel-core": "^6.26.0", "babel-eslint": "^8.2.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "chai": "^4.1.2", "eslint": "^4.15.0", "istanbul": "^0.4.5", "mocha": "^4.1.0", "tslint": "^5.8.0", "typescript": "^2.6.2", "webpack": "^3.10.0" }, "babel": { "presets": [ "env", "stage-0", "react" ] }, "dependencies": { "@types/deepmerge": "^1.3.3", "d3": "^4.12.2", "d3-selection-multi": "^1.0.1", "deepmerge": "^2.0.1", "react": "^16.2.0", "react-dom": "^16.2.0", "ts-loader": "^3.2.0", "tslint-eslint-rules": "^4.1.1" } }