{
  "name": "nextjs",
  "version": "0.1.0",
  "private": true,
  "pnpm": {
    "overrides": {
      "glob": "^10.4.5",
      "source-map": "0.7.4"
    }
  },
  "scripts": {
    "dev": "next dev --experimental-https",
    "build": "next build",
    "build:analyze": "cross-env ANALYZE=true next build",
    "start": "next start",
    "lint": "eslint",
    "deploy:cpanel": "node scripts/deploy-cpanel.mjs"
  },
  "dependencies": {
    "@ducanh2912/next-pwa": "^10.2.9",
    "@next/bundle-analyzer": "^16.2.10",
    "@number-flow/react": "^0.5.14",
    "@tailwindcss/typography": "^0.5.20",
    "@tanstack/react-query": "^5.101.1",
    "@tanstack/react-query-devtools": "^5.101.1",
    "@types/react-window": "^1.8.8",
    "framer-motion": "^12.41.0",
    "gsap": "^3.15.0",
    "laravel-echo": "^2.3.7",
    "lenis": "^1.3.23",
    "lottie-react": "^2.4.1",
    "lucide-react": "^0.562.0",
    "next": "^16.2.9",
    "pusher-js": "^8.5.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "react-markdown": "^10.1.0",
    "react-window": "^2.2.7",
    "sonner": "^2.0.7",
    "wanakana": "^5.3.1"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.3.1",
    "@types/node": "^25.9.4",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@types/wanakana": "^4.0.6",
    "cross-env": "^7.0.3",
    "eslint": "^9.39.4",
    "eslint-config-next": "^16.2.9",
    "tailwindcss": "^4.3.1",
    "typescript": "^5.9.3"
  }
}
