summarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000000..ab5f13764b5e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,30 @@
+{
+ "private": true,
+ "dependencies": {
+ "@theia/callhierarchy": "next",
+ "@theia/editor-preview": "next",
+ "@theia/file-search": "next",
+ "@theia/getting-started": "next",
+ "@theia/git": "next",
+ "@theia/json": "next",
+ "@theia/markers": "next",
+ "@theia/merge-conflicts": "next",
+ "@theia/messages": "next",
+ "@theia/mini-browser": "next",
+ "@theia/navigator": "next",
+ "@theia/outline-view": "next",
+ "@theia/preferences": "next",
+ "@theia/preview": "next",
+ "@theia/search-in-workspace": "next",
+ "@theia/terminal": "next",
+ "@theia/textmate-grammars": "next",
+ "@theia/typescript": "next",
+ "@theia/tslint": "next",
+ "typescript": "latest",
+ "@theia/plugin-ext-vscode": "next"
+ },
+ "devDependencies": {
+ "@theia/cli": "next",
+ "@theia/debug": "next"
+ }
+}