brought both code in 1 repo, working on merging them!

This commit is contained in:
RezHackXYZ 2025-05-26 08:37:44 +05:30
parent d1c8ae269b
commit 9f927cf2e9
No known key found for this signature in database
82 changed files with 3220 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{
"name": "kahootclone",
"private": true,
"name": "class-room-stuff",
"private": false,
"version": "0.0.1",
"type": "module",
"scripts": {
@ -27,6 +27,12 @@
"vite": "^6.0.0"
},
"dependencies": {
"@supabase/supabase-js": "^2.49.4"
"@supabase/supabase-js": "^2.49.4",
"chart.js": "^4.4.9",
"drag-drop-touch": "^1.3.1",
"kokoro-js": "^1.2.1",
"random-words": "^2.0.1",
"svelte-spa-router": "^4.0.1",
"word-exists": "^1.0.0"
}
}