package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "tabby",
  3. "description": "A terminal for a modern age",
  4. "private": true,
  5. "repository": "https://github.com/Eugeny/tabby",
  6. "author": {
  7. "name": "Eugene Pankov",
  8. "email": "[email protected]"
  9. },
  10. "main": "dist/main.js",
  11. "version": "1.0.0-alpha.1",
  12. "scripts": {
  13. "postinstall": "patch-package",
  14. "build": "webpack --progress --color --display-modules",
  15. "watch": "webpack --progress --color --watch"
  16. },
  17. "dependencies": {
  18. "@angular/cdk": "^12.2.9",
  19. "@electron/remote": "2.0.1",
  20. "@tabby-gang/node-pty": "^0.11.0-beta.200",
  21. "any-promise": "^1.3.0",
  22. "electron-config": "2.0.0",
  23. "electron-debug": "^3.2.0",
  24. "electron-promise-ipc": "^2.2.4",
  25. "electron-updater": "^4.6.1",
  26. "fontmanager-redux": "1.1.0",
  27. "glasstron": "0.0.7",
  28. "js-yaml": "4.1.0",
  29. "keytar": "^7.7.0",
  30. "mz": "^2.7.0",
  31. "native-process-working-directory": "^1.0.2",
  32. "npm": "6",
  33. "rxjs": "^7.5.1",
  34. "source-map-support": "^0.5.20",
  35. "v8-compile-cache": "^2.3.0",
  36. "yargs": "^17.3.1"
  37. },
  38. "optionalDependencies": {
  39. "@tabby-gang/windows-blurbehind": "^3.0.0",
  40. "macos-native-processlist": "^2.0.0",
  41. "serialport": "^10.0.1",
  42. "windows-native-registry": "^3.1.0",
  43. "windows-process-tree": "^0.3.2"
  44. },
  45. "devDependencies": {
  46. "@types/mz": "2.7.4",
  47. "@types/node": "16.0.1",
  48. "ngx-filesize": "^2.0.16",
  49. "patch-package": "^6.4.7"
  50. },
  51. "peerDependencies": {
  52. "tabby-community-color-schemes": "*",
  53. "tabby-core": "*",
  54. "tabby-electron": "*",
  55. "tabby-local": "*",
  56. "tabby-plugin-manager": "*",
  57. "tabby-serial": "*",
  58. "tabby-settings": "*",
  59. "tabby-ssh": "*",
  60. "tabby-terminal": "*"
  61. },
  62. "resolutions": {
  63. "*/node-abi": "^2.20.0"
  64. }
  65. }