mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
38 lines
855 B
JSON
38 lines
855 B
JSON
{
|
|
"name": "@storybook/addon-ondevice-backgrounds",
|
|
"version": "5.0.0-alpha.4",
|
|
"description": "A storybook addon to show different backgrounds for your preview",
|
|
"keywords": [
|
|
"addon",
|
|
"background",
|
|
"react",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://storybook.js.org",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.0.0-alpha.4",
|
|
"core-js": "^2.6.1",
|
|
"prop-types": "^15.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|