feat: gambling (coinflip & slots)
This commit is contained in:
parent
543a5a951c
commit
1cae171748
38 changed files with 5631 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
"@sveltejs/adapter-auto": "^3.0.0",
|
||||
"@sveltejs/kit": "^2.0.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
||||
"@types/canvas-confetti": "^1.9.0",
|
||||
"@types/node": "^22.15.21",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"bits-ui": "^2.1.0",
|
||||
|
|
@ -46,6 +47,7 @@
|
|||
"@visx/scale": "^3.12.0",
|
||||
"apexcharts": "^4.7.0",
|
||||
"better-auth": "^1.2.8",
|
||||
"canvas-confetti": "^1.9.3",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"lightweight-charts": "^5.0.7",
|
||||
"lucide-svelte": "^0.511.0",
|
||||
|
|
@ -54,6 +56,7 @@
|
|||
"postgres": "^3.4.4",
|
||||
"redis": "^5.1.0",
|
||||
"svelte-apexcharts": "^1.0.2",
|
||||
"svelte-confetti": "^2.3.1",
|
||||
"svelte-lightweight-charts": "^2.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue