storybook-addon-themes
Version:
A storybook addon to switch between different themes for your preview
95 lines (94 loc) • 2.43 kB
JSON
{
"name": "storybook-addon-themes",
"version": "6.1.0",
"description": "A storybook addon to switch between different themes for your preview",
"keywords": [
"addon",
"frontend",
"react",
"reactjs",
"storybook",
"storybookjs",
"svelte",
"theme",
"tool",
"ui",
"user interface",
"vue",
"vuejs",
"storybook-addon",
"style"
],
"homepage": "https://github.com/tonai/storybook-addon-themes",
"bugs": {
"url": "https://github.com/tonai/storybook-addon-themes/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tonai/storybook-addon-themes.git"
},
"license": "MIT",
"author": "tonai",
"main": "dist/react.js",
"types": "dist/react.d.ts",
"scripts": {
"prepare": "node ./scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "^6.0.0",
"@storybook/api": "^6.0.0",
"@storybook/components": "^6.0.0",
"@storybook/core-events": "^6.0.0",
"@storybook/theming": "^6.0.0",
"core-js": "^3.6.4",
"global": "^4.4.0",
"memoizerific": "^1.11.3"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@types/jest": "^25.1.1",
"@types/node": "^13.7.0",
"@types/react": "^16.8.14",
"@types/webpack": "^4.41.4",
"@types/webpack-env": "^1.15.1",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-emotion": "^10.0.27",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-require-context-hook": "^1.0.0",
"chalk": "^3.0.0",
"npmlog": "^4.1.2",
"shelljs": "^0.8.3",
"typescript": "~3.7.5"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"svelte": {
"optional": true
},
"vue": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"storybook": {
"displayName": "Theme switcher",
"unsupportedFrameworks": [
"react-native"
]
}
}