Files
boka-gasol247/package.json
2026-05-22 20:33:21 +02:00

47 lines
1.2 KiB
JSON

{
"name": "boka-gasol247",
"version": "0.1.0",
"private": true,
"author": {
"name": "Ola Malmgren",
"email": "malmgrenola@gmail.com"
},
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio",
"db:seed": "node --env-file=.env --import tsx prisma/seed.ts",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"bcryptjs": "^2.4.3",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
"next-intl": "^3.25.1",
"node-mailjet": "^6.0.6",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"zod": "^3.23.8",
"zustand": "^5.0.13"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}