chore: add vant-markdown-loader package
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@vant/markdown-loader",
|
||||
"version": "2.2.0",
|
||||
"description": "Simple and fast vue markdown loader",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"release": "npm publish --access public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/youzan/vant.git",
|
||||
"directory": "packages/vant-markdown-loader"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/youzan/vant/issues"
|
||||
},
|
||||
"homepage": "https://github.com/youzan/vant/packages/vant-markdown-loader#readme",
|
||||
"dependencies": {
|
||||
"front-matter": "^3.0.2",
|
||||
"highlight.js": "^9.15.6",
|
||||
"loader-utils": "^1.2.3",
|
||||
"markdown-it": "^8.4.2",
|
||||
"markdown-it-anchor": "^5.2.4",
|
||||
"transliteration": "^2.1.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user