mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:31:13 +08:00
45 lines
963 B
JSON
45 lines
963 B
JSON
{
|
|
"name": "@storybook/addon-ondevice-backgrounds",
|
|
"version": "5.2.8",
|
|
"description": "A react-native storybook addon to show different backgrounds for your preview",
|
|
"keywords": [
|
|
"addon",
|
|
"background",
|
|
"react",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://storybook.js.org",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/ondevice-backgrounds"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/**/*",
|
|
"docs/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.2.8",
|
|
"core-js": "^3.0.1",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|