mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
143 lines
4.3 KiB
JSON
143 lines
4.3 KiB
JSON
{
|
|
"name": "term",
|
|
"devDependencies": {
|
|
"@types/electron-config": "^0.2.1",
|
|
"@types/electron-debug": "^1.1.0",
|
|
"@types/fs-promise": "1.0.1",
|
|
"@types/js-yaml": "^3.11.2",
|
|
"@types/node": "^10.11.5",
|
|
"@types/webpack-env": "1.13.0",
|
|
"apply-loader": "0.1.0",
|
|
"awesome-typescript-loader": "^5.0.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-eslint": "^8.2.6",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"core-js": "2.4.1",
|
|
"cross-env": "4.0.0",
|
|
"css-loader": "0.28.0",
|
|
"electron": "3.0.0",
|
|
"electron-builder": "^20.27.1",
|
|
"electron-builder-squirrel-windows": "^20.28.3",
|
|
"electron-installer-snap": "^3.0.0",
|
|
"electron-rebuild": "^1.8.2",
|
|
"eslint": "^5.4.0",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^4.0.0",
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
"file-loader": "^1.1.11",
|
|
"font-awesome": "4.7.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"html-loader": "0.4.4",
|
|
"json-loader": "0.5.4",
|
|
"less": "2.7.1",
|
|
"less-loader": "2.2.3",
|
|
"node-abi": "^2.4.4",
|
|
"node-gyp": "^3.6.2",
|
|
"node-sass": "^4.5.3",
|
|
"npmlog": "4.1.0",
|
|
"npx": "^10.2.0",
|
|
"pug": "^2.0.3",
|
|
"pug-html-loader": "1.0.9",
|
|
"pug-lint": "^2.5.0",
|
|
"pug-loader": "^2.4.0",
|
|
"pug-static-loader": "0.0.1",
|
|
"raven-js": "3.16.0",
|
|
"raw-loader": "0.5.1",
|
|
"sass-loader": "^7.0.1",
|
|
"shelljs": "0.7.7",
|
|
"source-code-pro": "^2.30.1",
|
|
"source-sans-pro": "2.0.10",
|
|
"style-loader": "0.13.1",
|
|
"svg-inline-loader": "^0.8.0",
|
|
"to-string-loader": "1.1.5",
|
|
"tslint": "5.1.0",
|
|
"tslint-config-standard": "5.0.2",
|
|
"tslint-eslint-rules": "4.0.0",
|
|
"typescript": "^2.8.3",
|
|
"url-loader": "^1.1.1",
|
|
"val-loader": "0.5.0",
|
|
"webpack": "^4.8.3",
|
|
"webpack-cli": "^2.1.3",
|
|
"yaml-loader": "0.4.0",
|
|
"yarn": "^1.3.2"
|
|
},
|
|
"build": {
|
|
"appId": "org.terminus",
|
|
"productName": "Terminus",
|
|
"compression": "normal",
|
|
"files": [
|
|
"**/*",
|
|
"dist"
|
|
],
|
|
"extraResources": [
|
|
"builtin-plugins",
|
|
"extras"
|
|
],
|
|
"win": {
|
|
"icon": "./build/windows/icon.ico",
|
|
"publish": [
|
|
"github"
|
|
],
|
|
"artifactName": "terminus-${version}-setup.exe"
|
|
},
|
|
"squirrelWindows": {
|
|
"iconUrl": "https://github.com/Eugeny/terminus/raw/master/build/windows/icon.ico",
|
|
"artifactName": "terminus-${version}-setup.exe"
|
|
},
|
|
"portable": {
|
|
"artifactName": "terminus-${version}-portable.exe"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.video",
|
|
"icon": "./build/mac/icon.icns",
|
|
"publish": [
|
|
"github"
|
|
],
|
|
"extendInfo": {
|
|
"NSRequiresAquaSystemAppearance": false
|
|
}
|
|
},
|
|
"dmg": {
|
|
"artifactName": "terminus-${version}-macos.dmg"
|
|
},
|
|
"linux": {
|
|
"category": "Utilities",
|
|
"icon": "./build/icons",
|
|
"artifactName": "terminus-${version}-linux.${ext}",
|
|
"publish": [
|
|
"github"
|
|
]
|
|
},
|
|
"deb": {
|
|
"depends": [
|
|
"screen",
|
|
"gconf2",
|
|
"gconf-service",
|
|
"libnotify4",
|
|
"libappindicator1",
|
|
"libxtst6",
|
|
"libnss3",
|
|
"tmux"
|
|
],
|
|
"afterInstall": "build/linux/after-install.tpl"
|
|
},
|
|
"rpm": {
|
|
"depends": [
|
|
"screen",
|
|
"gnome-python2-gnomekeyring"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"watch": "cross-env DEV=1 webpack --progress --color --watch",
|
|
"start": "cross-env DEV=1 electron app --debug",
|
|
"prod": "cross-env DEV=1 electron app",
|
|
"lint": "tslint -c tslint.json -t stylish terminus-*/src/**/*.ts terminus-*/src/*.ts app/src/*.ts",
|
|
"postinstall": "install-app-deps"
|
|
},
|
|
"repository": "eugeny/terminus"
|
|
}
|