{
  "name": "urbangamers",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "lint:fix": "next lint --fix",
    "type-check": "tsc --noEmit",
    "build:analyze": "ANALYZE=true next build",
    "security:audit": "npm audit",
    "security:fix": "npm audit fix",
    "test": "echo \"No tests specified\" && exit 0",
    "download:skins": "node scripts/download-skins.mjs",
    "postbuild": "next-sitemap",
    "deploy:production": "NODE_ENV=production npm run build && pm2 start ecosystem.config.js --env production"
  },
  "dependencies": {
    "@formatjs/intl-localematcher": "^0.5.4",
    "bcryptjs": "^2.4.3",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.0",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "express-rate-limit": "^7.1.5",
    "helmet": "^7.1.0",
    "lucide-react": "^0.294.0",
    "mysql2": "^3.6.5",
    "next": "14.0.4",
    "next-intl": "^3.24.0",
    "next-sitemap": "^4.2.3",
    "react": "^18",
    "react-dom": "^18",
    "tailwind-merge": "^2.2.0"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.6",
    "@types/compression": "^1.7.5",
    "@types/cors": "^2.8.17",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "autoprefixer": "^10.0.1",
    "eslint": "^8",
    "eslint-config-next": "14.0.4",
    "postcss": "^8",
    "sharp": "^0.34.5",
    "tailwindcss": "^3.3.0",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "^5"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/urbangamers/urbangamers-web"
  },
  "keywords": [
    "gaming",
    "mta",
    "san-andreas",
    "multiplayer",
    "urbangamers"
  ],
  "author": "UrbanGamers Team",
  "license": "MIT"
}
