-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@storybook/ui",
"version": "6.4.9",
"description": "Core Storybook UI",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/ui",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/ui"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
},
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"dependencies": {
"@emotion/core": "^10.1.1",
"@storybook/addons": "6.4.9",
"@storybook/api": "6.4.9",
"@storybook/channels": "6.4.9",
"@storybook/client-logger": "6.4.9",
"@storybook/components": "6.4.9",
"@storybook/core-events": "6.4.9",
"@storybook/router": "6.4.9",
"@storybook/semver": "^7.3.2",
"@storybook/theming": "6.4.9",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.8.2",
"core-js-pure": "^3.8.2",
"downshift": "^6.0.15",
"emotion-theming": "^10.0.27",
"fuse.js": "^3.6.1",
"global": "^4.4.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.3",
"memoizerific": "^1.11.3",
"polished": "^4.0.5",
"qs": "^6.10.0",
"react-draggable": "^4.4.3",
"react-helmet-async": "^1.0.7",
"react-sizeme": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"resolve-from": "^5.0.0",
"store2": "^2.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@testing-library/react": "^11.2.2",
"babel-loader": "^8.0.0",
"chromatic": "^6.0.2",
"enzyme": "^3.11.0",
"flush-promises": "^1.0.2",
"terser-webpack-plugin": "^5.0.3",
"webpack": "4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d6b59f78a528a5c7922e71d28b583dd31ad67e7d",
"sbmodern": "dist/modern/index.js"
}