UNPKG

@react-stockcharts3/annotations

Version:

Annotations for react-stockcharts3

50 lines (49 loc) 1.28 kB
{ "name": "@react-stockcharts3/annotations", "version": "1.3.2", "description": "Annotations for react-stockcharts3", "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/fernesrou/react-stockcharts3.git" }, "bugs": { "url": "https://github.com/fernesrou/react-stockcharts3/issues" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rimraf lib", "compile": "tsc -p tsconfig.json", "watch": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "dependencies": { "@react-stockcharts3/core": "^1.3.2", "@types/d3-scale": "^3.2.2" }, "gitHead": "fc7c757d1608930ae45c2e3f65bbc0f24d443391" }