Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@ -7,7 +7,8 @@
"dependencies": {
"@libsql/client": "0.17.3",
"@nuxt/ui": "4.6.1",
"bcryptjs": "^3.0.3",
"bcryptjs": "3.0.3",
"croner": "^10.0.1",
"dotenv": "17.4.1",
"drizzle-orm": "0.45.2",
"drizzle-pkg": "workspace:*",
@ -18,7 +19,6 @@
"mime": "4.1.0",
"multer": "2.1.1",
"nuxt": "4.4.2",
"pg": "8.20.0",
"tailwindcss": "4.2.2",
"ufo": "1.6.3",
"vue": "3.5.32",
@ -27,7 +27,6 @@
},
"devDependencies": {
"@types/multer": "2.1.0",
"@types/pg": "8.20.0",
"drizzle-kit": "0.31.10",
"tsx": "4.21.0",
"typescript": "6.0.2",
@ -21,6 +21,7 @@