package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "build": "webpack --progress --color --display-modules",
  14. "watch": "webpack --progress --color --watch"
  15. },
  16. "dependencies": {
  17. "@electron/remote": "1.2.0",
  18. "any-promise": "^1.3.0",
  19. "electron-config": "2.0.0",
  20. "electron-debug": "^3.2.0",
  21. "electron-promise-ipc": "^2.2.4",
  22. "fontmanager-redux": "1.1.0",
  23. "glasstron": "0.0.7",
  24. "js-yaml": "4.1.0",
  25. "keytar": "^7.7.0",
  26. "mz": "^2.7.0",
  27. "native-process-working-directory": "^1.0.2",
  28. "node-pty": "^0.10.1",
  29. "npm": "6",
  30. "rxjs": "^7.2.0",
  31. "source-map-support": "^0.5.19",
  32. "yargs": "^17.0.1"
  33. },
  34. "optionalDependencies": {
  35. "macos-native-processlist": "^2.0.0",
  36. "serialport": "^9.2.0",
  37. "windows-blurbehind": "^1.0.1",
  38. "windows-native-registry": "^3.1.0",
  39. "windows-process-tree": "^0.3.0"
  40. },
  41. "devDependencies": {
  42. "@types/mz": "2.7.4",
  43. "@types/node": "16.0.1",
  44. "ngx-filesize": "^2.0.16",
  45. "node-abi": "^2.30.0"
  46. },
  47. "peerDependencies": {
  48. "tabby-community-color-schemes": "*",
  49. "tabby-core": "*",
  50. "tabby-electron": "*",
  51. "tabby-local": "*",
  52. "tabby-plugin-manager": "*",
  53. "tabby-serial": "*",
  54. "tabby-settings": "*",
  55. "tabby-ssh": "*",
  56. "tabby-terminal": "*"
  57. },
  58. "resolutions": {
  59. "*/node-abi": "^2.20.0"
  60. }
  61. }