Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/remote/web/package.json
3520 views
1
{
2
"name": "vscode-web",
3
"version": "0.0.0",
4
"private": true,
5
"dependencies": {
6
"@microsoft/1ds-core-js": "^3.2.13",
7
"@microsoft/1ds-post-js": "^3.2.13",
8
"@vscode/iconv-lite-umd": "0.7.0",
9
"@vscode/tree-sitter-wasm": "^0.1.4",
10
"@vscode/vscode-languagedetection": "1.0.21",
11
"@xterm/addon-clipboard": "^0.2.0-beta.102",
12
"@xterm/addon-image": "^0.9.0-beta.119",
13
"@xterm/addon-ligatures": "^0.10.0-beta.119",
14
"@xterm/addon-progress": "^0.2.0-beta.25",
15
"@xterm/addon-search": "^0.16.0-beta.119",
16
"@xterm/addon-serialize": "^0.14.0-beta.119",
17
"@xterm/addon-unicode11": "^0.9.0-beta.119",
18
"@xterm/addon-webgl": "^0.19.0-beta.119",
19
"@xterm/xterm": "^5.6.0-beta.119",
20
"jschardet": "3.1.4",
21
"katex": "^0.16.22",
22
"tas-client-umd": "0.2.0",
23
"vscode-oniguruma": "1.7.0",
24
"vscode-textmate": "9.2.0"
25
}
26
}
27
28