UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@storybook/theming",
3 "version": "6.4.22",
4 "description": "Core Storybook Components",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/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 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "main": "dist/cjs/index.js",
24 "module": "dist/esm/index.js",
25 "types": "dist/ts3.9/index.d.ts",
26 "typesVersions": {
27 "<3.8": {
28 "dist/ts3.9/*": [
29 "dist/ts3.4/*"
30 ]
31 }
32 },
33 "files": [
34 "dist/**/*",
35 "README.md",
36 "*.js",
37 "*.d.ts"
38 ],
39 "scripts": {
40 "prepare": "node ../../scripts/prepare.js"
41 },
42 "dependencies": {
43 "@emotion/core": "^10.1.1",
44 "@emotion/is-prop-valid": "^0.8.6",
45 "@emotion/styled": "^10.0.27",
46 "@storybook/client-logger": "6.4.22",
47 "core-js": "^3.8.2",
48 "deep-object-diff": "^1.1.0",
49 "emotion-theming": "^10.0.27",
50 "global": "^4.4.0",
51 "memoizerific": "^1.11.3",
52 "polished": "^4.0.5",
53 "resolve-from": "^5.0.0",
54 "ts-dedent": "^2.0.0"
55 },
56 "peerDependencies": {
57 "react": "^16.8.0 || ^17.0.0",
58 "react-dom": "^16.8.0 || ^17.0.0"
59 },
60 "publishConfig": {
61 "access": "public"
62 },
63 "gitHead": "8dd4fa6ef42f803ec276be18fb78644a827d5b74",
64 "sbmodern": "dist/modern/index.js"
65}