bug present

This commit is contained in:
2025-08-05 14:29:02 +02:00
parent 37d3d8b26b
commit 6b7d6afa2e
5 changed files with 534 additions and 126 deletions

View File

@@ -6,7 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint && npx tsc --noEmit"
},
"dependencies": {
"react": "19.1.0",
@@ -14,14 +14,18 @@
"next": "15.4.5"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "5.8.3",
"typescript-eslint": "8.38.0",
"@types/node": "22.16.5",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint": "9.32.0",
"eslint-config-next": "15.4.5",
"@eslint/eslintrc": "^3"
"eslint-config-prettier": "10.1.8",
"@eslint/eslintrc": "^3",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14"
}
}