@yworks/yfiles-layout-reactflow
Version:
yFiles Layouts for React Flow - A layout library for React Flow providing powerful yFiles layout algorithms and supporting components
67 lines (66 loc) • 1.88 kB
JSON
{
"name": "@yworks/yfiles-layout-reactflow",
"version": "3.0.1",
"author": {
"name": "yFiles for HTML team @ yWorks GmbH",
"email": "yfileshtml@yworks.com"
},
"description": "yFiles Layouts for React Flow - A layout library for React Flow providing powerful yFiles layout algorithms and supporting components",
"keywords": [
"react",
"yfiles",
"javascript",
"typescript",
"library",
"graph",
"diagram",
"layout",
"reactflow"
],
"homepage": "https://docs.yworks.com/yfiles-layout-reactflow",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "tsup --watch --sourcemap --dts --format esm --entry.index src/index.ts --entry.WebWorkerSupport src/layout/WebWorkerSupport.ts && api-extractor run --local",
"build": "tsup --clean --dts --format esm --entry.index src/index.ts --entry.WebWorkerSupport src/layout/WebWorkerSupport.ts && api-extractor run --local"
},
"repository": {
"type": "git",
"url": "https://github.com/yWorks/yfiles-layout-reactflow.git"
},
"bugs": {
"url": "https://github.com/yWorks/yfiles-layout-reactflow/issues"
},
"license": "SEE LICENSE IN ./LICENSE",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./WebWorkerSupport": {
"types": "./dist/WebWorkerSupport.d.ts",
"default": "./dist/WebWorkerSupport.js"
}
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@xyflow/react": ">=12",
"@yfiles/yfiles": ">=30"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.52.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"prettier": "^3.5.3",
"tsup": "^8.5.1",
"typescript": "^5.8.2"
},
"files": [
"LICENSE",
"dist",
"package.json",
"README.md"
]
}