41 lines
967 B
JSON
41 lines
967 B
JSON
{
|
|
"name": "fethiye-holiday",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.5.0",
|
|
"@prisma/client": "^7.8.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"cloudinary": "^2.10.0",
|
|
"clsx": "^2.1.1",
|
|
"developer-icons": "^7.0.1",
|
|
"framer-motion": "^12.40.0",
|
|
"lucide-react": "^1.18.0",
|
|
"next": "16.2.9",
|
|
"next-auth": "^5.0.0-beta.31",
|
|
"next-intl": "^4.13.0",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"shadcn": "^4.11.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.9",
|
|
"prisma": "^7.8.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|