refactor: remove unused dependencies from root package.json and add dotenv to backend package.json

This commit is contained in:
Tudor Stanciu 2025-10-04 02:38:07 +03:00
parent 88f15392e7
commit 9566c4311d
2 changed files with 3 additions and 5 deletions

View File

@ -44,8 +44,5 @@
"workspaces": [
"src/backend",
"src/frontend"
],
"dependencies": {
"dotenv": "^17.2.3"
}
]
}

View File

@ -21,7 +21,8 @@
"compression": "^1.7.4",
"joi": "^18.0.1",
"seq-logging": "^3.0.0",
"node-cache": "^5.1.2"
"node-cache": "^5.1.2",
"dotenv": "^17.2.3"
},
"devDependencies": {
"@types/express": "^5.0.3",