UNPKG

@graphique/geom-line

Version:

For line charts and other lines

65 lines (64 loc) 1.47 kB
{ "name": "@graphique/geom-line", "version": "3.0.0", "description": "For line charts and other lines", "keywords": [ "react", "d3", "data-visualization", "grammar-of-graphics", "graphique", "geom-line", "line-chart" ], "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-ease": "^3.0.1", "d3-interpolate": "^3.0.1", "d3-interpolate-path": "^2.2.3", "d3-scale": "^4.0.2", "d3-shape": "^3.0.1", "jotai": "^1.1.2", "react-move": "^6.5.0" }, "peerDependencies": { "@graphique/graphique": ">=2", "react": ">=16", "react-dom": ">=16" }, "devDependencies": { "@types/d3-shape": "^3.0.0" }, "gitHead": "7dda3454efc55f01b1dcb96837b9b42fc53ffb0c" }