Started introducing prisma to connect to MongoDB

This commit is contained in:
aronmal 2023-02-03 22:42:20 +01:00
parent 8397320a6b
commit 530a58f703
Signed by: aronmal
GPG key ID: 816B7707426FC612
11 changed files with 1734 additions and 42 deletions

View file

@ -18,21 +18,31 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/sharp-solid-svg-icons": "^6.2.1",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@prisma/client": "^4.9.0",
"bcrypt": "^5.1.0",
"classnames": "^2.3.2",
"colors": "^1.4.0",
"cookies-next": "^2.1.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"jsonwebtoken": "^9.0.0",
"next": "13.1.1",
"prisma": "^4.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"typescript": "4.9.4"
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.0",
"@types/web-bluetooth": "^0.0.16",
"sass": "^1.57.1"
}
}
}