friends-best/package.json
Louis Hollingworth f9e7e5480c
Now has all of the functions as the Astro site.
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2023-05-09 19:55:32 +01:00

22 lines
438 B
JSON

{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/color-mode": "3.2.0",
"@nuxtjs/tailwindcss": "6.6.7",
"nuxt": "3.4.3",
"prisma": "4.14.0",
"tailwindcss": "3.3.2"
},
"dependencies": {
"@prisma/client": "4.14.0",
"scss": "0.2.4"
}
}