@vuepress/plugin-markdown-math
Version:
VuePress plugin - markdown math
70 lines (69 loc) • 1.65 kB
JSON
{
"name": "@vuepress/plugin-markdown-math",
"version": "2.0.0-rc.30",
"description": "VuePress plugin - markdown math",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"markdown",
"math"
],
"homepage": "https://ecosystem.vuejs.press/plugins/markdown-math.html",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/plugin-markdown-math"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"style": "sass src:lib --no-source-map"
},
"dependencies": {
"@mdit/plugin-katex-slim": "^0.12.0",
"@mdit/plugin-mathjax-slim": "^0.12.0",
"@types/markdown-it": "^14.1.1",
"@vuepress/helper": "~2.0.0-rc.30",
"vue": "^3.4.27"
},
"peerDependencies": {
"katex": "^0.16.10",
"mathjax-full": "^3.2.2",
"vuepress": "2.0.0-rc.11"
},
"peerDependenciesMeta": {
"katex": {
"optional": true
},
"mathjax-full": {
"optional": true
}
},
"devDependencies": {
"markdown-it": "^14.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "e84a9e154e119525784f6934f06a795029798f8f"
}