mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:41:18 +08:00
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "@storybook/addon-backgrounds",
|
|
"version": "6.1.0-alpha.13",
|
|
"description": "A storybook addon to show different backgrounds for your preview",
|
|
"keywords": [
|
|
"addon",
|
|
"background",
|
|
"react",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/backgrounds",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/backgrounds"
|
|
},
|
|
"license": "MIT",
|
|
"author": "jbaxleyiii",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.4/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.1.0-alpha.13",
|
|
"@storybook/api": "6.1.0-alpha.13",
|
|
"@storybook/client-logger": "6.1.0-alpha.13",
|
|
"@storybook/components": "6.1.0-alpha.13",
|
|
"@storybook/core-events": "6.1.0-alpha.13",
|
|
"@storybook/theming": "6.1.0-alpha.13",
|
|
"core-js": "^3.0.1",
|
|
"memoizerific": "^1.11.3",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-env": "^1.15.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "76ebd96c33a5c55a51e26273c4e78368e86f4e82",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"ts3.4/*"
|
|
]
|
|
}
|
|
}
|
|
}
|