Now has all of the functions as the Astro site.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-05-09 19:55:32 +01:00
parent 2e98cb39f4
commit f9e7e5480c
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
12 changed files with 2618 additions and 3316 deletions

View file

@ -8,14 +8,14 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/color-mode": "3.1.8",
"@nuxtjs/tailwindcss": "6.1.3",
"nuxt": "3.0.0-rc.13",
"tailwindcss": "3.2.2"
"@nuxtjs/color-mode": "3.2.0",
"@nuxtjs/tailwindcss": "6.6.7",
"nuxt": "3.4.3",
"prisma": "4.14.0",
"tailwindcss": "3.3.2"
},
"dependencies": {
"@typegoose/typegoose": "9.12.1",
"mongoose": "6.7.2",
"@prisma/client": "4.14.0",
"scss": "0.2.4"
}
}