monaco-editor-esm-webpack-plugin
Version:
The webpack's plugin for monaco editor to compile the worker and handle with localization
30 lines (29 loc) • 744 B
JSON
{
"name": "monaco-editor-esm-webpack-plugin",
"version": "2.1.0",
"description": "The webpack's plugin for monaco editor to compile the worker and handle with localization",
"keywords": [
"webpack",
"monaco",
"monaco editor",
"localization",
"localize",
"vscode",
"nls"
],
"main": "index.js",
"repository": "git@github.com:wang12124468/monaco-editor-esm-webpack-plugin.git",
"author": "xiaoyong <454926339@qq.com>",
"license": "MIT",
"peerDependencies": {
"monaco-editor": "*",
"monaco-editor-nls": "*",
"monaco-editor-webpack-plugin": "*",
"webpack": "*"
},
"devDependencies": {
"monaco-editor-webpack-plugin": "*",
"monaco-editor-nls": "*",
"webpack": "*"
}
}