UNPKG

@projectstorm/react-diagrams-routing

Version:

This package adds dagre integration for laying out nodes and links

48 lines 1.14 kB
{ "name": "@projectstorm/react-diagrams-routing", "version": "7.1.3", "author": "dylanvorster", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/projectstorm/react-diagrams.git" }, "publishConfig": { "access": "public" }, "keywords": [ "web", "diagram", "diagrams", "react", "typescript", "flowchart", "simple", "links", "nodes" ], "main": "./dist/index.umd.js", "module": "./dist/index.js", "typings": "./dist/@types/index", "dependencies": { "dagre": "^0.8.5", "lodash": "^4.17.21", "pathfinding": "^0.4.18", "paths-js": "^0.4.11", "react": "^18.2.0", "@projectstorm/geometry": "7.0.3", "@projectstorm/react-canvas-core": "7.0.3", "@projectstorm/react-diagrams-core": "7.0.3", "@projectstorm/react-diagrams-defaults": "7.1.3" }, "devDependencies": { "@types/dagre": "^0.7.50", "@types/lodash": "^4.14.200", "@types/react": "^18.2.22" }, "scripts": { "clean": "rimraf ./dist", "build": "../../node_modules/.bin/webpack", "test": "../../node_modules/.bin/jest" } }