{
  "name": "damianmichael-co-za",
  "version": "1.0.0",
  "private": true,
  "description": "Cinematic personal brand site for Damian Michael — CEO, Innovo Networks. Cape Town → Nairobi → The World.",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.9.0",
    "framer-motion": "^12.0.0",
    "gsap": "^3.12.5",
    "lenis": "^1.1.14",
    "next": "^15.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.53.0",
    "resend": "^4.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.0.0",
    "@types/node": "^22.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "sharp": "^0.35.3",
    "tailwindcss": "^4.0.0",
    "typescript": "^5.6.0"
  }
}