Implemented invitation logic. Implemented play list method. Mild refactoring.

This commit is contained in:
jd
2026-02-20 23:51:16 +00:00
parent 5742214115
commit 335f1821cd
24 changed files with 1118 additions and 166 deletions

View File

@@ -10,13 +10,17 @@
},
"private": true,
"dependencies": {
"@react-email/render": "^2.0.4",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.23",
"@types/react": "^19.2.14",
"argon2": "^0.44.0",
"hashids": "^2.3.0",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.17.23",
"reflect-metadata": "^0.2.2"
"react": "^19.2.4",
"reflect-metadata": "^0.2.2",
"resend": "^6.9.2"
},
"devDependencies": {
"@types/bun": "^1.3.9"