tachybase_todo/packages/plugins/@tachybase/plugin-field-markdown-vditor/package.json

27 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "@tachybase/plugin-field-markdown-vditor",
"displayName": "Collection field: Markdown(Vditor)",
"version": "0.21.82",
"description": "Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.",
"keywords": [
"Collection fields"
],
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@tachybase/schema": "workspace:*",
"antd": "5.19.1",
"koa-send": "^5.0.1",
"vditor": "^3.10.3"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "用于存储 Markdown并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
"displayName.zh-CN": "数据表字段Markdown(Vditor)"
}