UNPKG

@react-financial-charts/utils

Version:
49 lines (48 loc) 1.29 kB
{ "name": "@react-financial-charts/utils", "version": "2.0.1", "description": "Utils 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", "compile": "tsc -p tsconfig.json", "watch": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "dependencies": { "react-virtualized-auto-sizer": "^1.0.16" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" }, "gitHead": "745c7c04ec458a87663d2e50b3df815523bf24b5" }