UNPKG

@graphique/geom-hline

Version:

For drawing horizontal lines (usually used as markers)

63 lines (62 loc) 1.47 kB
{ "name": "@graphique/geom-hline", "version": "2.0.0", "description": "For drawing horizontal lines (usually used as markers)", "keywords": [ "react", "d3", "data-visualization", "grammar-of-graphics", "graphique", "geom-hline", "horizontal-line" ], "files": [ "/src", "/dist" ], "type": "module", "module": "./dist/index.js", "main": "./dist/index.cjs", "source": "./src/index.ts", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "types": "./dist/index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/graphiquejs/graphique.git" }, "author": "Matt Adams", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "lint": "eslint ./ --fix", "prepublishOnly": "npm run lint && npm run build", "typecheck:src": "tsc --noEmit", "typecheck:build": "attw --pack", "build": "tsup --minify", "watch": "tsup --watch" }, "dependencies": { "d3-array": "^3.0.1", "d3-axis": "^3.0.0", "d3-ease": "^3.0.1", "d3-interpolate": "^3.0.1", "d3-interpolate-path": "^2.2.3", "d3-scale": "^4.0.0", "d3-selection": "^3.0.0", "jotai": "^1.1.2", "react-move": "^6.5.0" }, "peerDependencies": { "@graphique/graphique": ">=2", "react": ">=16", "react-dom": ">=16" }, "gitHead": "7dda3454efc55f01b1dcb96837b9b42fc53ffb0c" }