1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

Remove jslib as dependency, and re-add the old dependencies (#344)

This commit is contained in:
Oscar Hinton 2021-07-01 14:17:34 +02:00 committed by GitHub
parent 10b4efcb0d
commit 347ebb5b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1301 additions and 1364 deletions

2643
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,8 +49,16 @@
"assets": "./build/**/*"
},
"devDependencies": {
"@types/inquirer": "^7.3.1",
"@types/jsdom": "^16.2.10",
"@types/lowdb": "^1.0.10",
"@types/lunr": "^2.3.3",
"@types/node": "^14.17.1",
"@types/node-fetch": "^2.5.10",
"@types/node-forge": "^0.9.7",
"@types/papaparse": "^5.2.5",
"@types/tldjs": "^2.3.0",
"@types/zxcvbn": "^4.4.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.0",
"cross-env": "^7.0.3",
@ -65,14 +73,22 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@bitwarden/jslib-common": "file:jslib/common",
"@bitwarden/jslib-node": "file:jslib/node",
"big-integer": "1.6.48",
"browser-hrtime": "^1.1.8",
"chalk": "^4.1.1",
"commander": "7.2.0",
"form-data": "4.0.0",
"https-proxy-agent": "5.0.0",
"inquirer": "8.0.0",
"jsdom": "^16.5.3",
"lowdb": "1.0.0",
"lunr": "^2.3.9",
"node-fetch": "^2.6.1",
"node-forge": "0.10.0",
"open": "^8.0.8"
"open": "^8.0.8",
"papaparse": "^5.3.0",
"tldjs": "^2.3.1",
"zxcvbn": "^4.4.2"
},
"engines": {
"node": "~14",