1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-08-16 07:50:34 +03:00
tabby/package.json

122 lines
3.8 KiB
JSON
Raw Permalink Normal View History

2016-12-23 12:06:53 +03:00
{
"devDependencies": {
2023-04-10 22:26:01 +03:00
"@angular/animations": "^15.2.6",
"@angular/cdk": "^15.2.6",
"@angular/common": "^15.2.6",
"@angular/compiler": "^15.2.6",
"@angular/compiler-cli": "^15.2.6",
"@angular/core": "^15.2.6",
"@angular/forms": "^15.2.6",
2023-05-15 23:55:05 +03:00
"@angular/localize": "^15.2.9",
2023-04-10 22:26:01 +03:00
"@angular/platform-browser": "^15.2.6",
"@angular/platform-browser-dynamic": "^15.2.6",
2022-01-08 18:02:56 +03:00
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
2023-06-14 18:57:25 +03:00
"@electron/notarize": "^1.2.3",
2023-04-10 22:26:01 +03:00
"@fortawesome/fontawesome-free": "^6.4.0",
"@ng-bootstrap/ng-bootstrap": "^14.1.0",
"@ngtools/webpack": "^15.2.5",
"@popperjs/core": "^2.11.6",
"@sentry/cli": "^2.18.1",
"@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": "20.3.1",
"@types/webpack-env": "^1.18.0",
2023-08-26 00:40:36 +03:00
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"apply-loader": "2.0.0",
"axios": "^1.4.0",
"babel-loader": "^9.1.2",
"browserify-sign": "^4.2.1",
2021-07-04 13:23:27 +03:00
"clone-deep": "^4.0.1",
"compare-versions": "^5",
"core-js": "^3.31.0",
2022-03-09 01:05:50 +03:00
"core-js-pure": "^3.21.1",
2021-01-28 23:11:53 +03:00
"cross-env": "7.0.3",
"css-loader": "^6.7.3",
2021-10-04 13:32:09 +03:00
"deep-equal": "2.0.5",
2024-08-03 11:31:19 +03:00
"electron": "^29",
"electron-builder": "^24.6.4",
2019-11-30 23:09:42 +03:00
"electron-download": "^4.1.1",
"electron-installer-snap": "^5.1.0",
"electron-rebuild": "^3.2.9",
2023-08-26 00:40:36 +03:00
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
2021-01-28 23:11:53 +03:00
"file-loader": "^6.2.0",
"gettext-extractor": "^3.8.0",
"graceful-fs": "^4.2.10",
"html-loader": "4.2.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",
"ngx-toastr": "^16.0.2",
2024-08-03 11:31:19 +03:00
"node-abi": "^3.65.0",
"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",
"rxjs": "^7.5.7",
"sass": "^1.63.4",
"sass-loader": "^13.2.0",
"shell-quote": "^1.7.4",
"shelljs": "0.8.5",
"slugify": "^1.6.5",
"source-code-pro": "^2.38.0",
"source-map-loader": "^4.0.1",
"source-sans-pro": "3.6.0",
2023-08-03 11:27:03 +03:00
"ssh2": "^1.14.0",
2022-03-09 01:05:50 +03:00
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"thenby": "^1.3.4",
2022-12-05 14:16:27 +03:00
"ts-loader": "^9.4.2",
"tsimportlib": "^0.0.3",
"tslib": "^2.5.0",
"typedoc": "^0.22.18",
"typescript": "^4.9.5",
"utils-decorators": "^2.0.6",
"val-loader": "5.0.1",
"webpack": "^5.86.0",
2022-12-05 14:16:27 +03:00
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"yaml-loader": "0.8.0",
2023-04-10 22:26:01 +03:00
"zone.js": "^0.13.0"
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",
2023-08-03 11:32:27 +03:00
"lzma-native": "^8.0.6",
2023-02-28 00:54:48 +03:00
"**/graceful-fs": "^4.2.4",
"nan": "2.17.0"
2018-12-30 17:54:17 +03:00
},
2016-12-23 12:06:53 +03:00
"scripts": {
"build": "npm run build:typings && node scripts/build-modules.mjs",
"build:typings": "node scripts/build-typings.mjs",
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.mjs",
2020-02-05 14:53:04 +03:00
"lint": "eslint --ext ts */src */lib",
"postinstall": "patch-package && node ./scripts/install-deps.mjs && node ./scripts/build-native.mjs",
2022-01-14 02:52:42 +03:00
"i18n:pull": "crowdin pull --skip-untranslated-strings",
"i18n:extract": "node scripts/i18n-extract.mjs",
2022-01-14 02:52:42 +03:00
"i18n:push": "crowdin push"
2017-06-10 01:29:16 +03:00
},
"type": "module",
"private": true,
"dependencies": {
"dotenv": "^16.3.1"
}
2016-12-23 12:06:53 +03:00
}