{
  "name": "nextjs-starter",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start -p 3000 -H 0.0.0.0",
    "start:next": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@gsap/react": "^2.1.2",
    "@lottiefiles/react-lottie-player": "^3.6.0",
    "@react-google-maps/api": "^2.20.7",
    "@studio-freight/lenis": "^1.0.42",
    "@studio-freight/react-lenis": "^0.0.47",
    "@types/react-select": "^5.0.1",
    "axios": "^1.11.0",
    "gsap": "^3.13.0",
    "lenis": "^1.3.11",
    "next": "15.4.2",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-responsive": "^10.0.1",
    "react-select": "^5.10.2",
    "react-toastify": "^11.0.5",
    "swiper": "^11.2.10",
    "tailwind-merge": "^3.4.0",
    "yet-another-react-lightbox": "^3.27.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "15.4.2",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
