Mutation logic change and switched prisma with kysely in server

This commit is contained in:
Hakan Shehu
2024-08-28 17:29:16 +02:00
parent 500513b15d
commit af094d4cdb
67 changed files with 1790 additions and 2059 deletions

View File

@@ -16,25 +16,26 @@
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.0.0",
"@types/node": "^22.5.1",
"@types/pg": "^8.11.7",
"@types/ws": "^8.5.12",
"concurrently": "^8.2.2",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"prisma": "^5.17.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@prisma/client": "^5.17.0",
"@types/cors": "^2.8.17",
"axios": "^1.7.2",
"axios": "^1.7.5",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"kysely": "^0.27.4",
"pg": "^8.12.0",
"postgres": "^3.4.4",
"redis": "^4.7.0",
"ulid": "^2.3.0",