UNPKG

@storybook/addon-backgrounds

Version:

Switch backgrounds to view components in different settings

103 lines 2.42 kB
{ "name": "@storybook/addon-backgrounds", "version": "8.6.12", "description": "Switch backgrounds to view components in different settings", "keywords": [ "addon", "background", "react", "storybook", "essentials", "design" ], "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/backgrounds", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "code/addons/backgrounds" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "author": "jbaxleyiii", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./preview": { "types": "./dist/preview.d.ts", "import": "./dist/preview.mjs", "require": "./dist/preview.js" }, "./manager": "./dist/manager.js", "./register": "./dist/manager.js", "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "typesVersions": { "*": { "*": [ "dist/index.d.ts" ], "preview": [ "dist/preview.d.ts" ] } }, "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts", "!src/**/*" ], "scripts": { "check": "jiti ../../../scripts/prepare/check.ts", "prep": "jiti ../../../scripts/prepare/addon-bundle.ts" }, "dependencies": { "@storybook/global": "^5.0.0", "memoizerific": "^1.11.3", "ts-dedent": "^2.0.0" }, "devDependencies": { "@storybook/icons": "^1.2.12", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.7.3" }, "peerDependencies": { "storybook": "^8.6.12" }, "publishConfig": { "access": "public" }, "bundler": { "exportEntries": [ "./src/index.ts" ], "managerEntries": [ "./src/manager.tsx" ], "previewEntries": [ "./src/preview.ts" ] }, "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16", "storybook": { "displayName": "Backgrounds", "icon": "https://user-images.githubusercontent.com/263385/101991667-479cc600-3c7c-11eb-96d3-410e936252e7.png", "unsupportedFrameworks": [ "react-native" ] } }