mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@storybook/addon-graphql",
|
|
"version": "6.0.0-beta.9",
|
|
"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",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.5/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-transform-classes": "^7.9.2",
|
|
"@storybook/addons": "6.0.0-beta.9",
|
|
"@storybook/api": "6.0.0-beta.9",
|
|
"@types/webpack": "^4.41.9",
|
|
"babel-loader": "^8.0.6",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"graphiql": "^0.17.5",
|
|
"graphql": "^15.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"webpack": "^4.43.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
|
|
"typesVersions": {
|
|
"<=3.5": {
|
|
"*": [
|
|
"ts3.5/*"
|
|
]
|
|
}
|
|
}
|
|
}
|