forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.54 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
{
"name": "@storybook/addon-jest",
"version": "6.0.4",
"description": "React storybook addon that show component jest report",
"keywords": [
"addon",
"jest",
"react",
"report",
"results",
"storybook",
"unit-testing"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/jest",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "addons/jest"
},
"license": "MIT",
"author": "Renaud Tertrais <[email protected]> (https://github.com/renaudtertrais)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"ts3.5/**/*"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.0.4",
"@storybook/api": "6.0.4",
"@storybook/components": "6.0.4",
"@storybook/core-events": "6.0.4",
"@storybook/theming": "6.0.4",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react-sizeme": "^2.5.2",
"regenerator-runtime": "^0.13.3",
"upath": "^1.1.0"
},
"devDependencies": {
"@types/webpack-env": "^1.15.2"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ca50653f3a10879a7e0677d2464677a86678c3fe",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}