{
  "name": "@graphql-yoga/graphiql",
  "version": "4.3.6-alpha-20250518164241-c0997dd90fb6ae2b33a8e3c3981c84483d974a65",
  "type": "module",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql-hive/graphql-yoga.git",
    "directory": "packages/graphiql"
  },
  "author": "Laurin Quast <laurinquast@googlemail.com>",
  "license": "MIT",
  "main": "dist/yoga-graphiql.umd.js",
  "module": "dist/yoga-graphiql.es.js",
  "exports": {
    ".": {
      "require": "./dist/yoga-graphiql.umd.js",
      "import": "./dist/yoga-graphiql.es.js",
      "default": "./dist/yoga-graphiql.es.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "graphql",
    "graphiql"
  ],
  "dependencies": {
    "@graphiql/plugin-explorer": "4.0.4",
    "@graphiql/toolkit": "0.11.1",
    "@graphql-tools/url-loader": "8.0.31",
    "graphiql": "4.0.5",
    "graphql": "16.11.0",
    "json-bigint-patch": "0.0.8",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "tslib": "2.8.1",
    "use-url-search-params": "2.5.1"
  },
  "devDependencies": {
    "@types/react": "19.1.4",
    "@types/react-dom": "19.1.5",
    "@vitejs/plugin-react": "4.4.1",
    "vite": "6.3.5"
  },
  "sideEffects": false,
  "bob": false,
  "scripts": {
    "build": "BUILD=true vite build",
    "check": "tsc --pretty --noEmit",
    "start": "vite"
  }
}