feat: add player profiles, schedule, tournaments admin, and CSV upload API
This commit is contained in:
Generated
+7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user