yanzi-monaco-editor
Version:
这是一个基于微软的monaco和vue封装的一个代码编辑器,浏览器可运行。主要功能有:html、javascript、css代码编辑,高亮显示,语法错误提示等,可以帮您的项目很快的拥有一个web端的代码编辑器
64 lines • 1.81 kB
JSON
{
"name": "yanzi-monaco-editor",
"description": "这是一个基于微软的monaco和vue封装的一个代码编辑器,浏览器可运行。主要功能有:html、javascript、css代码编辑,高亮显示,语法错误提示等,可以帮您的项目很快的拥有一个web端的代码编辑器",
"version": "0.3.7",
"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": {
"core-js": "^3.6.5",
"element-ui": "^2.15.1",
"emmet-monaco-es": "^4.6.2",
"monaco-editor": "^0.23.0",
"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",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11",
"element-ui": "^2.15.1",
"emmet-monaco-es": "^4.6.2",
"monaco-editor": "^0.23.0",
"monaco-editor-webpack-plugin": "^3.0.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}