Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json
index 92a57a68b62..c259ad65063 100644
--- a/build/package.json
+++ b/build/package.json
@@ -58,6 +58,7 @@
"jsonc-parser": "^2.3.0",
"mime": "^1.4.1",
"mkdirp": "^1.0.4",
+ "node-fetch": "2",
"p-limit": "^3.1.0",
"source-map": "0.6.1",
"through2": "^4.0.2",
@@ -70,5 +71,9 @@
"watch": "../node_modules/.bin/tsc -p tsconfig.build.json --watch",
"npmCheckJs": "../node_modules/.bin/tsc --noEmit"
},
- "dependencies": {}
+ "optionalDependencies": {
+ "tree-sitter": "https://github.com/joaomoreno/node-tree-sitter/releases/download/v0.20.0/tree-sitter-0.20.0.tgz",
+ "tree-sitter-typescript": "^0.20.1",
+ "vscode-gulp-watch": "^5.0.3"
+ }
}