Files
YGChatCS/src/uni_modules/wtto-markdown/package.json

95 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "wtto-markdown",
"displayName": "wtto-markdown",
"version": "1.0.0",
"description": "高性能markdown解析器使用原生组件rich-text的nodes渲染。支持katex数学公式代码高亮等",
"keywords": [
"wtto-markdown"
],
"repository": "",
"engines": {
"HBuilderX": "^3.8.3"
},
"dcloudext": {
"type": "sdk-js",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": "1059689343"
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": ""
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y",
"alipay": "y"
},
"client": {
"Vue": {
"vue2": "y",
"vue3": "y"
},
"App": {
"app-vue": "y",
"app-nvue": "y",
"app-uvue": "u",
"app-harmony": "u"
},
"H5-mobile": {
"Safari": "y",
"Android Browser": "y",
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
},
"H5-pc": {
"Chrome": "y",
"IE": "y",
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "y",
"快手": "y",
"飞书": "y",
"京东": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
}
}
}
},
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/markdown-it": "^14.1.2",
"@uni-helper/uni-types": "^1.0.0-alpha.6",
"shiki": "^1.24.0"
},
"dependencies": {
"@rojer/katex-mini": "^1.2.0",
"markdown-it": "^14.1.0"
}
}