65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@vuepress/plugin-markdown-math",
|
|
"version": "2.0.0-rc.112",
|
|
"description": "VuePress plugin - markdown math",
|
|
"keywords": [
|
|
"vuepress-plugin",
|
|
"vuepress",
|
|
"plugin",
|
|
"markdown",
|
|
"math"
|
|
],
|
|
"homepage": "https://ecosystem.vuejs.press/plugins/markdown/markdown-math.html",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/ecosystem/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/ecosystem.git",
|
|
"directory": "plugins/markdown/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"
|
|
],
|
|
"dependencies": {
|
|
"@mdit/plugin-katex-slim": "^0.23.1",
|
|
"@mdit/plugin-mathjax-slim": "^0.23.1",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@vuepress/helper": "2.0.0-rc.112",
|
|
"vue": "^3.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"markdown-it": "^14.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"katex": "^0.16.21",
|
|
"mathjax-full": "^3.2.2",
|
|
"vuepress": "2.0.0-rc.24"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"katex": {
|
|
"optional": true
|
|
},
|
|
"mathjax-full": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0"
|
|
}
|