c04935a117
- Liste: Monatsfilter mit ←/→ Navigation, Standard = aktueller Monat - Liste: Pagination (10 Einträge/Seite) - BEO-Auswahl filtert nur role='guide' - logbuch_objekte: ObjektName entfernt, JOIN auf objekte - utf8mb4 Migration und DB-Charset-Umstellung - SSH-Tunnel-Support: MySQL auf 127.0.0.1:3336 - phpMyAdmin unter /myadmin Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
31 lines
635 B
JSON
31 lines
635 B
JSON
{
|
|
"name": "logbuch",
|
|
"version": "1.4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.3",
|
|
"jose": "^6.2.2",
|
|
"mysql2": "^3.22.3",
|
|
"next": "16.1.6",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|