Portfolio/Websites/jefes-nextjs/package.json

59 lines
1.5 KiB
JSON

{
"name": "jefes-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.17",
"@plaiceholder/next": "^3.0.0",
"@planetscale/database": "^1.19.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-google-maps/api": "^2.19.3",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.29.5",
"easymde": "^2.18.0",
"embla-carousel-auto-height": "^8.3.0",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"lucide-react": "^0.292.0",
"mysql2": "^3.11.2",
"next": "14.0.3",
"next-auth": "5.0.0-beta.4",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^4.12.0",
"react-simplemde-editor": "^5.2.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"daisyui": "^3.9.4",
"drizzle-kit": "^0.20.18",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
}
}