feat: build main page for DAV project and integrate database with Supabase and Prisma
This commit is contained in:
13
package.json
13
package.json
@@ -10,9 +10,22 @@
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/font": "^7.4.47",
|
||||
"@nuxt/content": "^2.13.4",
|
||||
"@nuxtjs/supabase": "^1.4.4",
|
||||
"@prisma/nuxt": "^0.1.3",
|
||||
"nuxt": "^3.14.1592",
|
||||
"uuid": "^11.0.3",
|
||||
"vue": "latest",
|
||||
"vue-router": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@prisma/client": "^5.22.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"prisma": "^6.0.1",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"vite-plugin-vuetify": "^2.0.4",
|
||||
"vuetify": "^3.7.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user