storybook/addons/graphql/package.json
2018-02-03 11:54:40 +09:00

34 lines
848 B
JSON

{
"name": "@storybook/addon-graphql",
"version": "3.4.0-alpha.7",
"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",
"jsnext:main": "src/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.11",
"graphql": "^0.12.3",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "*"
}
}