UNPKG

@graphique/geom-area

Version:

For area charts, stacked area charts, or streamgraphs

65 lines (64 loc) 1.49 kB
{ "name": "@graphique/geom-area", "version": "2.0.1", "description": "For area charts, stacked area charts, or streamgraphs", "keywords": [ "react", "d3", "data-visualization", "grammar-of-graphics", "graphique", "geom-area", "area-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": "056d49e98a1ffeed4686997e0308bbabad8d820e" }