mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-22 13:48:35 +00:00
This is a preparation for `monaco-editor@^0.22.0`. In this version the global `monaco` object was removed for ESM users. A choice was made to use `monaco-editor` imports, because this probably has best compatibility for most users. If users want to use `monaco-editor-core`, they will have to create an alias in their own build process.
31 lines
837 B
JSON
31 lines
837 B
JSON
{
|
|
"name": "react-webpack-worker-loader-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --open --mode development",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.4",
|
|
"@babel/preset-env": "^7.8.4",
|
|
"@babel/preset-react": "^7.8.3",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.4.2",
|
|
"file-loader": "^5.1.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"monaco-editor": "^0.21.3",
|
|
"monaco-yaml": "file:../..",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-monaco-editor": "^0.34.0",
|
|
"style-loader": "^1.1.3",
|
|
"webpack": "^4.41.6",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.10.3",
|
|
"worker-loader": "^2.0.0"
|
|
}
|
|
}
|