Skip to content

Instantly share code, notes, and snippets.

@t1m0thyj
Created October 21, 2020 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t1m0thyj/c40715b2b4471709081a6a606591ff26 to your computer and use it in GitHub Desktop.
Save t1m0thyj/c40715b2b4471709081a6a606591ff26 to your computer and use it in GitHub Desktop.
{
"private": true,
"dependencies": {
"typescript": "latest",
"@theia/typescript": "next",
"@theia/navigator": "next",
"@theia/terminal": "next",
"@theia/outline-view": "next",
"@theia/preferences": "next",
"@theia/messages": "next",
"@theia/git": "next",
"@theia/file-search": "next",
"@theia/markers": "next",
"@theia/preview": "next",
"@theia/callhierarchy": "next",
"@theia/merge-conflicts": "next",
"@theia/search-in-workspace": "next",
"@theia/json": "next",
"@theia/textmate-grammars": "next",
"@theia/mini-browser": "next",
"@theia/plugin-dev": "next",
"@theia/plugin-ext-vscode": "next",
"keytar": "latest"
},
"devDependencies": {
"@theia/cli": "next"
},
"scripts": {
"setup": "yarn && mkdir -p ./plugins",
"build": "yarn theia build",
"start": "yarn theia start --hostname 0.0.0.0 --port 8080 --plugins=local-dir:./plugins"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment