32 lines
719 B
JSON
32 lines
719 B
JSON
{
|
|
"name": "nextjs-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^2.1.1",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.562.0",
|
|
"motion": "^12.23.26",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"next": "^15.5.7",
|
|
"tailwindcss": "^4.1.18",
|
|
"@supabase/supabase-js": "^2.51.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|