Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "private":true,
  3. "dependencies": {
  4. "typescript": "latest",
  5. "@theia/typescript": "next",
  6. "@theia/navigator": "next",
  7. "@theia/terminal": "next",
  8. "@theia/outline-view": "next",
  9. "@theia/preferences": "next",
  10. "@theia/messages": "next",
  11. "@theia/git": "next",
  12. "@theia/file-search": "next",
  13. "@theia/markers": "next",
  14. "@theia/preview": "next",
  15. "@theia/callhierarchy": "next",
  16. "@theia/merge-conflicts": "next",
  17. "@theia/search-in-workspace": "next",
  18. "@theia/json": "next",
  19. "@theia/textmate-grammars": "next",
  20. "@theia/editor": "next",
  21. "@theia/editor-preview": "next",
  22. "@theia/keymaps": "next",
  23. "@theia/languages": "next",
  24. "@theia/output": "next",
  25. "@theia/plugin": "next",
  26. "@theia/plugin-ext": "next",
  27. "@theia/plugin-ext-vscode": "next",
  28. "@theia/mini-browser": "next",
  29. "@theia/docker":"next"
  30. },
  31. "devDependencies": {
  32. "@theia/cli": "next"
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement