{
  "name": "startup-nextjs-template",
  "version": "2.2.1",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@tailwindcss/postcss": "^4.1.3",
    "eslint": "^9.24.0",
    "eslint-config-next": "15.1.6",
    "lucide-react": "^1.17.0",
    "next": "16.0.10",
    "next-themes": "^0.2.1",
    "nodemailer": "^8.0.10",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-icons": "^5.6.0",
    "yet-another-react-lightbox": "^3.32.0"
  },
  "devDependencies": {
    "@types/node": "^20.8.9",
    "@types/nodemailer": "^8.0.0",
    "@types/react": "19.1.0",
    "@types/react-dom": "19.1.0",
    "autoprefixer": "^10.5.0",
    "baseline-browser-mapping": "^2.10.32",
    "postcss": "^8.5.15",
    "prettier": "^3.2.5",
    "prettier-plugin-tailwindcss": "^0.6.11",
    "tailwindcss": "^4.3.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=20"
  }
}
