{
  "name": "@graphiql/plugin-history",
  "version": "0.4.1",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql/graphiql",
    "directory": "packages/graphiql-plugin-history"
  },
  "homepage": "https://github.com/graphql/graphiql/tree/master/packages/graphiql-plugin-history#readme",
  "bugs": {
    "url": "https://github.com/graphql/graphiql/issues?q=issue+label:@graphiql/plugin-history"
  },
  "license": "MIT",
  "exports": {
    "./package.json": "./package.json",
    "./style.css": "./dist/style.css",
    ".": "./dist/index.js"
  },
  "types": "dist/index.d.ts",
  "keywords": [
    "react",
    "graphql",
    "graphiql",
    "plugin",
    "history"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "types:check": "tsc --noEmit",
    "dev": "vite build --watch --emptyOutDir=false",
    "build": "vite build",
    "test": "vitest"
  },
  "peerDependencies": {
    "@graphiql/react": "^0.37.0",
    "react": "^18 || ^19",
    "react-compiler-runtime": "19.1.0-rc.1",
    "react-dom": "^18 || ^19"
  },
  "dependencies": {
    "@graphiql/toolkit": "^0.11.3",
    "zustand": "^5"
  },
  "devDependencies": {
    "@testing-library/react": "^16.1.0",
    "@vitejs/plugin-react": "^4.4.1",
    "babel-plugin-react-compiler": "19.1.0-rc.1",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "vite": "^6.3.4",
    "vite-plugin-dts": "^4.5.3"
  }
}
