{
  "name": "htl",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@heroicons/react": "^2.2.0",
    "@sanity/client": "7.8.1",
    "@sanity/icons": "^3.7.4",
    "@sanity/image-url": "1",
    "@sanity/vision": "4",
    "framer-motion": "^12.23.9",
    "lucide-react": "^0.536.0",
    "next": "15.1",
    "next-sanity": "10.0.6",
    "nodemailer": "^7.0.5",
    "react": "19",
    "react-countup": "^6.5.3",
    "react-dom": "19",
    "react-icons": "^5.5.0",
    "react-intersection-observer": "^9.16.0",
    "sanity": "4.2.0",
    "styled-components": "6.1"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/nodemailer": "^7.0.0",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
