feat: create leaderboard

This commit is contained in:
thomas
2024-03-27 12:37:07 +01:00
parent cd8ee3cff4
commit 00ff67f93b
12 changed files with 1371 additions and 88 deletions

View File

@@ -11,8 +11,11 @@
},
"dependencies": {
"@astrojs/starlight": "^0.15.1",
"@astrojs/svelte": "^5.2.0",
"@fontsource/ibm-plex-serif": "^5.0.8",
"astro": "^4.0.0",
"sharp": "^0.32.5"
"sharp": "^0.32.5",
"svelte": "^4.2.12",
"typescript": "^5.4.3"
}
}