UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@storybook/react-native",
3 "version": "5.2.8",
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 "files": [
21 "bin/**/*",
22 "dist/**/*",
23 "README.md",
24 "*.js",
25 "*.d.ts"
26 ],
27 "main": "dist/index.js",
28 "scripts": {
29 "prepare": "node ../../scripts/prepare.js"
30 },
31 "dependencies": {
32 "@emotion/core": "^10.0.14",
33 "@emotion/native": "^10.0.14",
34 "@storybook/addons": "5.2.8",
35 "@storybook/channel-websocket": "5.2.8",
36 "@storybook/channels": "5.2.8",
37 "@storybook/client-api": "5.2.8",
38 "@storybook/core-events": "5.2.8",
39 "core-js": "^3.0.1",
40 "emotion-theming": "^10.0.14",
41 "react-native-swipe-gestures": "^1.0.3",
42 "rn-host-detect": "^1.1.5"
43 },
44 "devDependencies": {
45 "@types/react-native": "^0.57.57",
46 "react-native": "^0.57.8"
47 },
48 "peerDependencies": {
49 "react": "*",
50 "react-native": ">=0.57.0"
51 },
52 "engines": {
53 "node": ">=8.0.0"
54 },
55 "publishConfig": {
56 "access": "public"
57 },
58 "gitHead": "1555b7b6a159a9803e2bf48fe4b2095c27b810dc"
59}