@graphiql/plugin-doc-explorer
Version:
62 lines (61 loc) • 1.61 kB
JSON
{
"name": "@graphiql/plugin-doc-explorer",
"version": "0.4.1",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
"directory": "packages/graphiql-plugin-doc-explorer"
},
"homepage": "https://github.com/graphql/graphiql/tree/master/packages/graphiql-plugin-doc-explorer#readme",
"bugs": {
"url": "https://github.com/graphql/graphiql/issues?q=issue+label:@graphiql/plugin-doc-explorer"
},
"license": "MIT",
"exports": {
"./package.json": "./package.json",
"./style.css": "./dist/style.css",
".": "./dist/index.js"
},
"types": "dist/index.d.ts",
"keywords": [
"react",
"graphql",
"graphiql",
"plugin",
"documentation",
"explorer"
],
"files": [
"dist"
],
"scripts": {
"types:check": "tsc --noEmit",
"dev": "vite build --watch --emptyOutDir=false",
"build": "vite build",
"test": "vitest"
},
"peerDependencies": {
"@graphiql/react": "^0.37.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"react": "^18 || ^19",
"react-compiler-runtime": "19.1.0-rc.1",
"react-dom": "^18 || ^19"
},
"dependencies": {
"@headlessui/react": "^2.2",
"zustand": "^5"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@vitejs/plugin-react": "^4.4.1",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"graphql": "^16.9.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"vite": "^6.3.4",
"vite-plugin-dts": "^4.5.3"
}
}