UNPKG

@graphql-yoga/graphiql

Version:

This the GraphiQL used by GraphQL Yoga. This package is currently not published to npm and only contains the React component `GraphQLYoga`.

55 lines 1.41 kB
{ "name": "@graphql-yoga/graphiql", "version": "4.4.1-alpha-20250906194016-8ff5d81a715f461f2e7e2b2ece23fdd1ff3d26b9", "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": "5.1.1", "@graphiql/toolkit": "0.11.3", "@graphql-tools/url-loader": "9.0.0", "graphiql": "5.2.0", "graphql": "16.11.0", "json-bigint-patch": "0.0.8", "react": "19.1.1", "react-dom": "19.1.1", "tslib": "2.8.1" }, "devDependencies": { "@types/react": "19.1.12", "@types/react-dom": "19.1.9", "@vitejs/plugin-react": "5.0.2", "vite": "7.1.4", "vite-plugin-monaco-editor": "1.1.0" }, "sideEffects": false, "bob": false, "scripts": { "build": "BUILD=true vite build", "check": "tsc --pretty --noEmit", "start": "vite" } }