@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`.
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "@graphql-yoga/graphiql",
"type": "module",
"version": "3.0.0-alpha-20220922084354-e4d7cbd8",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-yoga.git",
"directory": "packages/graphiql"
},
"files": [
"dist"
],
"scripts": {
"start": "vite",
"build": "vite build",
"check": "tsc --pretty --noEmit"
},
"keywords": [
"graphql",
"graphiql"
],
"author": "Laurin Quast <laurinquast@googlemail.com>",
"license": "MIT",
"devDependencies": {
"@types/react": "17.0.50",
"@vitejs/plugin-react": "1.3.2",
"vite": "3.1.3"
},
"dependencies": {
"@graphiql/plugin-explorer": "^0.1.4",
"@graphiql/toolkit": "^0.8.0",
"@graphql-tools/url-loader": "7.16.2",
"graphiql": "2.0.7",
"graphql": "16.6.0",
"json-bigint-patch": "0.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"use-url-search-params": "2.5.1"
},
"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"
},
"bob": false,
"sideEffects": false
}