This commit is contained in:
Harun CAN
2026-01-30 03:41:20 +03:00
parent d1e10b8b68
commit b662a88a65
16 changed files with 727 additions and 14 deletions

11
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"@hookform/resolvers": "^5.2.2",
"@tanstack/react-query": "^5.90.16",
"axios": "^1.13.1",
"date-fns": "^4.1.0",
"i18next": "^25.6.0",
"next": "16.0.0",
"next-auth": "^4.24.13",
@@ -5368,6 +5369,16 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/date-fns": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
}
},
"node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",