UNPKG

1.3 kBJSONView Raw
1{
2 "name": "@storybook/react-native",
3 "version": "5.1.5",
4 "description": "A better way to develop React Native Components for your app",
5 "keywords": [
6 "react",
7 "react-native",
8 "storybook"
9 ],
10 "homepage": "https://github.com/storybookjs/storybook/tree/master/app/react-native",
11 "bugs": {
12 "url": "https://github.com/storybookjs/storybook/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/storybookjs/storybook.git",
17 "directory": "app/react-native"
18 },
19 "license": "MIT",
20 "main": "dist/index.js",
21 "scripts": {
22 "prepare": "node ../../scripts/prepare.js"
23 },
24 "dependencies": {
25 "@emotion/native": "^10.0.10",
26 "@storybook/addons": "5.1.5",
27 "@storybook/channel-websocket": "5.1.5",
28 "@storybook/channels": "5.1.5",
29 "@storybook/client-api": "5.1.5",
30 "@storybook/core-events": "5.1.5",
31 "core-js": "^3.0.1",
32 "react-native-swipe-gestures": "^1.0.3",
33 "rn-host-detect": "^1.1.5"
34 },
35 "devDependencies": {
36 "@types/react-native": "^0.57.57",
37 "react-native": "^0.57.8"
38 },
39 "peerDependencies": {
40 "react": "*",
41 "react-native": ">=0.57.0"
42 },
43 "engines": {
44 "node": ">=8.0.0"
45 },
46 "publishConfig": {
47 "access": "public"
48 },
49 "gitHead": "12abddaa2f144a65e0dc915939c8e3ab6dfd062c"
50}