idiot protection UwU

This commit is contained in:
2025-08-31 17:23:35 +02:00
parent 5420a034fd
commit c201327280
8 changed files with 392 additions and 140 deletions

View File

@@ -9,19 +9,21 @@
"lint": "eslint"
},
"dependencies": {
"clsx": "^2.1.1",
"next": "15.5.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.5.2"
"react-merge-refs": "^3.0.2"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"@eslint/eslintrc": "^3"
"tailwindcss": "^4",
"typescript": "^5"
}
}