Initial commit: Voda Landing (Cherepovets)

This commit is contained in:
admin
2026-04-30 10:55:23 +03:00
commit add947d64f
10 changed files with 3946 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "voda-landing",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"express": "^4.21.2",
"express-session": "^1.19.0",
"multer": "^2.0.2",
"pg": "^8.18.0"
}
}