UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@storybook/react-native",
3 "version": "5.3.25",
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://storybook.js.org/",
11 "bugs": {
12 "url": "https://github.com/storybookjs/react-native/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/storybookjs/react-native.git",
17 "directory": "app/react-native"
18 },
19 "license": "MIT",
20 "main": "dist/index.js",
21 "files": [
22 "bin/**/*",
23 "dist/**/*",
24 "README.md",
25 "*.js",
26 "*.d.ts"
27 ],
28 "scripts": {
29 "prepare": "node ../../scripts/prepare.js"
30 },
31 "dependencies": {
32 "@emotion/core": "^10.0.20",
33 "@emotion/native": "^10.0.14",
34 "@storybook/addons": "5.3.21",
35 "@storybook/channel-websocket": "5.3.21",
36 "@storybook/channels": "5.3.21",
37 "@storybook/client-api": "5.3.21",
38 "@storybook/core-events": "5.3.21",
39 "core-js": "^3.0.1",
40 "emotion-theming": "^10.0.19",
41 "react-native-swipe-gestures": "^1.0.4"
42 },
43 "devDependencies": {
44 "@types/react-native": "^0.57.57"
45 },
46 "peerDependencies": {
47 "react": "*",
48 "react-native": ">=0.57.0"
49 },
50 "engines": {
51 "node": ">=8.0.0"
52 },
53 "publishConfig": {
54 "access": "public"
55 },
56 "gitHead": "1fd61890534dee184b1aaffd169dd83211ef487a"
57}