mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:41:15 +08:00
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"name": "@storybook/addon-graphql",
|
|
"version": "6.3.0-alpha.5",
|
|
"description": "Storybook addon to display the GraphiQL IDE",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook",
|
|
"data-state"
|
|
],
|
|
"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/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/ts3.9/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-transform-classes": "^7.12.1",
|
|
"@storybook/addons": "6.3.0-alpha.5",
|
|
"@storybook/api": "6.3.0-alpha.5",
|
|
"babel-loader": "^8.2.2",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0",
|
|
"graphiql": "^0.17.5",
|
|
"graphql": "^15.4.0",
|
|
"prop-types": "^15.7.2",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"webpack": "4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9030fc7598b26f94e209c26152a021b218386b3d",
|
|
"storybook": {
|
|
"displayName": "GraphiQL IDE",
|
|
"icon": "https://pbs.twimg.com/profile_images/618131103509909504/VQLBJ0TR_400x400.png",
|
|
"supportedFrameworks": [
|
|
"react",
|
|
"angular"
|
|
]
|
|
}
|
|
}
|