{
  "budgets": {
    "bundle": {
      "maxPerComponent": {
        "size": "10KB",
        "gzipped": "3KB"
      },
      "maxLibrary": {
        "size": "200KB", 
        "gzipped": "50KB"
      }
    },
    "performance": {
      "maxRenderTime": "50ms",
      "maxMemoryLeak": "0MB",
      "maxFirstPaint": "100ms"
    },
    "thresholds": {
      "warning": 0.8,
      "error": 1.0
    }
  },
  "components": {
    "button": {
      "maxSize": "5KB",
      "maxGzipped": "1.5KB"
    },
    "input": {
      "maxSize": "8KB", 
      "maxGzipped": "2KB"
    },
    "modal": {
      "maxSize": "12KB",
      "maxGzipped": "3KB"
    },
    "toast": {
      "maxSize": "6KB",
      "maxGzipped": "1.8KB"
    },
    "loading": {
      "maxSize": "4KB",
      "maxGzipped": "1.2KB"
    },
    "badge": {
      "maxSize": "3KB",
      "maxGzipped": "1KB"
    }
  },
  "environments": {
    "mobile": {
      "maxBundleSize": "150KB",
      "maxGzipped": "40KB"
    },
    "desktop": {
      "maxBundleSize": "200KB", 
      "maxGzipped": "50KB"
    }
  }
}
