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`.

54 lines 1.33 kB
{ "name": "@graphql-yoga/graphiql", "version": "4.2.0-rc-20231016132816-021ff90e", "type": "module", "description": "", "repository": { "type": "git", "url": "https://github.com/dotansimha/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": "^0.1.4", "@graphiql/toolkit": "0.8.4", "@graphql-tools/url-loader": "8.0.0", "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" }, "devDependencies": { "@types/react": "18.2.8", "@types/react-dom": "18.2.4", "@vitejs/plugin-react": "4.0.0", "vite": "4.3.9" }, "sideEffects": false, "bob": false, "scripts": { "build": "vite build", "check": "tsc --pretty --noEmit", "start": "vite" } }