mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
20 lines
514 B
JSON
20 lines
514 B
JSON
{
|
|
"name": "@vant/markdown-loader",
|
|
"version": "2.3.0",
|
|
"description": "Simple and fast vue markdown loader",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-markdown-loader",
|
|
"dependencies": {
|
|
"front-matter": "^3.0.2",
|
|
"highlight.js": "^9.17.1",
|
|
"loader-utils": "^1.2.3",
|
|
"markdown-it": "^10.0.0",
|
|
"markdown-it-anchor": "^5.2.5",
|
|
"transliteration": "^2.1.7"
|
|
}
|
|
}
|