Album edit endpoint

This commit is contained in:
Jorge Vargas 2025-04-06 10:30:00 -06:00
parent d3581eaeef
commit 6cef84a358
24 changed files with 936 additions and 76 deletions

View file

@ -20,20 +20,24 @@
"@types/react-dom": "^18.3.1",
"astro": "^5.3.0",
"astro-icon": "^1.1.1",
"better-auth": "^1.1.11",
"axios": "^1.8.1",
"better-auth": "^1.1.11",
"clsx": "^2.1.1",
"decode-formdata": "^0.9.0",
"immer": "^10.1.1",
"nodemailer": "^6.10.0",
"prisma": "^6.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-multi-select-component": "^4.3.4",
"react-svg-spinners": "^0.3.1",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"superstruct": "^2.0.2",
"tailwindcss": "^4.0.7",
"typescript": "^5.6.2"
"typescript": "^5.6.2",
"use-immer": "^0.11.0"
},
"devDependencies": {
"@inlang/paraglide-js": "1.11.2",