mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
35 lines
848 B
JSON
35 lines
848 B
JSON
{
|
|
"name": "@storybook/addon-preview-wrapper",
|
|
"version": "6.0.0-alpha.7",
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.0.0-alpha.7",
|
|
"react": "^16.8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
|
|
}
|