LoL rules now readable.

This commit is contained in:
Rene Arumetsa
2025-08-12 00:41:55 +03:00
parent 0a552f20e0
commit 79daa9b13f
4 changed files with 994 additions and 517 deletions

View File

@@ -27,13 +27,16 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.44.2",
"gray-matter": "^4.0.3",
"lucide-react": "^0.522.0",
"material-symbols": "^0.31.8",
"next": "15.3.0",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"three": "^0.178.0",
"tw-animate-css": "^1.3.4"
@@ -43,8 +46,8 @@
"@tailwindcss/postcss": "^4.1.10",
"@types/bun": "^1.2.18",
"@types/node": "^20.19.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"autoprefixer": "^10.4.21",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.31.4",