tournaments ordered by date

This commit is contained in:
Owen Rees
2023-05-23 10:00:43 +02:00
parent 8b8bf9dcb6
commit e0d363e612
6 changed files with 3904 additions and 24 deletions
+8 -1
View File
@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@types/node": "20.2.3",
@@ -22,5 +23,11 @@
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}
}