1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 12:03:33 +00:00

Add jslib as a "real" dependency (#951)

* Add jslib as a dependency

* Cleanup tsconfig, webpack, add jslib-angular to package.json

* Update all import paths

* Add back @types/node.

* Lint

* Remove dummy module

* Remove merge conflict

* Group imports

* Bump jslib
This commit is contained in:
Oscar Hinton
2021-06-07 20:13:58 +02:00
committed by GitHub
parent f15e78b91d
commit b12d0387f6
149 changed files with 1303 additions and 1213 deletions

View File

@@ -7,7 +7,7 @@
"sub:init": "git submodule update --init --recursive",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull origin master",
"postinstall": "npm run sub:init",
"preinstall": "npm run sub:init",
"symlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"symlink:mac": "npm run symlink:lin",
"symlink:lin": "rm -rf ./jslib && ln -s ../jslib ./jslib",
@@ -36,13 +36,9 @@
"@ngtools/webpack": "^11.2.10",
"@types/duo_web_sdk": "^2.7.0",
"@types/jquery": "^3.5.5",
"@types/lunr": "^2.3.3",
"@types/node": "^14.14.43",
"@types/node-forge": "^0.9.7",
"@types/papaparse": "^5.2.5",
"@types/node": "^14.17.2",
"@types/webcrypto": "^0.0.28",
"@types/webpack": "^4.4.27",
"@types/zxcvbn": "^4.4.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.0",
"cross-env": "^7.0.3",
@@ -69,19 +65,9 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@angular/animations": "^11.2.11",
"@angular/cdk": "^11.2.10",
"@angular/common": "^11.2.11",
"@angular/compiler": "^11.2.11",
"@angular/core": "^11.2.11",
"@angular/forms": "^11.2.11",
"@angular/platform-browser": "^11.2.11",
"@angular/platform-browser-dynamic": "^11.2.11",
"@angular/router": "^11.2.11",
"@microsoft/signalr": "3.1.13",
"@microsoft/signalr-protocol-msgpack": "3.1.13",
"@bitwarden/jslib-angular": "file:jslib/angular",
"@bitwarden/jslib-common": "file:jslib/common",
"angular2-toaster": "11.0.1",
"big-integer": "1.6.48",
"bootstrap": "4.6.0",
"braintree-web-drop-in": "1.28.0",
"browser-hrtime": "^1.1.8",
@@ -90,19 +76,11 @@
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git#5f9a1a8598d2cda494c4f5ee0e38b31474abfee9",
"font-awesome": "4.7.0",
"jquery": "3.6.0",
"lunr": "2.3.9",
"ngx-infinite-scroll": "10.0.1",
"node-forge": "0.10.0",
"papaparse": "5.3.0",
"popper.js": "1.16.1",
"qrious": "4.0.2",
"rxjs": "^6.6.7",
"sweetalert2": "^10.16.6",
"tslib": "^2.2.0",
"webcrypto-shim": "0.1.7",
"whatwg-fetch": "3.6.2",
"zone.js": "0.11.4",
"zxcvbn": "4.4.2"
"whatwg-fetch": "3.6.2"
},
"engines": {
"node": "~14",