first commit

This commit is contained in:
mstfyldz
2026-06-03 04:11:30 +03:00
parent d369c9e258
commit 7b4b3a85af
20 changed files with 3446 additions and 442 deletions
+4
View File
@@ -14,13 +14,17 @@
"react-dom": "19.2.4"
},
"devDependencies": {
"@prisma/client": "^6.19.3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"prisma": "^6.19.3",
"tailwindcss": "^4",
"tsx": "^4.22.4",
"typescript": "^5"
}
}