48 lines
1.2 KiB
JSON
48 lines
1.2 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": {
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@react-google-maps/api": "^2.19.2",
|
|
"class-variance-authority": "^0.7.0",
|
|
"classnames": "^2.3.2",
|
|
"clsx": "^2.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"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",
|
|
"next": "13.5.6",
|
|
"react": "^18",
|
|
"react-day-picker": "^8.9.1",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.47.0",
|
|
"react-icons": "^4.11.0",
|
|
"react-simplemde-editor": "^5.2.0",
|
|
"sharp": "^0.32.6",
|
|
"tailwind-merge": "^2.0.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10",
|
|
"daisyui": "^3.9.3",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "13.5.6",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|