Added user tab and oauth2, streamlined readme

This commit is contained in:
fuomag9
2025-12-28 15:14:56 +01:00
parent f8a673cc03
commit be21f46ad5
28 changed files with 3213 additions and 245 deletions

View File

@@ -21,18 +21,18 @@
"bcryptjs": "^3.0.3",
"better-sqlite3": "^12.5.0",
"drizzle-orm": "^0.45.1",
"next": "^16.0.8",
"next": "^16.1.1",
"next-auth": "^5.0.0-beta.30",
"react": "^19.2.1",
"react-dom": "^19.2.1"
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"drizzle-kit": "^0.31.8",
"@types/node": "^24.10.2",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.8",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"typescript": "^5.9.3"
}
}