UNPKG

react-financial-charts

Version:
60 lines (59 loc) 1.47 kB
{ "name": "react-financial-charts", "version": "0.3.1", "description": "React charts specific to finance.", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "files": [ "lib" ], "sideEffects": false, "author": "reactivemarkets", "keywords": [ "charts", "charting", "stockcharts", "finance", "financial", "finance-chart", "react", "d3" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/reactivemarkets/react-financial-charts.git" }, "bugs": { "url": "https://github.com/reactivemarkets/react-financial-charts/issues" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rimraf lib", "compile": "tsc -p tsconfig.json", "lint": "tslint -p tsconfig.json -c tslint.yaml", "test": "jest", "watch": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "dependencies": { "d3-array": "^2.3.2", "d3-force": "^2.0.1", "d3-format": "^1.4.1", "d3-interpolate": "^1.3.2", "d3-path": "^1.0.8", "d3-scale": "^3.1.0", "d3-selection": "^1.4.0", "d3-shape": "^1.3.5", "d3-time": "^1.1.0", "d3-time-format": "^2.1.3", "debug": "^4.1.1", "lodash.flattendeep": "^4.4.0", "prop-types": "^15.7.2", "save-svg-as-png": "^1.4.14" }, "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" }, "gitHead": "d7abe9e70f44c59d2dff3699544acd4aee56de3f" }