9363e17de3
Mittlere Kachel von 'Führungen' in 'Alle Events' umbenannt (zeigt Gesamtzahl aller Events) und neue Kachel 'Führungen' mit der Summe aller Führungen ergänzt. Bump auf 1.10.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
30 lines
607 B
JSON
30 lines
607 B
JSON
{
|
|
"name": "logbuch",
|
|
"version": "1.10.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.3",
|
|
"jose": "^6.2.2",
|
|
"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"
|
|
}
|
|
}
|