Working Prototype
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
"start": "node dist/app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "1.6.2",
|
||||
"bcryptjs": "2.4.3",
|
||||
"cors": "2.8.5",
|
||||
"dotenv": "16.4.5",
|
||||
"express": "4.18.2",
|
||||
@@ -19,10 +21,12 @@
|
||||
"pg": "8.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcryptjs": "2.4.6",
|
||||
"@types/cors": "2.8.17",
|
||||
"@types/express": "4.17.21",
|
||||
"@types/morgan": "1.9.9",
|
||||
"@types/node": "20.10.6",
|
||||
"@types/pg": "8.10.9",
|
||||
"tsx": "4.7.0",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user