{
  "name": "react",
  "displayName": "React",
  "framework": "react",
  "description": "Production-ready React 19 + Vite with TypeScript, Router, TanStack Query, and more",
  "compatibility": {
    "auth": ["better-auth"]
  },
  "files": [
    "src/",
    "public/",
    ".env.example",
    ".gitignore",
    ".prettierignore",
    ".prettierrc",
    "eslint.config.js",
    "index.html",
    "package.json",
    "README.md",
    "tsconfig.json",
    "tsconfig.app.json",
    "tsconfig.node.json",
    "vite.config.ts"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "preview": "vite preview"
  },
  "jsScripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "preview": "vite preview"
  }
}
