mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@storybook/addon-ondevice-backgrounds",
|
|
"version": "5.3.0-alpha.36",
|
|
"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",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.3.0-alpha.36",
|
|
"@storybook/api": "5.3.0-alpha.36",
|
|
"@storybook/client-api": "5.3.0-alpha.36",
|
|
"core-js": "^3.0.1",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|