@react-financial-charts/core
Version:
Core code for react-financial-charts
53 lines (52 loc) • 1.42 kB
JSON
{
"name": "@react-financial-charts/core",
"version": "2.0.0",
"description": "Core code for react-financial-charts",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib",
"src"
],
"sideEffects": false,
"author": "Reactive Markets",
"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 coverage",
"compile": "tsc -p tsconfig.json",
"watch": "tsc -p tsconfig.json --watch --preserveWatchOutput"
},
"dependencies": {
"@types/d3-scale": "^3.2.2",
"d3-array": "^2.9.1",
"d3-scale": "^3.2.3",
"d3-selection": "^2.0.0",
"lodash.flattendeep": "^4.4.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"gitHead": "281943c4c71e8fb9e48caff017bcf0e431854bb2"
}