43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "starapart",
|
|
"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",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"framer-motion": "^12.42.2",
|
|
"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": {
|
|
"@prisma/config": "^7.8.0",
|
|
"@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"
|
|
}
|
|
}
|