mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
21 lines
561 B
JSON
21 lines
561 B
JSON
{
|
|
"name": "@vant/markdown-loader",
|
|
"version": "4.1.1",
|
|
"description": "Simple and fast vue markdown loader",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-markdown-loader",
|
|
"dependencies": {
|
|
"front-matter": "^4.0.2",
|
|
"highlight.js": "^10.7.1",
|
|
"loader-utils": "^2.0.0",
|
|
"markdown-it": "^12.0.4",
|
|
"markdown-it-anchor": "^8.0.0",
|
|
"transliteration": "^2.2.0"
|
|
}
|
|
}
|