chore(api): remove unused packages (#40271)

This commit is contained in:
Oliver Eyton-Williams
2020-11-28 08:11:33 +01:00
committed by GitHub
parent e20c61b7f5
commit c1436445a7
2 changed files with 5 additions and 2384 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,11 +16,9 @@
"@freecodecamp/loopback-component-passport": "^1.2.0", "@freecodecamp/loopback-component-passport": "^1.2.0",
"@sentry/node": "^5.27.4", "@sentry/node": "^5.27.4",
"accepts": "^1.3.7", "accepts": "^1.3.7",
"auth0-js": "^9.14.0",
"axios": "^0.21.0", "axios": "^0.21.0",
"bad-words": "^3.0.3", "bad-words": "^3.0.3",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"chai": "~3.4.1",
"compression": "^1.7.4", "compression": "^1.7.4",
"connect-mongo": "^3.2.0", "connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
@ -49,16 +47,11 @@
"morgan": "^1.10.0", "morgan": "^1.10.0",
"nanoid": "^1.3.4", "nanoid": "^1.3.4",
"nodemailer-ses-transport": "^1.5.1", "nodemailer-ses-transport": "^1.5.1",
"normalize-url": "^1.3.1",
"normalizr": "^2.2.1",
"passport": "^0.4.1", "passport": "^0.4.1",
"passport-auth0": "^1.3.3", "passport-auth0": "^1.3.3",
"passport-local": "^1.0.0", "passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"query-string": "^6.13.6", "query-string": "^6.13.6",
"rss-parser": "^3.9.0",
"rx": "^4.1.0", "rx": "^4.1.0",
"shortid": "^2.2.16",
"stripe": "^6.36.0", "stripe": "^6.36.0",
"uuid": "^3.4.0", "uuid": "^3.4.0",
"validator": "^9.4.1" "validator": "^9.4.1"
@ -72,22 +65,16 @@
"@babel/plugin-proposal-optional-chaining": "^7.11.0", "@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.12.1", "@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1", "@babel/register": "^7.12.1",
"adler32": "~0.1.7",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"babel-plugin-transform-function-bind": "^6.22.0", "babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-imports": "^1.5.1", "babel-plugin-transform-imports": "^1.5.1",
"cross-env": "^6.0.3", "cross-env": "^6.0.3",
"jest": "^26.6.1", "jest": "^26.6.1",
"joi": "^13.7.0",
"joi-objectid": "^2.0.0",
"loopback-component-explorer": "^6.4.0", "loopback-component-explorer": "^6.4.0",
"nodemon": "^2.0.6", "nodemon": "^2.0.6",
"passport-mock-strategy": "^2.0.0", "passport-mock-strategy": "^2.0.0",
"pm2": "^4.5.0", "smee-client": "^1.2.2"
"smee-client": "^1.2.2",
"tap-difflet": "^0.7.2",
"tap-spec": "^5.0.0"
}, },
"resolutions": { "resolutions": {
"babel-core": "7.0.0-bridge.0" "babel-core": "7.0.0-bridge.0"