Files
xyflow/packages/minimap/package.json
2022-08-08 16:27:07 +02:00

19 lines
466 B
JSON

{
"name": "@react-flow/minimap",
"version": "11.0.0",
"description": "A minimap component that shows the React Flow graph.",
"main": "dist/react-flow-minimap.cjs.js",
"module": "dist/react-flow-minimap.esm.js",
"license": "MIT",
"dependencies": {
"@react-flow/core": "^11.0.0",
"@react-flow/css-utils": "^11.0.0",
"classcat": "^5.0.3",
"zustand": "^4.0.0"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
}
}