{
  "name": "ruru-components",
  "version": "2.0.0",
  "description": "Grafast-flavoured GraphiQL distribution; the underlying React components",
  "main": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./ruru.css": {
      "default": "./ruru.css"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "graphile",
    "graphql",
    "graphiql",
    "graphite",
    "ruru",
    "react",
    "components"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://grafast.org/ruru/",
  "dependencies": {
    "@graphiql/plugin-doc-explorer": "^0.4.1",
    "@graphiql/plugin-explorer": "^5.1.1",
    "@graphiql/plugin-history": "^0.4.1",
    "@graphiql/react": "^0.37.2",
    "@graphiql/toolkit": "^0.11.3",
    "@types/node": "^22.19.1",
    "grafast": "^1.0.0",
    "graphiql": "^5.2.1",
    "graphql-ws": "^6.0.5",
    "mermaid": "^11.12.1",
    "prettier": "^3.6.2",
    "react": "^19.2.0",
    "react-compiler-runtime": "^19.1.0-rc.1",
    "react-dom": "^19.2.0",
    "react-error-boundary": "^6.0.0",
    "ruru-types": "^2.0.0",
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "graphql": "^16.9.0"
  },
  "files": [
    "dist",
    "ruru.css"
  ]
}