Files
BistroUsky---Eshop/package.json
2026-05-18 23:04:50 +02:00

57 lines
1.5 KiB
JSON

{
"name": "eshop-bistrousky",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_OPTIONS='--max-old-space-size=384' next build",
"start": "next start",
"lint": "eslint",
"test": "vitest",
"test:e2e": "playwright test",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio",
"db:generate": "prisma generate",
"db:seed": "prisma db seed"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.2",
"@prisma/client": "^6.19.3",
"@radix-ui/react-slot": "^1.1.1",
"@stripe/stripe-js": "^9.4.0",
"@tailwindcss/postcss": "^4",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.14.0",
"next": "16.2.4",
"next-auth": "^5.0.0-beta.31",
"prisma": "^6.19.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"resend": "^6.12.2",
"shadcn": "^4.6.0",
"stripe": "^22.1.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.2"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"react-email": "^6.0.5",
"ts-node": "^10.9.2",
"typescript": "^5",
"vitest": "^4.1.5"
}
}