UNPKG

@easyui/vue-code-editor

Version:

This is a web code editor for CodeMirror

58 lines 1.73 kB
{ "name": "@easyui/vue-code-editor", "description": "This is a web code editor for CodeMirror", "author": "Blancker", "version": "0.0.3", "license": "ISC", "keywords": [ "vue3", "CodeMirror", "CodeEditor" ], "main": "dist/lib/index.js", "module": "index.js", "types": "es/index.d.ts", "peerDependencies": { "vue": "^3.4.0" }, "devDependencies": { "@codemirror/autocomplete": "^6.18.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-java": "^6.0.1", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-less": "^6.0.2", "@codemirror/lang-markdown": "^6.3.2", "@codemirror/lang-python": "^6.2.1", "@codemirror/lang-sass": "^6.0.2", "@codemirror/lang-sql": "^6.8.0", "@codemirror/lang-vue": "^0.1.3", "@codemirror/lang-xml": "^6.1.0", "@codemirror/lang-yaml": "^6.1.2", "@codemirror/language": "^6.11.0", "@codemirror/lint": "^6.8.5", "@codemirror/merge": "^6.10.1", "@codemirror/search": "^6.5.11", "@codemirror/state": "^6.5.2", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.36.8", "@replit/codemirror-minimap": "^0.5.2", "@types/fs-extra": "11.0.4", "@types/lodash": "^4.17.12", "@vitejs/plugin-vue": "^5.1.2", "@vue/tsconfig": "^0.7.0", "codemirror": "^6.0.1", "element-plus": "^2.8.6", "fs-extra": "11.3.0", "lodash": "^4.17.21", "rollup-plugin-copy": "^3.5.0", "sass": "^1.77.6", "typescript": "^5.5.3", "vite": "^5.4.1", "vite-plugin-dts": "^4.3.0", "vue": "^3.4.37", "vue-tsc": "^2.0.29" } }