mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
38 lines
941 B
JSON
38 lines
941 B
JSON
{
|
|
"name": "@storybook/addon-viewport",
|
|
"version": "4.1.0-alpha.9",
|
|
"description": "Storybook addon to change the viewport size to mobile",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/viewport",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "preview.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/styled": "^0.10.6",
|
|
"@storybook/addons": "4.1.0-alpha.9",
|
|
"@storybook/components": "4.1.0-alpha.9",
|
|
"@storybook/core-events": "4.1.0-alpha.9",
|
|
"global": "^4.3.2",
|
|
"prop-types": "^15.6.2",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|