@graphiql/plugin-code-exporter
Version:
This package provides a plugin that integrates the [GraphiQL Code Exporter](https://github.com/OneGraph/graphiql-code-exporter) into the GraphiQL UI.
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "@graphiql/plugin-code-exporter",
"version": "3.1.4",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
"directory": "packages/graphiql-plugin-code-exporter"
},
"author": "LekoArts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"license": "MIT",
"keywords": [
"react",
"graphql",
"graphiql",
"plugin",
"explorer"
],
"files": [
"dist",
"src",
"types"
],
"scripts": {
"prebuild": "rimraf dist types",
"dev": "vite",
"build": "tsc --emitDeclarationOnly && node resources/copy-types.mjs && vite build && UMD=true vite build",
"preview": "vite preview"
},
"dependencies": {
"graphiql-code-exporter": "^3.0.3"
},
"peerDependencies": {
"@graphiql/react": "^0.28.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^0.28.0",
"@vitejs/plugin-react": "^4.3.1",
"graphql": "^16.9.0",
"postcss-nesting": "^10.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.6.3",
"vite": "^5.3.6"
}
}