güncelleme

This commit is contained in:
2026-01-29 16:49:51 +03:00
parent 10bfa3089e
commit 54113726f4
38 changed files with 1469 additions and 642 deletions

View File

@@ -8,6 +8,9 @@
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1.1.11",
@@ -43,15 +46,19 @@
},
"devDependencies": {
"@types/node": "^20",
"@types/pg": "^8.16.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.23",
"dotenv": "^17.2.3",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"pg": "^8.17.2",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}
}