mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
33 lines
808 B
JSON
33 lines
808 B
JSON
{
|
|
"name": "@storybook/addon-graphql",
|
|
"version": "3.2.15",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|