{ "name": "@storybook/addon-graphql", "version": "3.2.14", "description": "Storybook addon to display the GraphiQL IDE", "keywords": [ "storybook" ], "homepage": "https://github.com/storybooks/storybook/tree/master/addons/graphql", "bugs": { "url": "https://github.com/storybooks/storybook/issues" }, "license": "MIT", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/storybooks/storybook.git" }, "scripts": { "deploy-storybook": "storybook-to-ghpages", "prepare": "node ../../scripts/prepare.js", "storybook": "start-storybook -p 9001" }, "dependencies": { "global": "^4.3.2", "graphiql": "^0.11.10", "graphql": "^0.11.7", "prop-types": "^15.6.0" }, "devDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", "shelljs": "^0.7.8" }, "peerDependencies": { "react": "*" } }