You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/package.json

49 lines
1.4 KiB
JSON

{
"name": "monaco-editor-webpack-plugin",
"version": "1.8.2",
"description": "A webpack plugin for the Monaco Editor",
"main": "out/index.js",
"typings": "./out/index.d.ts",
"scripts": {
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js",
"test-cross-origin": "node ./node_modules/webpack/bin/webpack.js --config test/webpack-cross-origin.config.js",
"watch": "tsc -w -p tsconfig.json",
"prepublishOnly": "tsc -p tsconfig.json"
},
"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.19.1"
},
"devDependencies": {
"@types/loader-utils": "^1.1.3",
"@types/webpack": "^4.41.6",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"glob": "^7.1.6",
"monaco-editor": "^0.20.0",
"style-loader": "^1.1.3",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"loader-utils": "^1.2.3"
}
}