Portfolio/Websites/jefes-nextjs/package.json
2024-02-03 23:12:32 -08:00

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.9",
"@plaiceholder/next": "^3.0.0",
"@planetscale/database": "^1.11.0",
"@radix-ui/react-slot": "^1.0.2",
"@react-google-maps/api": "^2.19.2",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.29.1",
"easymde": "^2.18.0",
"embla-carousel-auto-height": "^8.0.0-rc14",
"embla-carousel-autoplay": "^8.0.0-rc14",
"embla-carousel-react": "^8.0.0-rc14",
"lucide-react": "^0.292.0",
"mysql2": "^3.6.5",
"next": "14.0.3",
"next-auth": "5.0.0-beta.4",
"react": "^18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-simplemde-editor": "^5.2.0",
"sharp": "^0.33.2",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.6.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"daisyui": "^3.9.3",
"drizzle-kit": "^0.20.6",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}