Add Hide Tab Index and Hide Tab Close Button

This commit is contained in:
pinpin
2020-11-16 20:27:39 +02:00
parent bc5e6e9535
commit 2d558563e4
21 changed files with 1790 additions and 8549 deletions

View File

@@ -1,61 +1,64 @@
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@sentry/cli": "^1.52.3",
"@sentry/electron": "^1.5.1",
"@fortawesome/fontawesome-free": "^5.15.1",
"@sentry/cli": "^1.59.0",
"@sentry/electron": "^1.5.2",
"@types/electron-config": "^3.2.2",
"@types/electron-debug": "^2.1.0",
"@types/js-yaml": "^3.12.4",
"@types/js-yaml": "^3.12.5",
"@types/node": "12.7.12",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^3.8.0",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^3.10.1",
"apply-loader": "2.0.0",
"awesome-typescript-loader": "^5.0.0",
"core-js": "^3.6.5",
"core-js": "^3.7.0",
"cross-env": "7.0.2",
"css-loader": "3.4.2",
"electron": "^8.2.5",
"electron": "^8.5.3",
"electron-builder": "22.6.1",
"electron-download": "^4.1.1",
"electron-installer-snap": "^5.0.0",
"electron-installer-snap": "^5.1.0",
"electron-notarize": "^1.0.0",
"electron-rebuild": "^1.10.1",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.21.1",
"file-loader": "^5.0.2",
"electron-rebuild": "^1.11.0",
"eslint": "^7.13.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^5.1.0",
"graceful-fs": "^4.2.4",
"html-loader": "0.5.5",
"json-loader": "0.5.7",
"node-abi": "^2.18.0",
"node-gyp": "^7.0.0",
"node-abi": "^2.19.1",
"node-gyp": "^7.1.2",
"node-sass": "^4.14.1",
"npmlog": "4.1.2",
"npx": "^10.2.0",
"npx": "^10.2.2",
"pug": "^2.0.4",
"pug-html-loader": "1.1.5",
"pug-lint": "^2.6.0",
"pug-loader": "^2.4.0",
"pug-static-loader": "2.0.0",
"raw-loader": "4.0.1",
"sass-loader": "^8.0.0",
"sass-loader": "^8.0.2",
"shelljs": "0.8.4",
"source-code-pro": "^2.30.2",
"source-sans-pro": "3.6.0",
"style-loader": "^1.1.4",
"svg-inline-loader": "^0.8.0",
"style-loader": "^1.3.0",
"svg-inline-loader": "^0.8.2",
"to-string-loader": "1.1.6",
"tslib": "^2.0.0",
"tslib": "^2.0.3",
"typedoc": "^0.18.0",
"typescript": "^3.9.3",
"typescript": "^3.9.7",
"url-loader": "^3.0.0",
"val-loader": "2.1.1",
"webpack": "^5.0.0-beta.18",
"webpack": "^5.4.0",
"webpack-cli": "^3.3.12",
"yaml-loader": "0.6.0"
"yaml-loader": "0.6.0",
"ssh2-streams": "^0.4.10",
"winston": "^3.3.3"
},
"resolutions": {
"*/node-abi": "^2.14.0"
"*/node-abi": "^2.14.0",
"**/graceful-fs": "^4.2.4"
},
"scripts": {
"build": "npm run build:typings && 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-plugin-manager/webpack.config.js && webpack --color --config terminus-community-color-schemes/webpack.config.js && webpack --color --config terminus-ssh/webpack.config.js && webpack --color --config terminus-serial/webpack.config.js",
@@ -70,5 +73,9 @@
},
"repository": "eugeny/terminus",
"author": "Eugene Pankov",
"license": "MIT"
"license": "MIT",
"dependencies": {
"ssh2-streams": "^0.4.10",
"winston": "^3.3.3"
}
}