feat: integrate Drizzle ORM and SQLite for authentication
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user