UNPKG

@codinggorilla/storybook-theme-changer

Version:
44 lines (43 loc) 1.07 kB
{ "name": "@codinggorilla/storybook-theme-changer", "version": "1.0.5", "description": "A Storybook addon to change the emotion theme", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "prebuild": "rm -rf ./dist", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/TheCodingGorilla/storybook-theme-changer.git" }, "keywords": [ "Storybook", "Emotion", "Addon", "Theme", "storybook-addon", "emotion", "theme" ], "author": "The Coding Gorilla (http://codinggorilla.co.uk/)", "license": "MIT", "bugs": { "url": "https://github.com/TheCodingGorilla/storybook-theme-changer/issues" }, "homepage": "https://github.com/TheCodingGorilla/storybook-theme-changer#readme", "dependencies": { "@storybook/addons": "^6.1.21", "@storybook/api": "^6.1.21", "@storybook/react": "^6.1.21", "@storybook/theming": "^6.1.21", "typescript": "^4.2.3" }, "peerDependencies": { "@emotion/react": "^11.1.1", "react": "^17.0.1" } }