mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Rename to /samples/
This commit is contained in:
parent
c9081ee4f3
commit
091f871e65
85 changed files with 12 additions and 15 deletions
29
samples/package.json
Normal file
29
samples/package.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "monaco-editor-samples",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"description": "Samples for using the Monaco Editor",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"simpleserver": "yaserver --root ./ --port 8888"
|
||||
},
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"css-loader": "^6.5.1",
|
||||
"electron": "^15.3.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"glob": "^7.2.0",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"monaco-editor-webpack-plugin": "^6.0.0",
|
||||
"monaco-editor": "^0.30.1",
|
||||
"style-loader": "^3.3.1",
|
||||
"terser-webpack-plugin": "^5.2.5",
|
||||
"ts-loader": "^9.2.6",
|
||||
"typescript": "^4.4.4",
|
||||
"webpack-cli": "^4.9.1",
|
||||
"webpack-dev-server": "^4.5.0",
|
||||
"webpack": "^5.64.1",
|
||||
"yaserver": "^0.4.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue