2022-05-03 21:45:37 +02:00
|
|
|
{
|
2022-05-05 16:54:48 +02:00
|
|
|
"name": "@bitwarden/clients",
|
2022-05-03 21:45:37 +02:00
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Bitwarden Client Applications",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-05-05 16:54:48 +02:00
|
|
|
"url": "git+https://github.com/bitwarden/clients.git"
|
2022-05-03 21:45:37 +02:00
|
|
|
},
|
|
|
|
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
2022-05-05 16:54:48 +02:00
|
|
|
"url": "https://github.com/bitwarden/clients/issues"
|
2022-05-03 21:45:37 +02:00
|
|
|
},
|
|
|
|
"homepage": "https://bitwarden.com",
|
|
|
|
"scripts": {
|
2022-06-14 17:10:53 +02:00
|
|
|
"prepare": "husky install",
|
2022-08-26 18:09:28 +02:00
|
|
|
"lint": "eslint . --cache --cache-strategy content && prettier --check .",
|
|
|
|
"lint:fix": "eslint . --cache --cache-strategy content --fix",
|
|
|
|
"lint:clear": "rimraf .eslintcache",
|
2023-02-24 16:44:01 +01:00
|
|
|
"prettier": "prettier --cache --write .",
|
2022-06-14 17:10:53 +02:00
|
|
|
"test": "jest",
|
2022-07-26 03:40:32 +02:00
|
|
|
"test:watch": "jest --clearCache && jest --watch",
|
2022-06-16 20:41:22 +02:00
|
|
|
"test:watch:all": "jest --watchAll",
|
2023-05-16 16:20:40 +02:00
|
|
|
"test:types": "node ./scripts/test-types.js",
|
2022-06-16 20:41:22 +02:00
|
|
|
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
|
2023-05-26 15:58:06 +02:00
|
|
|
"storybook": "ng run components:storybook",
|
|
|
|
"build-storybook": "ng run components:build-storybook",
|
2023-06-12 20:59:59 +02:00
|
|
|
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json",
|
|
|
|
"postinstall": "patch-package"
|
2022-05-03 21:45:37 +02:00
|
|
|
},
|
2022-06-14 17:10:53 +02:00
|
|
|
"workspaces": [
|
|
|
|
"apps/*",
|
2022-07-25 13:24:13 +02:00
|
|
|
"apps/desktop/desktop_native",
|
2022-06-14 17:10:53 +02:00
|
|
|
"libs/*"
|
|
|
|
],
|
2022-05-03 21:45:37 +02:00
|
|
|
"devDependencies": {
|
2023-08-15 21:54:39 +02:00
|
|
|
"@angular-devkit/build-angular": "15.2.9",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@angular-eslint/eslint-plugin": "15.2.1",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "15.2.1",
|
|
|
|
"@angular-eslint/template-parser": "15.2.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@angular/cli": "15.2.9",
|
2023-05-12 17:05:26 +02:00
|
|
|
"@angular/compiler-cli": "15.2.9",
|
|
|
|
"@angular/elements": "15.2.9",
|
2023-06-05 16:33:21 +02:00
|
|
|
"@compodoc/compodoc": "1.1.21",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@electron/notarize": "1.2.4",
|
2023-05-12 17:05:26 +02:00
|
|
|
"@electron/rebuild": "3.2.13",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@fluffy-spoon/substitute": "1.208.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@ngtools/webpack": "15.2.9",
|
|
|
|
"@storybook/addon-a11y": "7.3.0",
|
|
|
|
"@storybook/addon-actions": "7.3.0",
|
2023-08-15 19:25:51 +02:00
|
|
|
"@storybook/addon-designs": "7.0.4",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@storybook/addon-essentials": "7.3.0",
|
|
|
|
"@storybook/addon-links": "7.3.0",
|
|
|
|
"@storybook/angular": "7.3.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@types/argon2-browser": "1.18.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@types/chrome": "0.0.243",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@types/duo_web_sdk": "2.7.1",
|
2023-05-19 14:23:32 +02:00
|
|
|
"@types/firefox-webext-browser": "111.0.1",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@types/inquirer": "8.2.6",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@types/jest": "29.5.3",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@types/jquery": "3.5.16",
|
2023-05-12 17:05:26 +02:00
|
|
|
"@types/jsdom": "21.1.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@types/koa": "2.13.8",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@types/koa__multer": "2.0.4",
|
2023-05-29 14:20:48 +02:00
|
|
|
"@types/koa__router": "12.0.0",
|
2023-03-22 18:26:04 +01:00
|
|
|
"@types/koa-bodyparser": "4.3.7",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@types/koa-json": "2.0.20",
|
|
|
|
"@types/lowdb": "1.0.11",
|
|
|
|
"@types/lunr": "2.3.4",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@types/node": "18.17.5",
|
2023-05-23 11:12:58 +02:00
|
|
|
"@types/node-fetch": "2.6.4",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@types/node-forge": "1.3.4",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@types/node-ipc": "9.2.0",
|
|
|
|
"@types/papaparse": "5.3.7",
|
|
|
|
"@types/proper-lockfile": "4.1.2",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@types/react": "16.14.45",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@types/retry": "0.12.2",
|
|
|
|
"@types/zxcvbn": "4.4.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
|
|
"@typescript-eslint/parser": "5.62.0",
|
|
|
|
"autoprefixer": "10.4.15",
|
2023-05-02 19:41:49 +02:00
|
|
|
"base64-loader": "1.0.0",
|
|
|
|
"buffer": "6.0.3",
|
2023-08-15 21:54:39 +02:00
|
|
|
"chromatic": "6.22.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"clean-webpack-plugin": "4.0.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"concurrently": "8.2.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"copy-webpack-plugin": "11.0.0",
|
|
|
|
"cross-env": "7.0.3",
|
2023-06-05 16:33:21 +02:00
|
|
|
"css-loader": "6.8.1",
|
2023-05-02 19:41:49 +02:00
|
|
|
"del": "6.1.1",
|
2023-05-01 11:09:24 +02:00
|
|
|
"electron": "24.1.1",
|
2023-04-10 20:19:28 +02:00
|
|
|
"electron-builder": "^23.6.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"electron-log": "4.4.8",
|
|
|
|
"electron-reload": "2.0.0-alpha.1",
|
|
|
|
"electron-store": "8.1.0",
|
|
|
|
"electron-updater": "5.3.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"eslint": "8.47.0",
|
|
|
|
"eslint-config-prettier": "8.10.0",
|
|
|
|
"eslint-import-resolver-typescript": "3.6.0",
|
|
|
|
"eslint-plugin-import": "2.28.0",
|
2023-05-12 17:05:26 +02:00
|
|
|
"eslint-plugin-rxjs": "5.0.3",
|
|
|
|
"eslint-plugin-rxjs-angular": "2.0.1",
|
2023-08-15 19:25:51 +02:00
|
|
|
"eslint-plugin-storybook": "0.6.13",
|
2023-08-15 21:54:39 +02:00
|
|
|
"eslint-plugin-tailwindcss": "3.13.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"gulp": "4.0.2",
|
|
|
|
"gulp-filter": "7.0.0",
|
|
|
|
"gulp-if": "3.0.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"gulp-json-editor": "2.5.7",
|
2023-05-02 19:41:49 +02:00
|
|
|
"gulp-replace": "1.1.4",
|
|
|
|
"gulp-zip": "5.1.0",
|
|
|
|
"html-loader": "4.2.0",
|
|
|
|
"html-webpack-injector": "1.1.4",
|
2023-08-15 21:54:39 +02:00
|
|
|
"html-webpack-plugin": "5.5.3",
|
2023-05-02 19:41:49 +02:00
|
|
|
"husky": "8.0.3",
|
2023-05-19 17:08:22 +02:00
|
|
|
"jest-junit": "16.0.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"jest-mock-extended": "3.0.5",
|
2023-05-19 17:44:08 +02:00
|
|
|
"jest-preset-angular": "13.1.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"lint-staged": "13.3.0",
|
2023-05-23 11:12:58 +02:00
|
|
|
"mini-css-extract-plugin": "2.7.6",
|
2022-08-15 15:44:15 +02:00
|
|
|
"node-ipc": "9.2.1",
|
2023-05-01 11:09:24 +02:00
|
|
|
"pkg": "5.8.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"postcss": "8.4.27",
|
|
|
|
"postcss-loader": "7.3.3",
|
2023-05-12 17:05:26 +02:00
|
|
|
"prettier": "2.8.8",
|
2023-05-23 11:12:58 +02:00
|
|
|
"prettier-plugin-tailwindcss": "0.3.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"process": "0.11.10",
|
2023-05-26 15:58:06 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2022-06-02 15:18:29 +02:00
|
|
|
"regedit": "^3.0.3",
|
2023-05-26 16:12:32 +02:00
|
|
|
"remark-gfm": "3.0.1",
|
2023-05-19 14:23:44 +02:00
|
|
|
"rimraf": "5.0.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"sass": "1.65.1",
|
|
|
|
"sass-loader": "13.3.2",
|
|
|
|
"storybook": "7.3.0",
|
2023-05-23 11:12:58 +02:00
|
|
|
"style-loader": "3.3.3",
|
2023-08-15 21:54:39 +02:00
|
|
|
"tailwindcss": "3.3.3",
|
|
|
|
"ts-jest": "29.1.1",
|
|
|
|
"ts-loader": "9.4.4",
|
|
|
|
"tsconfig-paths-webpack-plugin": "4.1.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"type-fest": "2.19.0",
|
2023-03-22 18:26:04 +01:00
|
|
|
"typescript": "4.9.5",
|
2023-08-15 21:54:39 +02:00
|
|
|
"url": "0.11.1",
|
2023-05-02 19:41:49 +02:00
|
|
|
"util": "0.12.5",
|
2023-05-15 19:42:07 +02:00
|
|
|
"wait-on": "7.0.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"webpack": "5.88.2",
|
|
|
|
"webpack-cli": "5.1.4",
|
|
|
|
"webpack-dev-server": "4.15.1",
|
2023-05-02 19:41:49 +02:00
|
|
|
"webpack-node-externals": "3.0.0"
|
2022-06-02 15:18:29 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-12 17:05:26 +02:00
|
|
|
"@angular/animations": "15.2.9",
|
|
|
|
"@angular/cdk": "15.2.9",
|
|
|
|
"@angular/common": "15.2.9",
|
|
|
|
"@angular/compiler": "15.2.9",
|
|
|
|
"@angular/core": "15.2.9",
|
|
|
|
"@angular/forms": "15.2.9",
|
|
|
|
"@angular/platform-browser": "15.2.9",
|
|
|
|
"@angular/platform-browser-dynamic": "15.2.9",
|
|
|
|
"@angular/router": "15.2.9",
|
2023-05-02 19:41:49 +02:00
|
|
|
"@koa/multer": "3.0.2",
|
2023-05-29 14:45:56 +02:00
|
|
|
"@koa/router": "12.0.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"@microsoft/signalr": "6.0.21",
|
|
|
|
"@microsoft/signalr-protocol-msgpack": "6.0.21",
|
2023-05-12 17:05:26 +02:00
|
|
|
"@ng-select/ng-select": "10.0.4",
|
2023-08-15 21:54:39 +02:00
|
|
|
"argon2": "0.31.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"argon2-browser": "1.18.0",
|
|
|
|
"big-integer": "1.6.51",
|
2022-06-02 17:59:43 +02:00
|
|
|
"bootstrap": "4.6.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"braintree-web-drop-in": "1.40.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"bufferutil": "4.0.7",
|
|
|
|
"chalk": "4.1.2",
|
|
|
|
"commander": "7.2.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"core-js": "3.32.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"date-input-polyfill": "2.14.0",
|
2022-06-02 15:18:29 +02:00
|
|
|
"duo_web_sdk": "github:duosecurity/duo_web_sdk",
|
2022-06-14 17:10:53 +02:00
|
|
|
"form-data": "4.0.0",
|
2023-05-02 17:25:25 +02:00
|
|
|
"https-proxy-agent": "5.0.1",
|
2023-08-15 21:54:39 +02:00
|
|
|
"inquirer": "8.2.6",
|
2023-05-12 17:05:26 +02:00
|
|
|
"jquery": "3.7.0",
|
2023-06-05 16:33:21 +02:00
|
|
|
"jsdom": "22.1.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"jszip": "3.10.1",
|
2023-05-12 17:05:26 +02:00
|
|
|
"koa": "2.14.2",
|
2023-08-15 21:54:39 +02:00
|
|
|
"koa-bodyparser": "4.4.1",
|
2023-05-02 19:41:49 +02:00
|
|
|
"koa-json": "2.0.2",
|
|
|
|
"lowdb": "1.0.0",
|
|
|
|
"lunr": "2.3.9",
|
|
|
|
"multer": "1.4.5-lts.1",
|
|
|
|
"ngx-infinite-scroll": "15.0.0",
|
2023-05-12 17:05:26 +02:00
|
|
|
"ngx-toastr": "16.2.0",
|
2023-08-15 21:54:39 +02:00
|
|
|
"node-fetch": "2.6.12",
|
2023-05-02 19:41:49 +02:00
|
|
|
"node-forge": "1.3.1",
|
2022-09-06 12:15:25 +02:00
|
|
|
"nord": "0.2.1",
|
2023-05-02 19:41:49 +02:00
|
|
|
"open": "8.4.2",
|
2023-05-12 17:05:26 +02:00
|
|
|
"papaparse": "5.4.1",
|
2023-06-12 20:59:59 +02:00
|
|
|
"patch-package": "6.5.1",
|
2023-05-02 19:41:49 +02:00
|
|
|
"popper.js": "1.16.1",
|
|
|
|
"proper-lockfile": "4.1.2",
|
2022-06-02 17:59:43 +02:00
|
|
|
"qrious": "4.0.2",
|
2023-05-12 17:05:26 +02:00
|
|
|
"rxjs": "7.8.1",
|
2023-05-02 17:25:25 +02:00
|
|
|
"sweetalert2": "10.16.11",
|
2023-08-15 21:54:39 +02:00
|
|
|
"tldts": "6.0.14",
|
2023-05-02 19:41:49 +02:00
|
|
|
"utf-8-validate": "5.0.10",
|
2023-03-22 18:26:04 +01:00
|
|
|
"zone.js": "0.12.0",
|
2023-05-02 19:41:49 +02:00
|
|
|
"zxcvbn": "4.4.2"
|
2022-05-03 21:45:37 +02:00
|
|
|
},
|
2022-06-09 12:51:52 +02:00
|
|
|
"overrides": {
|
2022-06-16 20:41:22 +02:00
|
|
|
"tailwindcss": "$tailwindcss",
|
2023-03-22 18:26:04 +01:00
|
|
|
"@storybook/angular": {
|
2023-05-02 20:07:38 +02:00
|
|
|
"zone.js": "0.12.0"
|
2023-07-03 16:56:14 +02:00
|
|
|
},
|
|
|
|
"replacestream": "4.0.3"
|
2022-06-09 12:51:52 +02:00
|
|
|
},
|
2023-05-26 15:58:06 +02:00
|
|
|
"resolutions": {
|
2023-08-15 21:54:39 +02:00
|
|
|
"@types/react": "16.14.45"
|
2023-05-26 15:58:06 +02:00
|
|
|
},
|
2022-05-03 21:45:37 +02:00
|
|
|
"lint-staged": {
|
2023-02-24 17:09:23 +01:00
|
|
|
"*": "prettier --cache --ignore-unknown --write",
|
2022-08-26 18:09:28 +02:00
|
|
|
"*.ts": "eslint --cache --cache-strategy content --fix"
|
2022-06-02 15:18:29 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-05-01 11:09:24 +02:00
|
|
|
"node": "~18",
|
|
|
|
"npm": "~9"
|
2022-05-03 21:45:37 +02:00
|
|
|
}
|
|
|
|
}
|