86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
|
|
{
|
||
|
|
"name": "markmap-lib",
|
||
|
|
"version": "0.18.12",
|
||
|
|
"description": "Visualize your Markdown as mindmaps with Markmap",
|
||
|
|
"author": "Gerald <gera2ld@live.com>",
|
||
|
|
"license": "MIT",
|
||
|
|
"scripts": {
|
||
|
|
"clean": "del-cli dist tsconfig.tsbuildinfo",
|
||
|
|
"build:types": "tsc",
|
||
|
|
"build:js": "vite build && TARGET=nodeLight vite build && TARGET=browserEs vite build && TARGET=browserJs vite build",
|
||
|
|
"build": "pnpm clean && pnpm /^build:/",
|
||
|
|
"prepublishOnly": "pnpm build"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public",
|
||
|
|
"registry": "https://registry.npmjs.org/"
|
||
|
|
},
|
||
|
|
"sideEffects": false,
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"module": "dist/index.mjs",
|
||
|
|
"unpkg": "dist/browser/index.iife.js",
|
||
|
|
"jsdelivr": "dist/browser/index.iife.js",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"browser": "./dist/browser/index.mjs",
|
||
|
|
"require": "./dist/index.js",
|
||
|
|
"default": "./dist/index.mjs"
|
||
|
|
},
|
||
|
|
"./plugins": {
|
||
|
|
"types": "./dist/plugins/index.d.ts",
|
||
|
|
"require": "./dist/plugins.js",
|
||
|
|
"default": "./dist/plugins.mjs"
|
||
|
|
},
|
||
|
|
"./no-plugins": {
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"require": "./dist/index.no-plugins.js",
|
||
|
|
"default": "./dist/index.no-plugins.mjs"
|
||
|
|
},
|
||
|
|
"./package.json": "./package.json"
|
||
|
|
},
|
||
|
|
"types": "dist/index.d.ts",
|
||
|
|
"files": [
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"keywords": [
|
||
|
|
"markdown",
|
||
|
|
"markmap",
|
||
|
|
"mindmap"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/markmap/markmap/packages/markmap-lib#readme",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/markmap/markmap.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/markmap/markmap/issues"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@highlightjs/cdn-assets": "^11.8.0",
|
||
|
|
"@types/katex": "^0.16.7",
|
||
|
|
"@types/markdown-it": "^14.0.0",
|
||
|
|
"markmap-common": "0.18.9",
|
||
|
|
"webfontloader": "^1.6.28"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/runtime": "^7.22.6",
|
||
|
|
"@vscode/markdown-it-katex": "^1.1.0",
|
||
|
|
"highlight.js": "^11.8.0",
|
||
|
|
"katex": "^0.16.8",
|
||
|
|
"markdown-it": "^14.1.0",
|
||
|
|
"markdown-it-ins": "^4.0.0",
|
||
|
|
"markdown-it-mark": "^4.0.0",
|
||
|
|
"markdown-it-sub": "^2.0.0",
|
||
|
|
"markdown-it-sup": "^2.0.0",
|
||
|
|
"markmap-html-parser": "0.18.11",
|
||
|
|
"markmap-view": "0.18.12",
|
||
|
|
"prismjs": "^1.29.0",
|
||
|
|
"yaml": "^2.5.1"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"markmap-common": "*"
|
||
|
|
},
|
||
|
|
"gitHead": "205367a24603dc187f67da1658940c6cade20dce"
|
||
|
|
}
|