added 2FA

This commit is contained in:
2024-04-26 22:16:21 +03:00
parent 53cadc289a
commit f17a002ac6
38 changed files with 1036 additions and 414 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "a-naklejka",
"version": "0.1.0",
"name": "yo-next-space",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
@@ -31,6 +31,8 @@
"next-auth": "^5.0.0-beta.16",
"next-international": "^1.2.4",
"nodemailer": "^6.9.13",
"pino": "^9.0.0",
"pino-http": "^9.0.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.2",
@@ -54,6 +56,8 @@
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-plugin-validate-filename": "^0.0.4",
"pino-caller": "^3.4.0",
"pino-pretty": "^11.0.0",
"postcss": "^8",
"prisma": "^5.12.1",
"sass": "^1.74.1",