{
  "name": "@karma/marketing-landing-page",
  "version": "0.0.4",
  "private": true,
  "scripts": {
    "dev": "next dev -p 3004",
    "build": "next build",
    "start": "next start -p 3004",
    "lint": "eslint"
  },
  "dependencies": {
    "embla-carousel-react": "^8.5.2",
    "framer-motion": "^12.38.0",
    "libphonenumber-js": "^1.12.36",
    "next": "16.1.6",
    "nodemailer": "^7.0.13",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-google-recaptcha": "^3.1.0",
    "react-icons": "^5.5.0",
    "react-phone-input-2": "^2.15.1",
    "react-toastify": "^11.0.5",
    "swiper": "^12.1.0",
    "zustand": "^5.0.11"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/nodemailer": "^7.0.2",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/react-google-recaptcha": "^2.1.9",
    "eslint": "^9",
    "eslint-config-next": "16.1.6",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}