Add initial implementation of database connection, authentication, and API routes

This commit is contained in:
2025-02-21 23:14:12 +01:00
parent 1db7bde68a
commit 0957fcf57e
164 changed files with 24917 additions and 471 deletions

View File

@ -9,14 +9,31 @@
"lint": "next lint"
},
"dependencies": {
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"next": "15.0.3"
"@emotion/cache": "^11.14.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/material-nextjs": "^6.3.1",
"bcryptjs": "^2.4.3",
"cookie": "^1.0.2",
"jose": "^5.9.6",
"jquery": "^3.7.1",
"mysql2": "^3.12.0",
"next": "^15.1.7",
"nodemailer": "^6.9.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"server-only": "^0.0.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"uuid": "^11.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "15.0.3"
"tailwindcss": "^3.4.1"
}
}