{
  "name": "quber-playground-ui",
  "private": true,
  "description": "View layer for the answering playground. JSX compiles ahead of time into ../static; the compiled output is committed and a pre-commit hook fails if it drifts from these sources.",
  "scripts": {
    "build": "node build.mjs",
    "check": "node build.mjs --check",
    "lint": "oxlint --config .oxlintrc.json src",
    "format": "prettier --write src build.mjs",
    "format:check": "prettier --check src build.mjs"
  },
  "dependencies": {
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "devDependencies": {
    "esbuild": "0.25.0",
    "oxlint": "1.0.0",
    "prettier": "3.5.0"
  }
}
