1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00
tabby/package.json

113 lines
3.6 KiB
JSON
Raw Normal View History

2016-12-23 12:06:53 +03:00
{
"devDependencies": {
2021-07-06 22:22:57 +03:00
"@angular/animations": "^12.0.0",
2022-02-02 00:47:07 +03:00
"@angular/cdk": "^12.2.9",
2022-02-11 00:33:14 +03:00
"@angular/common": "^12.0.0",
2021-07-06 22:22:57 +03:00
"@angular/compiler": "^12.0.0",
2022-06-26 17:55:24 +03:00
"@angular/compiler-cli": "^12.0.0",
2021-07-06 22:22:57 +03:00
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
2022-01-08 18:02:56 +03:00
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@fortawesome/fontawesome-free": "^6.1.1",
2021-07-06 22:22:57 +03:00
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@sentry/cli": "^1.74.3",
"@sentry/electron": "^2.5.4",
2021-07-02 01:39:17 +03:00
"@tabby-gang/to-string-loader": "^1.1.7-beta.2",
2021-08-20 00:14:31 +03:00
"@types/deep-equal": "1.0.1",
2021-10-04 13:32:09 +03:00
"@types/electron-config": "^3.2.2",
"@types/electron-debug": "^2.1.0",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/node": "16.0.1",
2021-07-13 21:19:28 +03:00
"@types/sortablejs": "^1.10.7",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"apply-loader": "2.0.0",
"axios": "^0.27.2",
"browserify-sign": "^4.2.1",
2021-07-04 13:23:27 +03:00
"clone-deep": "^4.0.1",
2021-12-06 14:14:06 +03:00
"compare-versions": "^4",
2022-03-09 01:05:50 +03:00
"core-js": "^3.21.1",
"core-js-pure": "^3.21.1",
2021-01-28 23:11:53 +03:00
"cross-env": "7.0.3",
2022-03-09 01:05:50 +03:00
"css-loader": "^6.7.1",
2021-10-04 13:32:09 +03:00
"deep-equal": "2.0.5",
2022-06-26 17:55:24 +03:00
"electron": "19.0.6",
2022-05-22 05:18:26 +03:00
"electron-builder": "^23.0.9",
2019-11-30 23:09:42 +03:00
"electron-download": "^4.1.1",
"electron-installer-snap": "^5.1.0",
"electron-notarize": "^1.2.1",
"electron-rebuild": "^3.2.7",
"eslint": "^7.32.0",
2021-01-28 23:11:53 +03:00
"file-loader": "^6.2.0",
"gettext-extractor": "^3.5.4",
"graceful-fs": "^4.2.10",
2022-03-09 01:05:50 +03:00
"html-loader": "3.1.0",
2022-01-08 18:02:56 +03:00
"json-loader": "^0.5.7",
2020-12-27 15:03:46 +03:00
"lru-cache": "^6.0.0",
"macos-release": "^3.1.0",
2021-07-13 21:19:28 +03:00
"ngx-sortablejs": "^11.1.0",
2021-07-06 22:22:57 +03:00
"ngx-toastr": "^14.0.0",
"node-abi": "^3.15.0",
"node-sass": "^7.0.1",
"npmlog": "6.0.2",
"npx": "^10.2.2",
2021-06-08 21:26:55 +03:00
"patch-package": "^6.4.7",
2022-01-08 18:02:56 +03:00
"po-gettext-loader": "^1.0.0",
"pug": "3",
"pug-cli": "^1.0.0-alpha6",
"pug-html-loader": "1.1.5",
"pug-lint": "^2.6.0",
2018-05-20 17:12:05 +03:00
"pug-loader": "^2.4.0",
"pug-static-loader": "2.0.0",
2021-01-28 23:11:53 +03:00
"raw-loader": "4.0.2",
2022-03-09 01:05:50 +03:00
"sass-loader": "^12.6.0",
"shell-quote": "^1.7.3",
"shelljs": "0.8.5",
"slugify": "^1.6.5",
"sortablejs": "^1.15.0",
"source-code-pro": "^2.38.0",
"source-map-loader": "^3.0.1",
"source-sans-pro": "3.6.0",
"ssh2": "Eugeny/ssh2#22735cecf1d9c118b2b8af1c2f80fe5b04996fe1",
2022-03-09 01:05:50 +03:00
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"thenby": "^1.3.4",
"ts-loader": "^9.2.8",
"tslib": "^2.3.1",
"typedoc": "^0.22.15",
2021-07-06 10:40:54 +03:00
"typescript": "^4.3.5",
"utils-decorators": "^1.10.4",
"val-loader": "4.0.0",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
2021-07-06 22:22:57 +03:00
"yaml-loader": "0.6.0",
"zone.js": "^0.11.5"
2016-12-23 12:06:53 +03:00
},
2018-12-30 17:54:17 +03:00
"resolutions": {
2022-01-08 18:02:56 +03:00
"*/pug": "^3",
2021-07-04 13:23:27 +03:00
"lzma-native": "^8.0.0",
2021-12-12 16:05:55 +03:00
"*/node-abi": "^3.5.0",
"**/graceful-fs": "^4.2.4"
2018-12-30 17:54:17 +03:00
},
2016-12-23 12:06:53 +03:00
"scripts": {
2021-07-04 16:06:27 +03:00
"build": "npm run build:typings && node scripts/build-modules.js",
2020-03-01 18:40:26 +03:00
"build:typings": "node scripts/build-typings.js",
2021-06-30 00:57:04 +03:00
"watch": "cross-env TABBY_DEV=1 webpack --progress --color --watch",
2022-06-26 17:55:24 +03:00
"start": "cross-env TABBY_DEV=1 electron app -d --inspect",
2020-08-07 13:25:02 +03:00
"start:prod": "electron app --debug",
2021-06-30 00:57:04 +03:00
"prod": "cross-env TABBY_DEV=1 electron app",
"docs": "node scripts/build-docs.js",
2020-02-05 14:53:04 +03:00
"lint": "eslint --ext ts */src */lib",
2022-04-30 19:49:40 +03:00
"postinstall": "patch-package && node ./scripts/install-deps.js && node ./scripts/build-native.js",
2022-01-14 02:52:42 +03:00
"i18n:pull": "crowdin pull --skip-untranslated-strings",
2022-01-09 13:28:14 +03:00
"i18n:extract": "node scripts/i18n-extract.js",
2022-01-14 02:52:42 +03:00
"i18n:push": "crowdin push"
2017-06-10 01:29:16 +03:00
},
2021-01-28 23:52:11 +03:00
"private": true
2016-12-23 12:06:53 +03:00
}