UNPKG

@ryandymock/ancestor-tree

Version:

Interactive ancestor tree React component built with ReactFlow, featuring expandable generations and customizable UI controls

57 lines (56 loc) 1.33 kB
{ "name": "@ryandymock/ancestor-tree", "version": "0.1.5", "description": "Interactive ancestor tree React component built with ReactFlow, featuring expandable generations and customizable UI controls", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch --onSuccess \"vite --config example/vite.config.ts\"" }, "keywords": [ "react", "family-tree", "pedigree", "ancestor", "genealogy", "family-chart", "react-component", "typescript", "mui", "reactflow" ], "author": "Ryan Dymock", "license": "MIT", "peerDependencies": { "@mui/material": "^7.1.1", "react": ">=18", "react-dom": ">=18" }, "devDependencies": { "@types/node": "^24.0.3", "@types/react": "^18.2.28", "@types/react-dom": "^18.2.11", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^7.1.1", "react-zoom-pan-pinch": "^3.7.0", "reactflow": "^11.11.4", "vite": "^6.3.5" } }