UNPKG

@myrmidon/cadmus-graph-ui-ex

Version:

Cadmus - extensions to semantic graph components.

48 lines 1.32 kB
{ "name": "@myrmidon/cadmus-graph-ui-ex", "version": "17.0.0", "description": "Cadmus - extensions to semantic graph components.", "keywords": [ "Cadmus" ], "homepage": "https://github.com/vedph/cadmus-graph-shell-v3", "repository": { "type": "git", "url": "https://github.com/vedph/cadmus-graph-shell-v3" }, "author": { "name": "Daniele Fusi" }, "peerDependencies": { "@angular/common": "^22.0.0", "@angular/core": "^22.0.0", "@angular/material": "^22.0.0", "@myrmidon/ngx-tools": "^3.0.0", "@myrmidon/ngx-mat-tools": "^2.0.0", "@myrmidon/cadmus-refs-lookup": "^11.0.0", "@myrmidon/cadmus-core": "^13.0.0", "@myrmidon/cadmus-api": "^15.0.0", "@myrmidon/cadmus-graph-ui": "^16.0.0", "force-graph": "^1.51.4", "3d-force-graph": "^1.80.0", "d3-force": "^3.0.0", "three": "^0.184.0", "rxjs": "^7.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/myrmidon-cadmus-graph-ui-ex.mjs", "typings": "types/myrmidon-cadmus-graph-ui-ex.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/myrmidon-cadmus-graph-ui-ex.d.ts", "default": "./fesm2022/myrmidon-cadmus-graph-ui-ex.mjs" } }, "type": "module" }