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

43 lines (42 loc) 980 B
{ "name": "@graphql-yoga/graphiql", "type": "module", "version": "2.4.0", "description": "", "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-yoga.git", "directory": "packages/graphiql" }, "main": "dist/yoga-graphiql.es.js", "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.39", "@vitejs/plugin-react-refresh": "1.3.6", "vite": "2.9.9" }, "dependencies": { "@graphql-tools/url-loader": "^7.9.20", "copy-to-clipboard": "^3.3.1", "graphiql": "^1.8.8", "graphiql-explorer": "^0.9.0", "graphql": "^16.3.0", "react": "17.0.2", "react-dom": "17.0.2", "use-url-search-params": "^2.5.1", "json-bigint-patch": "^0.0.8" } }