UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@storybook/theming",
3 "version": "6.0.14",
4 "description": "Core Storybook Components",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/master/lib/theming",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "lib/theming"
16 },
17 "license": "MIT",
18 "main": "dist/index.js",
19 "types": "dist/index.d.ts",
20 "files": [
21 "dist/**/*",
22 "README.md",
23 "*.js",
24 "*.d.ts",
25 "ts3.5/**/*"
26 ],
27 "scripts": {
28 "prepare": "node ../../scripts/prepare.js"
29 },
30 "dependencies": {
31 "@emotion/core": "^10.0.20",
32 "@emotion/is-prop-valid": "^0.8.6",
33 "@emotion/styled": "^10.0.17",
34 "@storybook/client-logger": "6.0.14",
35 "core-js": "^3.0.1",
36 "deep-object-diff": "^1.1.0",
37 "emotion-theming": "^10.0.19",
38 "global": "^4.3.2",
39 "memoizerific": "^1.11.3",
40 "polished": "^3.4.4",
41 "resolve-from": "^5.0.0",
42 "ts-dedent": "^1.1.1"
43 },
44 "peerDependencies": {
45 "react": "*",
46 "react-dom": "*"
47 },
48 "publishConfig": {
49 "access": "public"
50 },
51 "gitHead": "717fd675c952948094fefd9d7196c5040b95c736",
52 "typesVersions": {
53 "<=3.5": {
54 "*": [
55 "ts3.5/*"
56 ]
57 }
58 }
59}