web - add build

This commit is contained in:
Benjamin Pasero
2019-07-14 13:12:54 +02:00
parent 2443cf5037
commit 1648e1dcf8
19 changed files with 231 additions and 28 deletions

11
remote/web/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "vscode-web",
"version": "0.0.0",
"dependencies": {
"onigasm-umd": "^2.2.2",
"vscode-textmate": "^4.1.1",
"xterm": "3.15.0-beta67",
"xterm-addon-search": "0.2.0-beta2",
"xterm-addon-web-links": "0.1.0-beta10"
}
}