1 Star 6 Fork 1

文本编辑器/md-editor-v3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.63 KB
一键复制 编辑 原始数据 按行查看 历史
imzbf 提交于 2024-04-26 22:17 +08:00 . 4.13.5
{
"name": "md-editor-v3",
"version": "4.13.5",
"license": "MIT",
"keywords": [
"vue",
"vue3",
"javascript",
"typescript",
"jsx",
"tsx",
"markdown",
"editor",
"theme",
"html"
],
"description": "Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...",
"author": {
"name": "zbf",
"url": "https://github.com/imzbf"
},
"homepage": "https://imzbf.github.io/md-editor-v3/",
"repository": {
"type": "git",
"url": "git+https://github.com/imzbf/md-editor-v3.git"
},
"bugs": {
"url": "https://github.com/imzbf/md-editor-v3/issues"
},
"files": [
"lib"
],
"type": "module",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.cjs",
"module": "./lib/es/index.mjs",
"sideEffects": [
"**/*.css"
],
"scripts": {
"dev": "tsx ./scripts/dev",
"build": "vue-tsc && tsx ./scripts/build"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language-data": "^6.5.1",
"@types/markdown-it": "^14.0.1",
"@vavt/util": "^1.5.1",
"codemirror": "^6.0.1",
"copy-to-clipboard": "^3.3.3",
"lru-cache": "^10.2.0",
"markdown-it": "^14.0.0",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-xss": "^1.0.2",
"medium-zoom": "^1.1.0",
"punycode": "^2.3.1"
},
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/multiparty": "^0.0.36",
"@types/node": "^20.12.7",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vavt/markdown-theme": "^3.2.4",
"@vavt/vite-plugin-import-markdown": "^1.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"axios": "^1.6.7",
"cropperjs": "^1.6.2",
"eslint": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"highlight.js": "^11.7.0",
"katex": "^0.16.9",
"less": "^4.1.3",
"mermaid": "^10.8.0",
"multiparty": "^4.2.3",
"prettier": "^3.2.5",
"screenfull": "^6.0.2",
"tsx": "^4.7.2",
"typescript": "5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.8.3",
"vue": "^3.4.23",
"vue-tsc": "^2.0.14"
},
"peerDependencies": {
"vue": "^3.2.47"
},
"prettier": {
"singleQuote": true,
"trailingComma": "none",
"semi": true,
"printWidth": 90,
"proseWrap": "never",
"endOfLine": "auto"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/text-editor/md-editor-v3.git
git@gitee.com:text-editor/md-editor-v3.git
text-editor
md-editor-v3
md-editor-v3
develop

搜索帮助