UNPKG

md-editor-v3

Version:

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...

114 lines (113 loc) 3.01 kB
{ "name": "md-editor-v3", "version": "5.8.4", "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": "tsx ./scripts/build", "lint-staged": "lint-staged", "prepare": "husky" }, "dependencies": { "@codemirror/autocomplete": "^6.18.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-markdown": "^6.3.0", "@codemirror/language": "^6.11.0", "@codemirror/language-data": "^6.5.1", "@codemirror/search": "^6.5.11", "@codemirror/state": "^6.5.2", "@codemirror/view": "^6.36.8", "@lezer/highlight": "^1.2.1", "@types/markdown-it": "^14.0.1", "@vavt/copy2clipboard": "^1.0.1", "@vavt/util": "^2.1.0", "codemirror": "^6.0.1", "lru-cache": "^11.0.1", "lucide-vue-next": "^0.453.0", "markdown-it": "^14.0.0", "markdown-it-image-figures": "^2.1.1", "markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0", "medium-zoom": "^1.1.0", "xss": "^1.0.15" }, "devDependencies": { "@types/katex": "^0.16.7", "@types/multiparty": "^4.2.1", "@types/node": "^22.7.7", "@typescript-eslint/eslint-plugin": "^8.10.0", "@typescript-eslint/parser": "^8.10.0", "@vavt/markdown-theme": "^4.5.2", "@vavt/vite-plugin-import-markdown": "^1.0.0", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.1.1", "axios": "^1.7.7", "cropperjs": "^1.6.2", "eslint": "^9.13.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-vue": "^9.29.1", "highlight.js": "^11.7.0", "husky": "^9.1.7", "katex": "^0.16.22", "less": "^4.1.3", "lint-staged": "^15.4.3", "mermaid": "^11.9.0", "multiparty": "^4.2.3", "prettier": "^3.2.5", "screenfull": "^6.0.2", "tsc-alias": "^1.8.10", "tsx": "^4.19.1", "typescript": "5.6.3", "vite": "^5.4.9", "vue": "^3.5.12" }, "peerDependencies": { "vue": "^3.5.3" }, "lint-staged": { "*.{ts,tsx,vue}": [ "eslint --fix", "prettier --write" ], "*.{json,md}": [ "prettier --write" ] } }