UNPKG

@react-theming/storybook-addon

Version:

Develop themes and themable components with Emotion, Styled Components, Material-UI and your custom solution

134 lines (133 loc) 3.73 kB
{ "name": "@react-theming/storybook-addon", "description": "Develop themes and themable components with Emotion, Styled Components, Material-UI and your custom solution", "version": "1.1.10", "private": false, "main": "dist/index.js", "homepage": "https://github.com/react-theming/storybook-addon", "bugs": { "url": "https://github.com/react-theming/storybook-addon/issues" }, "repository": { "type": "git", "url": "https://github.com/react-theming/storybook-addon.git" }, "author": "Oleg Proskurin (https://github.com/UsulPro)", "scripts": { "start-storybook": "start-storybook -p 9001 -s public --ci --no-manager-cache", "prepare": "package-prepare", "prestart": "relative-deps", "predev": "relative-deps", "start": "nodemon --exec yarn start-storybook", "dev": "nodemon --exec yarn prepare", "build-storybook": "build-storybook -s public", "test": "react-scripts test", "lint": "eslint src", "lint:fix": "eslint src --fix", "deploy-storybook": "storybook-to-ghpages" }, "dependencies": { "@codemirror/theme-one-dark": "0.19.0", "@focus-reactive/react-yaml": "^1.1.2", "@react-theming/flatten": "^0.1.1", "@react-theming/theme-name": "^1.0.3", "@react-theming/theme-swatch": "^1.0.0", "@storybook/addon-devkit": "^1.4.2", "@usulpro/react-json-view": "^2.0.1", "color-string": "^1.9.1", "react-color": "^2.18.0" }, "relativeDependencies": { "@react-theming/theme-name": "../theme-name", "@storybook/addon-devkit": "../addon-development-kit" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/preset-env": "^7.13.10", "@babel/preset-react": "^7.12.13", "@storybook/addon-actions": "^6.5.9", "@storybook/addon-backgrounds": "^6.5.9", "@storybook/addon-links": "^6.5.9", "@storybook/addons": "^6.5.9", "@storybook/react": "^6.5.9", "@storybook/storybook-deployer": "^2.8.7", "@storybook/theming": "^6.5.9", "@usulpro/package-prepare": "^1.3.1", "babel-eslint": "^10.0.2", "babel-loader": "^8.2.2", "eslint": "^7.22.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jest": "^24.3.2", "eslint-plugin-json": "^2.1.1", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.1.0", "nodemon": "^2.0.7", "prettier": "^2.0.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "3.0.1", "relative-deps": "^1.0.7", "storybook-dark-mode": "^1.0.7" }, "peerDependencies": { "@storybook/react": "*", "@storybook/theming": "*", "react": "*" }, "keywords": [ "storybook", "storybook-addons", "style", "react", "material", "ui", "material-ui", "emotion", "styled-components", "jss", "addon", "decorator", "theme", "theming", "themable", "editor", "switch themes", "change colors", "tool", "develop", "isolation", "themable components", "customization", "dark theme", "light theme", "storybook-addon", "appearance" ], "storybook": { "displayName": "React Theming" }, "resolutions": { "@usulpro/react-json-view": "^2.0.1" }, "license": "MIT" }