{
  "name": "base-nextjs-project",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "node app.js",
    "start:next": "next start",
    "lint": "next lint",
    "deploy:build": "npm run build && npm run start",
    "cpanel:install": "npm ci --include=optional",
    "cpanel:build": "npm run build",
    "cpanel:start": "node app.js",
    "build:check": "node -e \"console.log('Next.js build check:'); const fs = require('fs'); const path = '.next/BUILD_ID'; console.log(fs.existsSync(path) ? 'BUILD_ID exists' : 'BUILD_ID missing - run npm run build');\""
  },
  "engines": {
    "node": "18.20.8"
  },
  "dependencies": {
    "next": "14.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "pusher": "^5.1.3",
    "pusher-js": "^8.4.0-rc2",
    "qrcode": "^1.5.3",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.8.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/qrcode": "^1.5.2",
    "@types/uuid": "^10.0.0",
    "eslint": "^8.52.0",
    "eslint-config-next": "14.0.0",
    "typescript": "^5.2.0",
    "tailwindcss": "^3.3.0",
    "autoprefixer": "^10.4.14",
    "@eslint/eslintrc": "^3"
  }
}