feat: add player profiles, schedule, tournaments admin, and CSV upload API

This commit is contained in:
2026-03-27 14:54:26 -07:00
parent 66e4baa643
commit aaf11b877e
12 changed files with 1409 additions and 0 deletions
+7
View File
@@ -14,6 +14,7 @@
"bcryptjs": "^3.0.3",
"next": "16.2.1",
"next-auth": "^4.24.13",
"papaparse": "^5.5.3",
"prisma": "^6.19.2",
"react": "19.2.4",
"react-dom": "19.2.4",
@@ -5731,6 +5732,12 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/papaparse": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz",
"integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==",
"license": "MIT"
},
"node_modules/parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",