1 | {
|
2 | "name": "@storybook/theming",
|
3 | "version": "6.5.14",
|
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": "ts-node ../../scripts/prebundle.ts"
|
41 | },
|
42 | "dependencies": {
|
43 | "@storybook/client-logger": "6.5.14",
|
44 | "core-js": "^3.8.2",
|
45 | "memoizerific": "^1.11.3",
|
46 | "regenerator-runtime": "^0.13.7"
|
47 | },
|
48 | "devDependencies": {
|
49 | "@emotion/cache": "^11.7.1",
|
50 | "@emotion/is-prop-valid": "^1.1.2",
|
51 | "@emotion/react": "^11.8.1",
|
52 | "@emotion/styled": "^11.8.1",
|
53 | "@types/node": "^14.14.20 || ^16.0.0",
|
54 | "deep-object-diff": "^1.1.0",
|
55 | "global": "^4.4.0",
|
56 | "polished": "^4.2.2",
|
57 | "ts-dedent": "^2.0.0",
|
58 | "ts-node": "^10.4.0"
|
59 | },
|
60 | "peerDependencies": {
|
61 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
62 | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
63 | },
|
64 | "publishConfig": {
|
65 | "access": "public"
|
66 | },
|
67 | "bundlerEntrypoint": "./src/index.ts",
|
68 | "gitHead": "cf65eb7ff6f58341ecd8010a24ee88d2974a7df5",
|
69 | "sbmodern": "dist/modern/index.js"
|
70 | }
|