adding env variables and morgan and sentry

This commit is contained in:
talksik
2022-06-03 13:30:06 -07:00
parent da5861086e
commit 6eb8092864
7 changed files with 151 additions and 37 deletions
+8 -5
View File
@@ -14,23 +14,26 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"@types/node": "^17.0.21",
"nodemon": "^2.0.15",
"typescript": "^4.6.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0"
"eslint-plugin-import": "^2.25.0",
"nodemon": "^2.0.15",
"typescript": "^4.6.2"
},
"dependencies": {
"@sentry/node": "^7.0.0",
"@sentry/tracing": "^7.0.0",
"axios": "^0.26.1",
"firebase": "^9.8.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"firebase": "^9.8.2",
"google-auth-library": "^7.14.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.4.1",
"morgan": "^1.10.0",
"socket.io": "^4.4.1",
"ts-node": "^10.7.0"
}