Skip to content

Instantly share code, notes, and snippets.

@alistairjevans
Created February 1, 2020 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alistairjevans/932e28fe98094d46cdbbc4f6570466cf to your computer and use it in GitHub Desktop.
Save alistairjevans/932e28fe98094d46cdbbc4f6570466cf to your computer and use it in GitHub Desktop.
{
"name": "monaco-blazor-editor",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-dev": "npx webpack --config webpack.dev.js",
"build": "npx webpack --config webpack.dev.js",
"build-prod": "npx webpack --config webpack.prod.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"monaco-editor-webpack-plugin": "^1.8.2",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"monaco-editor": "^0.19.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment