{
  "name": "dynamic-portfolio",
  "version": "0.1.0",
  "private": true,
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "dev": "next dev --webpack",
    "build": "next build",
    "start": "node server.js",
    "lint": "eslint",
    "deploy": "npm run build && rm -rf .next/cache .next/dev .next/types .next/diagnostics && find .next public -name '.DS_Store' -delete && scp -r -P 21098 .next public package.json package-lock.json server.js next.config.js ${DEPLOY_USER:-schealso}@${DEPLOY_HOST:-209.74.67.114}:${DEPLOY_PATH:-public_html/2026-site/}"
  },
  "dependencies": {
    "@gsap/react": "^2.1.2",
    "@phosphor-icons/react": "^2.1.10",
    "@react-three/fiber": "^9.5.0",
    "gsap": "^3.13.0",
    "lucide-react": "^0.460.0",
    "next": "16.2.3",
    "nodemailer": "^6.10.1",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "three": "^0.183.2"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/nodemailer": "^6.4.23",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/three": "^0.183.1",
    "eslint": "^9",
    "eslint-config-next": "16.2.3",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
