markmap-view
Version:
View markmaps in browser
56 lines (55 loc) • 1.39 kB
JSON
{
"name": "markmap-view",
"version": "0.18.10",
"description": "View markmaps in browser",
"author": "Gerald <gera2ld@live.com>",
"license": "MIT",
"keywords": [
"markmap",
"markdown",
"mindmap"
],
"homepage": "https://github.com/markmap/markmap/packages/markmap-view#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markmap/markmap.git"
},
"scripts": {
"clean": "del-cli dist tsconfig.tsbuildinfo",
"build:types": "tsc",
"build:js": "vite build && TARGET=es vite build",
"build": "pnpm clean && pnpm /^build:/",
"prepublishOnly": "pnpm build"
},
"bugs": {
"url": "https://github.com/markmap/markmap/issues"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/browser/index.js",
"jsdelivr": "dist/browser/index.js",
"files": [
"dist"
],
"typings": "dist/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.22.6",
"d3": "^7.8.5"
},
"devDependencies": {
"@gera2ld/jsx-dom": "^2.2.2",
"@types/d3": "^7.4.0",
"@types/d3-flextree": "^2.1.1",
"d3-flextree": "^2.1.2",
"markmap-common": "0.18.9"
},
"peerDependencies": {
"markmap-common": "*"
},
"gitHead": "5307e8952a3f14e6b4ee763b9127b58e13c6d8b1"
}