{
  "name": "sanity-plugin-graphiql",
  "version": "1.7.1",
  "description": "Add GraphiQL to your Sanity desk",
  "keywords": [
    "sanity",
    "sanity-plugin",
    "graphql",
    "graphiql"
  ],
  "homepage": "https://github.com/romeovs/sanity-plugin-graphiql#readme",
  "bugs": {
    "url": "https://github.com/romeovs/sanity-plugin-graphiql/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/romeovs/sanity-plugin-graphiql.git"
  },
  "license": "MIT",
  "author": "Romeo Van Snick <romeo@romeovansnick.be>",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.esm.js",
      "default": "./dist/index.esm.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "sanity.json",
    "src",
    "v2-incompatible.js"
  ],
  "dependencies": {
    "@graphiql/react": "^0.19.4",
    "@graphiql/toolkit": "^0.9.2",
    "@sanity/icons": "^2.11.8",
    "@sanity/incompatible-plugin": "^1.0.4",
    "@sanity/ui": "^2.8.9",
    "graphiql": "^3.7.1"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^2.4.10",
    "@sanity/plugin-kit": "^3.1.12",
    "@types/react": "^18.3.11",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-sanity": "^6.0.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-react": "^7.37.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "lint-staged": "^15.2.10",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.3.3",
    "prettier-plugin-packagejson": "^2.5.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-is": "^18.3.1",
    "rimraf": "^5.0.10",
    "rollup-plugin-styles": "^4.0.0",
    "sanity": "^3.60.0",
    "styled-components": "^5.3.11",
    "typescript": "^5.6.3",
    "vite": "^4.5.5",
    "vitest": "^0.34.6"
  },
  "peerDependencies": {
    "react": "^18",
    "sanity": "^3"
  },
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "build": "run-s clean && plugin-kit verify-package --silent && pkg-utils build --strict && pkg-utils --strict",
    "clean": "rimraf dist",
    "format": "prettier --write --cache --ignore-unknown .",
    "link-watch": "plugin-kit link-watch",
    "lint": "eslint .",
    "watch": "pkg-utils watch --strict",
    "test": "vitest run"
  }
}