mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:41:08 +08:00
40 lines
955 B
JSON
40 lines
955 B
JSON
{
|
|
"name": "@storybook/addon-graphql",
|
|
"version": "5.2.0-beta.2",
|
|
"description": "Storybook addon to display the GraphiQL IDE",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/graphql",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/graphql"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.2.0-beta.2",
|
|
"@storybook/api": "5.2.0-beta.2",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"graphiql": "^0.13.0",
|
|
"graphql": "^14.2.1",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|