mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:01:26 +08:00
40 lines
1004 B
JSON
40 lines
1004 B
JSON
{
|
|
"name": "@storybook/addon-preview-wrapper",
|
|
"version": "6.3.0-alpha.16",
|
|
"description": "preview wrapper addon for storybook",
|
|
"keywords": [
|
|
"addon",
|
|
"devkit",
|
|
"storybook",
|
|
"types"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/storybookjs/storybook.git",
|
|
"directory": "dev-kit/addon-preview-wrappe"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/ts3.9/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.3.0-alpha.16",
|
|
"react": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "11ea895ed3be540d4a353eed8bc50aa08cf5fcf5"
|
|
}
|