-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.35 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.35 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"deep-equal": "^1.0.1",
"ejson": "^2.1.2",
"expo": "^32.0.0",
"i18n-js": "^3.2.1",
"i18next": "^11.6.0",
"js-base64": "^2.4.9",
"js-sha256": "^0.9.0",
"lodash": "^4.17.11",
"markdown-it-flowdock": "^0.3.7",
"moment": "^2.22.2",
"node-polyglot": "^2.3.0",
"prop-types": "^15.6.2",
"pubsub-js": "^1.7.0",
"react": "16.5.0",
"react-emojione": "^5.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-actionsheet": "^2.4.2",
"react-native-animatable": "^1.3.0",
"react-native-communications": "^2.2.1",
"react-native-dialog": "^5.5.0",
"react-native-expo-image-cache": "^3.2.0",
"react-native-extended-stylesheet": "^0.9.0",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-image-zoom-viewer": "^2.2.24",
"react-native-keyboard-aware-scroll-view": "^0.7.4",
"react-native-lightbox": "https://github.com/ZackLeonardo/react-native-lightbox",
"react-native-markdown-renderer": "^3.2.8",
"react-native-meteor": "^1.4.0",
"react-native-modal": "^7.0.0",
"react-native-optimized-flatlist": "^1.0.4",
"react-native-picker-select": "^5.1.0",
"react-native-responsive-ui": "^1.1.1",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-searchbar": "^1.15.0",
"react-native-slider": "^0.11.0",
"react-native-swipeout": "^2.3.6",
"react-native-video": "^4.0.1",
"react-navigation": "^3.0.9",
"react-navigation-redux-helpers": "^2.0.5",
"react-redux": "^6.0.1",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-enhancer-react-native-appstate": "^0.3.1",
"redux-saga": "^0.16.0",
"shallowequal": "^1.1.0",
"underscore": "^1.9.1"
},
"peerDependencies": {
"react-native-svg": "^9.3.6"
},
"devDependencies": {
"babel-jest": "^23.4.2",
"jest": "^23.5.0",
"jest-cli": "^23.5.0",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.4.2"
},
"jest": {
"preset": "react-native"
}
}