{ "name": "@storybook/theming", "version": "6.0.0-alpha.22", "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", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts", "ts3.5/**/*" ], "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@emotion/core": "^10.0.20", "@emotion/is-prop-valid": "^0.8.6", "@emotion/styled": "^10.0.17", "@storybook/client-logger": "6.0.0-alpha.22", "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.4.4", "resolve-from": "^5.0.0", "ts-dedent": "^1.1.1" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "publishConfig": { "access": "public" }, "gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff", "typesVersions": { "<=3.5": { "*": [ "ts3.5/*" ] } } }