{ "name": "@storybook/theming", "version": "5.3.0-beta.16", "description": "Core Storybook Components", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/master/lib/theming", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "lib/theming" }, "license": "MIT", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@emotion/core": "^10.0.20", "@emotion/styled": "^10.0.17", "@storybook/client-logger": "5.3.0-beta.16", "core-js": "^3.0.1", "deep-object-diff": "^1.1.0", "emotion-theming": "^10.0.19", "global": "^4.3.2", "memoizerific": "^1.11.3", "polished": "^3.3.1", "prop-types": "^15.7.2", "resolve-from": "^5.0.0", "ts-dedent": "^1.1.0" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "publishConfig": { "access": "public" } }