{ "name": "kevos-attire", "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.1.0", "@react-email/components": "^0.0.22", "@react-email/tailwind": "^0.0.19", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "dotenv": "^16.4.5", "lucide-react": "^0.427.0", "next": "14.1.4", "nodemailer": "^6.9.14", "react": "^18.3.1", "react-dom": "^18.3.1", "resend": "^3.5.0", "sharp": "^0.33.5", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20.16.1", "@types/nodemailer": "^6.4.15", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-config-next": "14.1.4", "postcss": "^8.4.41", "tailwindcss": "^3.4.10", "typescript": "^5.5.4" } }