friends-best/package.json
Louis Hollingworth 14659122c3
All pages now in Nuxt, work next on nav.
DB connected, check issues with writing.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2023-05-16 20:17:33 +01:00

25 lines
517 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",
"@types/jsonwebtoken": "9.0.2",
"nuxt": "3.4.3",
"prisma": "4.14.0",
"tailwindcss": "3.3.2"
},
"dependencies": {
"@prisma/client": "4.14.0",
"jose": "4.14.4",
"scss": "0.2.4",
"zod": "3.21.4"
}
}