{ "name": "@storybook/addon-graphql", "version": "5.1.0-alpha.1", "description": "Storybook addon to display the GraphiQL IDE", "keywords": [ "addon", "storybook" ], "homepage": "https://github.com/storybooks/storybook/tree/master/addons/graphql", "bugs": { "url": "https://github.com/storybooks/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybooks/storybook.git", "directory": "addons/graphql" }, "license": "MIT", "main": "dist/index.js", "jsnext:main": "src/index.js", "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "core-js": "^2.6.5", "global": "^4.3.2", "graphiql": "^0.12.0", "graphql": "^14.1.1", "prop-types": "^15.7.2" }, "peerDependencies": { "react": "*" }, "publishConfig": { "access": "public" } }