UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@storybook/theming",
3 "version": "6.1.6",
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.4/**/*"
26 ],
27 "scripts": {
28 "prepare": "node ../../scripts/prepare.js"
29 },
30 "dependencies": {
31 "@emotion/core": "^10.1.1",
32 "@emotion/is-prop-valid": "^0.8.6",
33 "@emotion/styled": "^10.0.23",
34 "@storybook/client-logger": "6.1.6",
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": "^2.0.0"
43 },
44 "peerDependencies": {
45 "react": "^16.8.0 || ^17.0.0",
46 "react-dom": "^16.8.0 || ^17.0.0"
47 },
48 "publishConfig": {
49 "access": "public"
50 },
51 "gitHead": "1f89b5b967974abd3badb3b63d88303dfee4467b",
52 "typesVersions": {
53 "<3.8": {
54 "*": [
55 "ts3.4/*"
56 ]
57 }
58 }
59}