mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:31:08 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@storybook/addon-viewport",
|
|
"version": "5.1.0-alpha.30",
|
|
"description": "Storybook addon to change the viewport size to mobile",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/viewport",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git",
|
|
"directory": "addons/viewport"
|
|
},
|
|
"license": "MIT",
|
|
"main": "preview.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.1.0-alpha.30",
|
|
"@storybook/client-logger": "5.1.0-alpha.30",
|
|
"@storybook/components": "5.1.0-alpha.30",
|
|
"@storybook/core-events": "5.1.0-alpha.30",
|
|
"@storybook/theming": "5.1.0-alpha.30",
|
|
"core-js": "^2.6.5",
|
|
"global": "^4.3.2",
|
|
"memoizerific": "^1.11.3",
|
|
"prop-types": "^15.7.2",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|