{
  "name": "fairside-rust-next-store",
  "private": true,
  "version": "0.0.0",
  "main": "server.cjs",
  "scripts": {
    "dev": "next dev",
    "build": "NODE_OPTIONS='--max-old-space-size=1024' next build",
    "start": "NODE_ENV=production node server.cjs",
    "lint": "next lint",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=18.18.0 <20"
  },
  "dependencies": {
    "@supabase/supabase-js": "^2.57.4",
    "@types/node": "^20.17.10",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "autoprefixer": "^10.4.20",
    "eslint": "^8.57.1",
    "eslint-config-next": "14.2.35",
    "lucide-react": "^0.468.0",
    "next": "14.2.35",
    "postcss": "^8.4.49",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-router-dom": "^6.30.2",
    "tailwindcss": "^3.4.17",
    "typescript": "^5.7.2",
    "zod": "^3.24.1"
  }
}