UNPKG

yanzi-monaco-editorbb

Version:

这是一个基于微软的monaco和vue封装的一个代码编辑器,浏览器可运行。主要功能有:html、javascript、css代码编辑,高亮显示,语法错误提示等,可以帮您的项目很快的拥有一个web端的代码编辑器

67 lines (66 loc) 1.88 kB
{ "name": "yanzi-monaco-editorbb", "description": "这是一个基于微软的monaco和vue封装的一个代码编辑器,浏览器可运行。主要功能有:html、javascript、css代码编辑,高亮显示,语法错误提示等,可以帮您的项目很快的拥有一个web端的代码编辑器", "version": "0.0.2", "main": "./lib/yanziMonacoEditor.umd.min.js", "private": false, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "lib": "vue-cli-service build --target lib --name yanziMonacoEditor src/components/yanzi-monaco-editor.vue" }, "repository": { "type": "git", "url": "https://gitee.com/xiaozhou946/yanzi-moncao.git" }, "keywords": [ "yanzi", "monaco", "燕子编辑器", "editor", "代码高亮", "emmet" ], "dependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", "@babel/plugin-proposal-optional-chaining": "^7.16.7", "core-js": "^3.6.5", "element-ui": "^2.15.1", "emmet-monaco-es": "^4.6.2", "monaco-editor": "^0.32.1", "vue": "^2.6.11" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-service": "~4.5.0", "babel-eslint": "^10.1.0", "element-ui": "^2.15.1", "emmet-monaco-es": "^4.6.2", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "monaco-editor": "^0.32.1", "monaco-editor-webpack-plugin": "^7.0.0", "vue-template-compiler": "^2.6.11" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "parserOptions": { "parser": "babel-eslint" }, "rules": {} }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ] }