added the text showing when anouncent and fixed that sv-poup is used but not in package.json

This commit is contained in:
RezHackXYZ 2025-05-29 16:02:09 +05:30
parent f95327b8fc
commit a04c2a4faa
No known key found for this signature in database
4 changed files with 35 additions and 22 deletions

View file

@ -29,14 +29,14 @@
"tailwindcss": "^4.0.0",
"vite": "^6.0.0"
},
"dependencies": {
"@supabase/supabase-js": "^2.49.4",
"@sveltejs/adapter-static": "^3.0.8",
"chart.js": "^4.4.9",
"js-confetti": "^0.12.0",
"random-words": "^2.0.1",
"svelte-5-french-toast": "^2.0.4",
"word-exists": "^1.0.0"
"dependencies": {
"@supabase/supabase-js": "^2.49.4",
"@sveltejs/adapter-static": "^3.0.8",
"chart.js": "^4.4.9",
"js-confetti": "^0.12.0",
"random-words": "^2.0.1",
"sv-popup": "^0.5.3",
"svelte-5-french-toast": "^2.0.4",
"word-exists": "^1.0.0"
}
}