{ "devDependencies": { "@angular/animations": "^12.0.0", "@angular/common": "^12.0.0", "@angular/compiler": "^12.0.0", "@angular/core": "^12.0.0", "@angular/forms": "^12.0.0", "@angular/platform-browser": "^12.0.0", "@angular/platform-browser-dynamic": "^12.0.0", "@fortawesome/fontawesome-free": "^6.0.0-beta3", "@ng-bootstrap/ng-bootstrap": "^10.0.0", "@sentry/cli": "^1.71.0", "@sentry/electron": "^2.5.4", "@tabby-gang/to-string-loader": "^1.1.7-beta.2", "@types/deep-equal": "1.0.1", "@types/electron-config": "^3.2.2", "@types/electron-debug": "^2.1.0", "@types/fs-extra": "^9.0.12", "@types/js-yaml": "^4.0.4", "@types/node": "16.0.1", "@types/sortablejs": "^1.10.7", "@types/webpack-env": "^1.16.2", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "apply-loader": "2.0.0", "axios": "^0.21.1", "clone-deep": "^4.0.1", "compare-versions": "^4", "core-js": "^3.18.2", "cross-env": "7.0.3", "css-loader": "^6.5.1", "deep-equal": "2.0.5", "electron": "16.0.5", "electron-builder": "^22.14.5", "electron-download": "^4.1.1", "electron-installer-snap": "^5.1.0", "electron-notarize": "^1.1.1", "electron-rebuild": "^3.2.5", "eslint": "^7.32.0", "file-loader": "^6.2.0", "graceful-fs": "^4.2.8", "html-loader": "2.1.2", "json-loader": "0.5.7", "lru-cache": "^6.0.0", "macos-release": "^3.0.1", "ngx-sortablejs": "^11.1.0", "ngx-toastr": "^14.0.0", "node-abi": "^3.2.0", "node-sass": "^7.0.1", "npmlog": "6.0.0", "npx": "^10.2.2", "patch-package": "^6.4.7", "pug": "^3.0.2", "pug-html-loader": "1.1.5", "pug-lint": "^2.6.0", "pug-loader": "^2.4.0", "pug-static-loader": "2.0.0", "raw-loader": "4.0.2", "sass-loader": "^12.4.0", "shell-quote": "^1.7.3", "shelljs": "0.8.4", "slugify": "^1.6.4", "sortablejs": "^1.14.0", "source-code-pro": "^2.38.0", "source-map-loader": "^3.0.0", "source-sans-pro": "3.6.0", "ssh2": "^1.5.0", "style-loader": "^3.2.1", "svg-inline-loader": "^0.8.2", "ts-loader": "^9.2.3", "tslib": "^2.3.1", "typedoc": "^0.22.10", "typescript": "^4.3.5", "utils-decorators": "^1.10.4", "val-loader": "4.0.0", "webpack": "^5.65.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-cli": "^4.9.1", "yaml-loader": "0.6.0", "zone.js": "^0.11.4" }, "resolutions": { "lzma-native": "^8.0.0", "*/node-abi": "^3.5.0", "**/graceful-fs": "^4.2.4" }, "scripts": { "build": "npm run build:typings && node scripts/build-modules.js", "build:typings": "node scripts/build-typings.js", "watch": "cross-env TABBY_DEV=1 webpack --progress --color --watch", "start": "cross-env TABBY_DEV=1 electron app --debug --inspect", "start:prod": "electron app --debug", "prod": "cross-env TABBY_DEV=1 electron app", "docs": "node scripts/build-docs.js", "lint": "eslint --ext ts */src */lib", "postinstall": "patch-package && node ./scripts/install-deps.js" }, "private": true }