weiter die Sache mit Auth
This commit is contained in:
@@ -6,9 +6,12 @@
|
||||
"dev": "next dev -p 3005",
|
||||
"build": "next build",
|
||||
"start": "next start -p 3005",
|
||||
"lint": "eslint"
|
||||
"lint": "eslint",
|
||||
"generate-password": "node scripts/generate-password.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcryptjs": "^3.0.3",
|
||||
"jose": "^6.1.3",
|
||||
"mysql2": "^3.17.4",
|
||||
"next": "16.1.6",
|
||||
"react": "19.2.3",
|
||||
@@ -16,6 +19,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
|
||||
Reference in New Issue
Block a user