{
  "name": "@starzkg/vuepress-plugin-markdown-enhance",
  "version": "1.0.0-beta.17",
  "description": "Markdown enhancement plugin for vuepress",
  "keywords": [
    "vuepress-plugin",
    "markdown",
    "align",
    "superscript",
    "subscript",
    "footnote",
    "flowchart",
    "tex",
    "katex",
    "mark",
    "presentation",
    "reveal.js"
  ],
  "homepage": "https://shentuzhigang.cn/vuepress-theme-star",
  "bugs": {
    "url": "https://github.com/shentuzhigang/vuepress-theme-star/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shentuzhigang/vuepress-theme-star.git",
    "directory": "packages/@starzkg/vuepress-plugin-markdown-enhance"
  },
  "license": "MIT",
  "author": {
    "name": "Starzkg",
    "email": "shentuzhigang@shentuzhigang.cn",
    "url": "https://shentuzhigang.cn"
  },
  "main": "lib/node/index.js",
  "types": "lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo",
    "copy": "cpx \"src/**/{LICENSE,*.{css,svg,vue,scss,ttf,woff,eot}}\" lib",
    "docs:build": "vuepress build docs",
    "docs:clean-dev": "vuepress dev docs --clean-cache",
    "docs:dev": "vuepress dev docs",
    "docs:vite-build": "vuepress-vite build docs",
    "docs:vite-clean-dev": "vuepress-vite dev docs --clean-cache",
    "docs:vite-dev": "vuepress-vite dev docs"
  },
  "dependencies": {
    "@babel/core": "*",
    "@starzkg/vuepress-shared": "1.0.0-beta.17",
    "@types/hash-sum": "^1.0.0",
    "@types/katex": "^0.11.1",
    "@types/lodash.debounce": "^4.0.6",
    "@types/markdown-it": "^12.2.3",
    "@types/mermaid": "^8.2.7",
    "@vuepress/client": "2.0.0-beta.27",
    "@vuepress/plugin-container": "2.0.0-beta.27",
    "@vuepress/shared": "2.0.0-beta.27",
    "@vuepress/utils": "2.0.0-beta.27",
    "flowchart.js": "^1.17.0",
    "katex": "^0.15.1",
    "lodash.debounce": "^4.0.8",
    "markdown-it": "^12.2.0",
    "mermaid": "^8.13.3",
    "reveal.js": "^4.1.3",
    "vue": "^3.2.20",
    "vue-router": "^4.0.12",
    "vuepress-plugin-sass-palette": "2.0.0-alpha.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "710bf72b6be014c937195dd2ad8bb0eab92fd53e"
}
