mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
indentation
This commit is contained in:
parent
7bce3f3c92
commit
01040633ae
1 changed files with 38 additions and 38 deletions
76
package.json
76
package.json
|
|
@ -1,40 +1,40 @@
|
|||
{
|
||||
"name": "monaco-editor-webpack-plugin",
|
||||
"version": "1.7.0",
|
||||
"description": "A webpack plugin for the Monaco Editor",
|
||||
"main": "index.js",
|
||||
"typings": "./index.d.ts",
|
||||
"scripts": {
|
||||
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"monaco",
|
||||
"editor",
|
||||
"loader"
|
||||
],
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
|
||||
"peerDependencies": {
|
||||
"webpack": "^4.5.0",
|
||||
"monaco-editor": "^0.17.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"css-loader": "^1.0.1",
|
||||
"monaco-editor": "^0.17.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"webpack": "^4.25.1",
|
||||
"webpack-cli": "^3.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/webpack": "^4.4.19"
|
||||
}
|
||||
"name": "monaco-editor-webpack-plugin",
|
||||
"version": "1.7.0",
|
||||
"description": "A webpack plugin for the Monaco Editor",
|
||||
"main": "index.js",
|
||||
"typings": "./index.d.ts",
|
||||
"scripts": {
|
||||
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"monaco",
|
||||
"editor",
|
||||
"loader"
|
||||
],
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
|
||||
"peerDependencies": {
|
||||
"webpack": "^4.5.0",
|
||||
"monaco-editor": "^0.17.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"css-loader": "^1.0.1",
|
||||
"monaco-editor": "^0.17.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"webpack": "^4.25.1",
|
||||
"webpack-cli": "^3.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/webpack": "^4.4.19"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue