-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "monaco-tm",
"version": "0.0.0",
"description": "demo of wiring up Monaco to TextMate",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"demo": "webpack-dev-server --config webpack.config.cjs --port 8084",
"release": "tsc"
},
"dependencies": {
"monaco-editor": "0.21.2",
"vscode-oniguruma": "1.3.0",
"vscode-textmate": "5.1.1"
},
"devDependencies": {
"css-loader": "3.5.3",
"file-loader": "6.0.0",
"monaco-editor-webpack-plugin": "2.0.0",
"prettier": "2.0.5",
"style-loader": "1.2.1",
"ts-loader": "7.0.2",
"typescript": "3.8.3",
"wasm-loader": "1.3.0",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
}
}