tabby/package.json

141 lines
4.8 KiB
JSON
Raw Normal View History

2016-12-23 09:06:53 +00:00
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
2019-11-26 14:51:31 +00:00
"@sentry/cli": "^1.49.0",
"@sentry/electron": "^1.0.0",
"@types/electron-config": "^3.2.2",
"@types/electron-debug": "^2.1.0",
"@types/js-yaml": "^3.12.1",
2019-10-26 17:10:52 +00:00
"@types/node": "12.7.12",
"@types/webpack-env": "1.15.0",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.15.0",
"apply-loader": "2.0.0",
2018-05-20 14:12:05 +00:00
"awesome-typescript-loader": "^5.0.0",
"core-js": "^3.6.2",
"cross-env": "6.0.3",
"css-loader": "3.4.1",
"electron": "^7.1.7",
2019-10-29 13:34:37 +00:00
"electron-builder": "22.1.0",
2019-11-30 20:09:42 +00:00
"electron-download": "^4.1.1",
"electron-installer-snap": "^4.1.0",
2019-06-27 08:54:18 +00:00
"electron-notarize": "^0.1.1",
"electron-rebuild": "^1.8.5",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.19.1",
"file-loader": "^5.0.2",
"graceful-fs": "^4.2.2",
"html-loader": "0.5.5",
"json-loader": "0.5.7",
"node-abi": "^2.12.0",
"node-gyp": "^6.1.0",
"node-sass": "^4.13.0",
"npmlog": "4.1.2",
"npx": "^10.2.0",
"pug": "^2.0.4",
"pug-html-loader": "1.1.5",
"pug-lint": "^2.6.0",
2018-05-20 14:12:05 +00:00
"pug-loader": "^2.4.0",
"pug-static-loader": "2.0.0",
"raw-loader": "4.0.0",
"sass-loader": "^8.0.0",
"shelljs": "0.8.3",
"source-code-pro": "^2.30.2",
"source-sans-pro": "3.6.0",
"style-loader": "^1.1.2",
2018-08-09 13:13:31 +00:00
"svg-inline-loader": "^0.8.0",
"to-string-loader": "1.1.6",
2019-07-03 10:24:26 +00:00
"tslib": "^1.10.0",
"typedoc": "^0.15.7",
"typescript": "^3.7.4",
"url-loader": "^3.0.0",
"val-loader": "2.1.0",
"webpack": "^5.0.0-beta.11",
"webpack-cli": "^3.3.10",
"yaml-loader": "0.5.0"
2016-12-23 09:06:53 +00:00
},
2018-12-30 14:54:17 +00:00
"resolutions": {
2019-05-04 16:59:50 +00:00
"*/node-abi": "^2.8.0"
2018-12-30 14:54:17 +00:00
},
2016-12-23 09:06:53 +00:00
"build": {
2017-04-30 22:01:12 +00:00
"appId": "org.terminus",
"productName": "Terminus",
2016-12-23 09:06:53 +00:00
"compression": "normal",
2019-06-27 08:54:18 +00:00
"afterSign": "./build/mac/afterSignHook.js",
2018-08-10 09:01:13 +00:00
"files": [
"**/*",
"dist"
],
2017-04-29 22:25:01 +00:00
"extraResources": [
2017-05-11 20:56:48 +00:00
"builtin-plugins",
2018-09-23 13:38:57 +00:00
"extras"
2017-04-29 22:25:01 +00:00
],
2016-12-23 09:06:53 +00:00
"win": {
2017-09-09 09:43:21 +00:00
"icon": "./build/windows/icon.ico",
2019-06-07 20:13:32 +00:00
"artifactName": "terminus-${version}-setup.exe",
"rfc3161TimeStampServer": "http://sha256timestamp.ws.symantec.com/sha256/timestamp"
2016-12-23 09:06:53 +00:00
},
"nsis": {
"oneClick": false,
"artifactName": "terminus-${version}-setup.${ext}",
"installerIcon": "./build/windows/icon.ico"
2018-09-22 11:14:51 +00:00
},
"publish": [
2019-08-29 12:07:44 +00:00
{
"provider": "github"
}
],
2018-09-22 11:14:51 +00:00
"portable": {
"artifactName": "terminus-${version}-portable.exe"
2017-05-01 18:42:11 +00:00
},
2016-12-23 09:06:53 +00:00
"mac": {
"category": "public.app-category.video",
"icon": "./build/mac/icon.icns",
2019-01-03 10:01:15 +00:00
"artifactName": "terminus-${version}-macos.${ext}",
2019-06-27 08:54:18 +00:00
"hardenedRuntime": true,
"entitlements": "./build/mac/entitlements.plist",
2019-07-18 13:25:52 +00:00
"entitlementsInherit": "./build/mac/entitlements.plist",
2018-08-08 07:16:56 +00:00
"extendInfo": {
"NSRequiresAquaSystemAppearance": false
}
2016-12-23 09:06:53 +00:00
},
2019-07-03 21:14:47 +00:00
"pkg": {
"artifactName": "terminus-${version}-macos.pkg"
2017-09-09 09:33:06 +00:00
},
2016-12-23 09:06:53 +00:00
"linux": {
2017-05-01 11:35:26 +00:00
"category": "Utilities",
2017-09-09 09:33:06 +00:00
"icon": "./build/icons",
"artifactName": "terminus-${version}-linux.${ext}"
},
"deb": {
2017-07-03 15:50:00 +00:00
"depends": [
"gconf2",
"gconf-service",
"libnotify4",
2019-05-26 18:54:10 +00:00
"libsecret-1-0",
2017-07-03 15:50:00 +00:00
"libappindicator1",
"libxtst6",
2019-06-03 13:50:50 +00:00
"libnss3"
],
"afterInstall": "build/linux/after-install.tpl"
},
"rpm": {
2017-07-03 15:50:00 +00:00
"depends": [
"screen",
"gnome-python2-gnomekeyring"
2018-09-22 11:14:51 +00:00
]
2016-12-23 09:06:53 +00:00
}
},
"scripts": {
2019-06-28 08:14:40 +00:00
"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",
2019-06-06 11:45:15 +00:00
"build:typings": "tsc --project terminus-core/tsconfig.typings.json && tsc --project terminus-settings/tsconfig.typings.json && tsc --project terminus-terminal/tsconfig.typings.json && tsc --project terminus-plugin-manager/tsconfig.typings.json && tsc --project terminus-ssh/tsconfig.typings.json",
2019-02-09 21:10:42 +00:00
"watch": "cross-env TERMINUS_DEV=1 webpack --progress --color --watch",
"start": "cross-env TERMINUS_DEV=1 electron app --debug",
"prod": "cross-env TERMINUS_DEV=1 electron app",
2019-06-07 15:17:54 +00:00
"docs": "typedoc --out docs/api terminus-core/src && typedoc --out docs/api/terminal --tsconfig terminus-terminal/tsconfig.typings.json terminus-terminal/src && typedoc --out docs/api/settings --tsconfig terminus-settings/tsconfig.typings.json terminus-settings/src",
2019-06-14 21:47:48 +00:00
"lint": "eslint --ext ts */src",
"postinstall": "node ./scripts/install-deps.js"
2017-06-09 22:29:16 +00:00
},
2019-11-26 14:51:31 +00:00
"repository": "eugeny/terminus"
2016-12-23 09:06:53 +00:00
}