{ "name": "@storybook/react-native", "version": "5.2.0-beta.2", "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", "main": "dist/index.js", "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@emotion/core": "^10.0.14", "@emotion/native": "^10.0.14", "@storybook/addons": "5.2.0-beta.2", "@storybook/channel-websocket": "5.2.0-beta.2", "@storybook/channels": "5.2.0-beta.2", "@storybook/client-api": "5.2.0-beta.2", "@storybook/core-events": "5.2.0-beta.2", "core-js": "^3.0.1", "emotion-theming": "^10.0.14", "react-native-swipe-gestures": "^1.0.3", "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" } }