tabby/package.json

122 lines
3.6 KiB
JSON
Raw Normal View History

2016-12-23 09:06:53 +00:00
{
"name": "term",
"devDependencies": {
2017-06-20 21:28:58 +00:00
"@types/fs-promise": "1.0.1",
"@types/node": "7.0.5",
"@types/webpack-env": "1.13.0",
"apply-loader": "0.1.0",
2018-05-20 14:12:05 +00:00
"awesome-typescript-loader": "^5.0.0",
2017-06-20 21:28:58 +00:00
"core-js": "2.4.1",
"cross-env": "4.0.0",
"css-loader": "0.28.0",
2018-05-20 14:41:42 +00:00
"electron": "2.0.0",
2018-08-09 18:53:22 +00:00
"electron-builder": "^20.27.1",
2017-06-24 11:06:52 +00:00
"electron-builder-squirrel-windows": "17.0.1",
2018-08-09 18:53:22 +00:00
"electron-rebuild": "^1.8.2",
2018-05-20 14:12:05 +00:00
"file-loader": "^1.1.11",
2016-12-23 09:06:53 +00:00
"font-awesome": "4.7.0",
2017-11-21 20:59:54 +00:00
"graceful-fs": "^4.1.11",
2017-06-20 21:28:58 +00:00
"html-loader": "0.4.4",
"json-loader": "0.5.4",
"less": "2.7.1",
2017-06-24 11:06:52 +00:00
"less-loader": "2.2.3",
2018-05-20 14:41:42 +00:00
"node-abi": "^2.4.1",
2017-07-04 16:17:23 +00:00
"node-gyp": "^3.6.2",
2017-06-27 21:19:18 +00:00
"node-sass": "^4.5.3",
2017-06-20 21:28:58 +00:00
"npmlog": "4.1.0",
"npx": "^9.7.1",
2018-05-20 14:12:05 +00:00
"pug": "^2.0.3",
2017-06-20 21:28:58 +00:00
"pug-html-loader": "1.0.9",
2018-08-09 13:13:31 +00:00
"pug-lint": "^2.5.0",
2018-05-20 14:12:05 +00:00
"pug-loader": "^2.4.0",
2016-12-23 09:06:53 +00:00
"pug-static-loader": "0.0.1",
2017-06-20 21:28:58 +00:00
"raven-js": "3.16.0",
"raw-loader": "0.5.1",
2018-05-20 14:12:05 +00:00
"sass-loader": "^7.0.1",
2017-06-20 21:28:58 +00:00
"shelljs": "0.7.7",
"source-sans-pro": "2.0.10",
"style-loader": "0.13.1",
2018-08-09 13:13:31 +00:00
"svg-inline-loader": "^0.8.0",
2017-06-20 21:28:58 +00:00
"to-string-loader": "1.1.5",
2017-06-24 11:06:52 +00:00
"tslint": "5.1.0",
2017-06-20 21:28:58 +00:00
"tslint-config-standard": "5.0.2",
"tslint-eslint-rules": "4.0.0",
2018-05-20 14:12:05 +00:00
"typescript": "^2.8.3",
2017-06-20 21:28:58 +00:00
"url-loader": "0.5.7",
"val-loader": "0.5.0",
2018-05-20 14:12:05 +00:00
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"yaml-loader": "0.4.0",
"yarn": "^1.3.2"
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",
2017-04-29 22:25:01 +00:00
"extraResources": [
2017-05-11 20:56:48 +00:00
"builtin-plugins",
"clink"
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",
2017-11-21 20:59:54 +00:00
"publish": [
"github"
]
2016-12-23 09:06:53 +00:00
},
2017-05-01 18:42:11 +00:00
"squirrelWindows": {
2017-09-09 09:33:06 +00:00
"iconUrl": "https://github.com/Eugeny/terminus/raw/master/build/windows/icon.ico",
2017-09-10 07:22:28 +00:00
"artifactName": "terminus-${version}-${os}-${arch}.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",
2017-09-09 09:43:21 +00:00
"identity": null,
2017-11-21 20:59:54 +00:00
"publish": [
"github"
2018-08-08 07:16:56 +00:00
],
"extendInfo": {
"NSRequiresAquaSystemAppearance": false
}
2016-12-23 09:06:53 +00:00
},
2017-09-09 09:33:06 +00:00
"dmg": {
2017-09-10 07:22:28 +00:00
"artifactName": "terminus-${version}-${os}-${arch}.dmg"
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",
2017-11-21 20:59:54 +00:00
"publish": [
"github"
]
},
"deb": {
2017-07-03 15:50:00 +00:00
"depends": [
"screen",
"gconf2",
"gconf-service",
"libnotify4",
"libappindicator1",
"libxtst6",
2017-08-05 08:15:07 +00:00
"libnss3",
"tmux"
2017-09-09 09:33:06 +00:00
],
2017-09-10 07:22:28 +00:00
"artifactName": "terminus-${version}-${os}-${arch}.deb"
},
"rpm": {
2017-07-03 15:50:00 +00:00
"depends": [
"screen",
"gnome-python2-gnomekeyring"
2017-09-09 09:33:06 +00:00
],
2017-09-10 07:22:28 +00:00
"artifactName": "terminus-${version}-${os}-${arch}.rpm"
2016-12-23 09:06:53 +00:00
}
},
"scripts": {
2017-11-27 21:37:32 +00:00
"build": "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",
2017-04-17 12:57:22 +00:00
"watch": "webpack --progress --color --watch",
2018-07-02 17:53:48 +00:00
"start": "cross-env DEV=1 electron app --debug",
"prod": "cross-env DEV=1 electron app",
2017-05-01 11:35:26 +00:00
"lint": "tslint -c tslint.json -t stylish terminus-*/src/**/*.ts terminus-*/src/*.ts app/src/*.ts",
"postinstall": "install-app-deps"
2017-06-09 22:29:16 +00:00
},
2017-06-30 22:54:55 +00:00
"repository": "eugeny/terminus"
2016-12-23 09:06:53 +00:00
}