storybook/addons/graphql/package.json
2018-06-20 13:50:17 +03:00

32 lines
756 B
JSON

{
"name": "@storybook/addon-graphql",
"version": "4.0.0-alpha.9",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"global": "^4.3.2",
"graphiql": "^0.11.11",
"graphql": "^0.13.2",
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react": "*"
}
}