{ "name": "@storybook/theming", "version": "5.2.0-beta.30", "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", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@emotion/core": "^10.0.14", "@emotion/styled": "^10.0.14", "@storybook/client-logger": "5.2.0-beta.30", "common-tags": "^1.8.0", "core-js": "^3.0.1", "deep-object-diff": "^1.1.0", "emotion-theming": "^10.0.14", "global": "^4.3.2", "memoizerific": "^1.11.3", "polished": "^3.3.1", "prop-types": "^15.7.2", "resolve-from": "^5.0.0" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "publishConfig": { "access": "public" } }