|
|
|
@ -4,34 +4,31 @@
|
|
|
|
|
"description": "Samples for using the Monaco Editor",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"prepare": "husky install",
|
|
|
|
|
"prettier": "prettier --write .",
|
|
|
|
|
"pretty-quick": "pretty-quick --staged",
|
|
|
|
|
"simpleserver": "yaserver --root ./ --port 8888"
|
|
|
|
|
},
|
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"css-loader": "^5.1.1",
|
|
|
|
|
"css-loader": "^6.2.0",
|
|
|
|
|
"electron": "^11.0.0",
|
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
|
"glob": "^7.1.6",
|
|
|
|
|
"html-webpack-plugin": "^5.3.1",
|
|
|
|
|
"husky": "^5.1.3",
|
|
|
|
|
"monaco-editor-webpack-plugin": "^3.0.1",
|
|
|
|
|
"monaco-editor": "^0.23.0",
|
|
|
|
|
"prettier": "^2.2.1",
|
|
|
|
|
"pretty-quick": "^3.1.0",
|
|
|
|
|
"style-loader": "^2.0.0",
|
|
|
|
|
"terser-webpack-plugin": "^5.1.1",
|
|
|
|
|
"ts-loader": "^8.0.17",
|
|
|
|
|
"typescript": "^4.2.3",
|
|
|
|
|
"webpack-cli": "^4.5.0",
|
|
|
|
|
"webpack-dev-server": "^3.11.2",
|
|
|
|
|
"webpack": "^5.24.4",
|
|
|
|
|
"glob": "^7.1.7",
|
|
|
|
|
"html-webpack-plugin": "^5.3.2",
|
|
|
|
|
"husky": "^7.0.2",
|
|
|
|
|
"monaco-editor-webpack-plugin": "^4.1.2",
|
|
|
|
|
"monaco-editor": "^0.27.0",
|
|
|
|
|
"prettier": "^2.3.2",
|
|
|
|
|
"pretty-quick": "^3.1.1",
|
|
|
|
|
"style-loader": "^3.2.1",
|
|
|
|
|
"terser-webpack-plugin": "^5.2.3",
|
|
|
|
|
"ts-loader": "^9.2.5",
|
|
|
|
|
"typescript": "^4.4.2",
|
|
|
|
|
"webpack-cli": "^4.8.0",
|
|
|
|
|
"webpack-dev-server": "^4.1.1",
|
|
|
|
|
"webpack": "^5.52.0",
|
|
|
|
|
"yaserver": "^0.3.0"
|
|
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|