package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "name": "term",
  3. "devDependencies": {
  4. "@fortawesome/fontawesome-free": "^5.6.3",
  5. "@types/electron-config": "^0.2.1",
  6. "@types/electron-debug": "^1.1.0",
  7. "@types/fs-promise": "1.0.1",
  8. "@types/js-yaml": "^3.11.2",
  9. "@types/node": "^10.11.5",
  10. "@types/webpack-env": "1.13.0",
  11. "app-builder-lib": "^20.28.4",
  12. "apply-loader": "0.1.0",
  13. "awesome-typescript-loader": "^5.0.0",
  14. "core-js": "2.4.1",
  15. "cross-env": "4.0.0",
  16. "css-loader": "0.28.0",
  17. "electron": "4.0.5",
  18. "electron-builder": "^20.38.4",
  19. "electron-builder-squirrel-windows": "^20.28.3",
  20. "electron-installer-snap": "^3.0.0",
  21. "electron-rebuild": "^1.8.2",
  22. "file-loader": "^1.1.11",
  23. "graceful-fs": "^4.1.11",
  24. "html-loader": "0.4.4",
  25. "json-loader": "0.5.4",
  26. "node-abi": "^2.4.4",
  27. "node-gyp": "^3.8.0",
  28. "node-sass": "^4.5.3",
  29. "npmlog": "4.1.0",
  30. "npx": "^10.2.0",
  31. "pug": "^2.0.3",
  32. "pug-html-loader": "1.0.9",
  33. "pug-lint": "^2.5.0",
  34. "pug-loader": "^2.4.0",
  35. "pug-static-loader": "0.0.1",
  36. "raven-js": "3.16.0",
  37. "raw-loader": "0.5.1",
  38. "sass-loader": "^7.0.1",
  39. "shelljs": "0.7.7",
  40. "source-code-pro": "^2.30.1",
  41. "source-sans-pro": "2.0.10",
  42. "style-loader": "^0.23.1",
  43. "svg-inline-loader": "^0.8.0",
  44. "to-string-loader": "1.1.5",
  45. "tslint": "^5.12.0",
  46. "tslint-config-standard": "^8.0.1",
  47. "tslint-eslint-rules": "^5.4.0",
  48. "typedoc": "^0.14.2",
  49. "typescript": "^3.1.3",
  50. "url-loader": "^1.1.1",
  51. "val-loader": "0.5.0",
  52. "webpack": "^4.27.1",
  53. "webpack-cli": "^3.1.2",
  54. "yaml-loader": "0.4.0",
  55. "yarn": "^1.10.1"
  56. },
  57. "resolutions": {
  58. "*/node-abi": "^2.5.0"
  59. },
  60. "build": {
  61. "appId": "org.terminus",
  62. "productName": "Terminus",
  63. "compression": "normal",
  64. "files": [
  65. "**/*",
  66. "dist"
  67. ],
  68. "extraResources": [
  69. "builtin-plugins",
  70. "extras"
  71. ],
  72. "win": {
  73. "icon": "./build/windows/icon.ico",
  74. "publish": [
  75. "github"
  76. ],
  77. "artifactName": "terminus-${version}-setup.exe"
  78. },
  79. "squirrelWindows": {
  80. "iconUrl": "https://github.com/Eugeny/terminus/raw/master/build/windows/icon.ico",
  81. "loadingGif": "./build/windows/squirrel.gif",
  82. "artifactName": "terminus-${version}-setup.exe"
  83. },
  84. "portable": {
  85. "artifactName": "terminus-${version}-portable.exe"
  86. },
  87. "mac": {
  88. "category": "public.app-category.video",
  89. "icon": "./build/mac/icon.icns",
  90. "artifactName": "terminus-${version}-macos.${ext}",
  91. "publish": [
  92. "github"
  93. ],
  94. "extendInfo": {
  95. "NSRequiresAquaSystemAppearance": false
  96. }
  97. },
  98. "dmg": {
  99. "artifactName": "terminus-${version}-macos.dmg"
  100. },
  101. "linux": {
  102. "category": "Utilities",
  103. "icon": "./build/icons",
  104. "artifactName": "terminus-${version}-linux.${ext}",
  105. "publish": [
  106. "github"
  107. ]
  108. },
  109. "deb": {
  110. "depends": [
  111. "screen",
  112. "gconf2",
  113. "gconf-service",
  114. "libnotify4",
  115. "libappindicator1",
  116. "libxtst6",
  117. "libnss3",
  118. "tmux"
  119. ],
  120. "afterInstall": "build/linux/after-install.tpl"
  121. },
  122. "rpm": {
  123. "depends": [
  124. "screen",
  125. "gnome-python2-gnomekeyring"
  126. ]
  127. }
  128. },
  129. "scripts": {
  130. "build": "webpack --color --config app/webpack.main.config.js && webpack --color --config app/webpack.config.js && webpack --color --config terminus-core/webpack.config.js && webpack --color --config terminus-settings/webpack.config.js && webpack --color --config terminus-terminal/webpack.config.js && webpack --color --config terminus-settings/webpack.config.js && webpack --color --config terminus-plugin-manager/webpack.config.js && webpack --color --config terminus-community-color-schemes/webpack.config.js && webpack --color --config terminus-ssh/webpack.config.js",
  131. "watch": "cross-env TERMINUS_DEV=1 webpack --progress --color --watch",
  132. "start": "cross-env TERMINUS_DEV=1 electron app --debug",
  133. "prod": "cross-env TERMINUS_DEV=1 electron app",
  134. "docs": "typedoc --out docs/api terminus-core/src && typedoc --out docs/api/terminal terminus-terminal/src && typedoc --out docs/api/settings terminus-settings/src",
  135. "lint": "tslint -c tslint.json -t stylish terminus-*/src/**/*.ts terminus-*/src/*.ts app/src/*.ts",
  136. "postinstall": "node ./scripts/install-deps.js"
  137. },
  138. "repository": "eugeny/terminus"
  139. }