Skip to content

Instantly share code, notes, and snippets.

@gkobilansky
Created January 19, 2023 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkobilansky/2e01edae65892eb22bcac898f9bedaab to your computer and use it in GitHub Desktop.
Save gkobilansky/2e01edae65892eb22bcac898f9bedaab to your computer and use it in GitHub Desktop.
Package.json deps
"dependencies": {
"@aws-sdk/client-transcribe": "^3.50.0",
"@mux/mux-node": "^3.2.1",
"@nestjs/common": "^8.0.2",
"@nestjs/core": "^8.0.2",
"@nestjs/jwt": "^8.0.0",
"@nestjs/passport": "^8.0.0",
"@nestjs/platform-express": "^8.0.2",
"@nestjs/typeorm": "^8.0.1",
"@sendgrid/mail": "^6.3.1",
"@sentry/cli": "^1.66.0",
"@sentry/integrations": "^6.13.2",
"@sentry/node": "^6.13.2",
"@types/axios": "^0.14.0",
"@types/bcryptjs": "^2.4.1",
"@types/connect-redis": "0.0.7",
"@types/express-session": "^1.15.10",
"@types/ioredis": "4.0.9",
"@types/js-yaml": "^3.11.2",
"@types/lodash": "^4.14.116",
"@types/morgan": "^1.7.35",
"@types/node": "^10.9.4",
"@types/passport-jwt": "^3.0.1",
"@types/pubsub-js": "^1.5.18",
"@types/stripe": "^6.0.3",
"@types/supertest": "^2.0.6",
"auth0": "^2.34.2",
"aws-cloudfront-sign": "^2.2.0",
"aws-sdk": "^2.714.0",
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cache-manager": "^3.2.1",
"class-transformer": "^0.1.9",
"class-validator": "^0.9.1",
"connect-redis": "3.3.3",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"drip-nodejs": "^3.1.1",
"express-session": "^1.15.6",
"git-revision": "0.0.2",
"helmet": "^3.13.0",
"http-auth": "^3.2.3",
"js-yaml": "^3.12.0",
"jwks-rsa": "^1.11.0",
"lint-staged": "^10.5.4",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"nest-access-control": "^1.0.0",
"nestjs-redis": "1.1.2",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.0",
"pg": "^8.5.1",
"pubsub-js": "^1.7.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
"stripe": "^8.144.0",
"supertest": "^3.3.0",
"supertokens-node": "^12.1.5",
"timezones.json": "^1.4.7",
"typeorm": "^0.2.31",
"typescript": "^4.3.5"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment