UNPKG

@guolao/vue-monaco-editor

Version:

Monaco Editor for Vue 2&3 - use the monaco-editor in any Vue application without needing to use webpack (or rollup/vite) configuration files / plugins

77 lines (76 loc) 1.85 kB
{ "name": "@guolao/vue-monaco-editor", "version": "1.5.5", "description": "Monaco Editor for Vue 2&3 - use the monaco-editor in any Vue application without needing to use webpack (or rollup/vite) configuration files / plugins", "author": { "name": "guolao", "email": "guolao.mq@foxmail.com" }, "main": "lib/cjs/index.js", "module": "lib/es/index.js", "unpkg": "lib/umd/monaco-vue.js", "types": "lib/index.d.ts", "scripts": { "build": "rimraf lib && rollup -c" }, "publishConfig": { "access": "public", "repository": { "type": "git", "url": "git+https://github.com/imguolao/monaco-vue.git" } }, "repository": { "type": "git", "url": "git+https://github.com/imguolao/monaco-vue.git" }, "keywords": [ "monaco", "editor", "vue", "vue2", "vue3", "vue-demi", "vscode", "code", "text" ], "files": [ "lib", "LICENSE" ], "license": "MIT", "bugs": { "url": "https://github.com/imguolao/monaco-vue/issues" }, "homepage": "https://imguolao.github.io/monaco-vue", "dependencies": { "@monaco-editor/loader": "^1.5.0", "vue-demi": "latest" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.4.0", "esbuild": "^0.17.11", "monaco-editor": ">=0.43.0", "rimraf": "^4.1.2", "rollup": "^3.17.2", "rollup-plugin-dts": "^5.2.0", "rollup-plugin-esbuild": "^5.0.0", "typ": "^0.6.3", "typescript": "^4.9.5", "vue": "^3.2.47", "vue-tsc": "^1.1.5" }, "peerDependencies": { "@vue/composition-api": "^1.7.1", "monaco-editor": ">=0.43.0", "vue": "^2.6.14 || >=3.0.0" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true } }, "gitHead": "4f85899f0f90e210f029e80c7735e70badcb5a36" }