Files
emacs/lisp/emacs-application-framework/app/mermaid/package.json
2022-01-04 15:21:47 +01:00

92 lines
2.4 KiB
JSON

{
"name": "eaf-mermaid",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"buffer-from": "^1.1.1",
"camel-case": "^3.0.0",
"clean-css": "^5.1.5",
"commander": "^8.1.0",
"crypto-random-string": "^4.0.0",
"css-b64-images": "^0.2.5",
"d3": "^7.0.0",
"d3-array": "^3.0.1",
"d3-axis": "^1.0.12",
"d3-brush": "^1.1.5",
"d3-chord": "^1.0.6",
"d3-collection": "^1.0.7",
"d3-color": "^3.0.1",
"d3-contour": "^3.0.1",
"d3-dispatch": "^3.0.1",
"d3-drag": "^1.2.5",
"d3-dsv": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-fetch": "^1.1.2",
"d3-force": "^1.2.1",
"d3-format": "^3.0.1",
"d3-geo": "^3.0.1",
"d3-hierarchy": "^1.1.9",
"d3-interpolate": "^3.0.1",
"d3-path": "^3.0.1",
"d3-polygon": "^1.0.6",
"d3-quadtree": "^1.0.7",
"d3-random": "^1.1.2",
"d3-scale": "^4.0.0",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.1",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.3",
"d3-timer": "^1.0.10",
"d3-transition": "^1.3.2",
"d3-voronoi": "^1.1.4",
"d3-zoom": "^3.0.0",
"dagre": "^0.8.5",
"dagre-d3": "^0.6.4",
"debug": "^4.3.2",
"escaper": "^3.0.6",
"graphlib": "^2.1.8",
"he": "^1.2.0",
"html-minifier": "^4.0.0",
"iconv-lite": "^0.4.24",
"is-regexp": "^3.0.0",
"lodash": "^4.17.21",
"lower-case": "^1.1.4",
"mermaid": "^8.11.0",
"minify": "^4.1.3",
"moment-mini": "^2.24.0",
"ms": "^2.1.3",
"no-case": "^2.3.2",
"param-case": "^2.1.1",
"relateurl": "^0.2.7",
"rw": "^1.3.3",
"safer-buffer": "^2.1.2",
"scope-css": "^1.2.1",
"slugify": "^1.6.0",
"source-map": "^0.7.3",
"strip-css-comments": "^4.1.0",
"source-map-support": "^0.5.19",
"terser": "^5.7.1",
"try-catch": "^2.0.1",
"try-to-catch": "^3.0.0",
"type-fest": "^0.8.1",
"uglify-js": "^3.14.1",
"upper-case": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manateelazycat/emacs-application-framework.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/manateelazycat/emacs-application-framework/issues"
},
"homepage": "https://github.com/manateelazycat/emacs-application-framework#readme"
}