mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
cad58e0c43
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9132 Co-authored-by: Divi <32202683+imperfect-fourth@users.noreply.github.com> Co-authored-by: Nicolas Inchauspe <710410+nicoinch@users.noreply.github.com> GitOrigin-RevId: c92295b98c8db2b0ecc6f964b02f49820db4d77d
21 lines
373 B
JSON
21 lines
373 B
JSON
{
|
|
"name": "storybook-addon-console-env",
|
|
"version": "2.0.11",
|
|
"main": "./preset.js",
|
|
"files": [
|
|
"**/*"
|
|
],
|
|
"peerDependencies": {
|
|
"@storybook/addons": "^7.0.7",
|
|
"@storybook/api": "^7.0.7",
|
|
"@storybook/components": "^7.0.7",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"require": "./preset.js"
|
|
}
|
|
}
|
|
}
|