forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.43 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
{
"name": "@storybook/react-native",
"version": "5.3.0-alpha.22",
"description": "A better way to develop React Native Components for your app",
"keywords": [
"react",
"react-native",
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/react-native",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "app/react-native"
},
"license": "MIT",
"files": [
"bin/**/*",
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"main": "dist/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/core": "^10.0.20",
"@emotion/native": "^10.0.14",
"@storybook/addons": "5.3.0-alpha.22",
"@storybook/channel-websocket": "5.3.0-alpha.22",
"@storybook/channels": "5.3.0-alpha.22",
"@storybook/client-api": "5.3.0-alpha.22",
"@storybook/core-events": "5.3.0-alpha.22",
"core-js": "^3.0.1",
"emotion-theming": "^10.0.19",
"react-native-swipe-gestures": "^1.0.4",
"rn-host-detect": "^1.1.5"
},
"devDependencies": {
"@types/react-native": "^0.57.57",
"react-native": "^0.57.8"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.57.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
}