UNPKG

@argdown/map-views

Version:

Browser-based map views for Argdown data using dagre-d3 and viz.js

64 lines 1.65 kB
{ "name": "@argdown/map-views", "version": "2.0.0", "description": "Browser-based map views for Argdown data using dagre-d3 and viz.js", "repository": { "type": "git", "url": "https://github.com/argdown/argdown/tree/master/packages/argdown-dagre" }, "keywords": [ "argument", "mapping", "argdown" ], "author": "Christian Voigt", "license": "MIT", "readmeFilename": "Readme.md", "type": "module", "files": [ "dist" ], "main": "./dist/argdown-map.umd.cjs", "module": "./dist/argdown-map.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/argdown-map.js", "require": "./dist/argdown-map.umd.cjs" }, "./style.css": "./dist/argdown-map.css" }, "engines": { "node": ">= 20.0.0" }, "dependencies": { "@argdown/core": "^2.0.1", "@hpcc-js/wasm-graphviz": "^1.18.0", "d3-selection": "3.0.0", "d3-transition": "3.0.1", "d3-zoom": "3.0.0", "dagre-d3": "^0.6.4", "lodash.defaultsdeep": "^4.6.1", "string-pixel-width": "^1.10.0" }, "devDependencies": { "@types/d3": "7.4.3", "@types/dagre-d3": "0.6.6", "@types/lodash": "^4.14.172", "@types/lodash.defaultsdeep": "^4.6.9", "@types/node": "^22.15.24", "@types/string-pixel-width": "^1.10.3", "typescript": "5.9.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4" }, "scripts": { "dev": "vite --open", "build": "vite build", "preview": "vite preview", "test": "echo \"No tests to run here\"", "prepublishOnly": "npm run-script build" }, "packageManager": "yarn@4.9.4" }