feat: integrate Drizzle ORM and SQLite for authentication

This commit is contained in:
2025-06-18 16:15:49 +08:00
parent 6652953b1a
commit bc81e4d6fe
13 changed files with 1024 additions and 37 deletions

View File

@ -10,11 +10,16 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@libsql/client": "^0.15.9",
"bcryptjs": "^3.0.2",
"drizzle-orm": "^0.44.2",
"nuxt": "^3.17.5",
"vue": "^3.5.16",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "7.0.0-beta.0"
"@nuxtjs/tailwindcss": "7.0.0-beta.0",
"@types/bcryptjs": "^3.0.0",
"drizzle-kit": "^0.31.1"
}
}