portamador-landing-site/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2025-09-21 23:03:02 +02:00
{
"name": "port-amador",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
2025-09-21 23:03:02 +02:00
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@react-hook/media-query": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"flag-icons": "^7.5.0",
"framer-motion": "^12.23.16",
"lucide-react": "^0.544.0",
"next": "15.5.3",
2025-09-21 23:03:02 +02:00
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.63.0",
"react-hot-toast": "^2.6.0",
"react-phone-input-2": "^2.15.1",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.11"
2025-09-21 23:03:02 +02:00
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
2025-09-21 23:03:02 +02:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.8",
"typescript": "^5"
2025-09-21 23:03:02 +02:00
}
}