-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
44 lines (44 loc) · 1.26 KB
/
package.json
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
{
"name": "MyApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "open ios/MyApp.xcworkspace"
},
"dependencies": {
"firebase": "^3.6.7",
"lodash": "^4.17.4",
"mobx": "^3.0.2",
"mobx-react": "^4.1.0",
"moment": "^2.17.1",
"react": "~15.4.0-rc.4",
"react-native": "0.40.0",
"react-native-animatable": "^1.1.0",
"react-native-code-push": "1.17.0-beta",
"react-native-fetch-blob": "0.10.2-beta.8",
"react-native-gifted-chat": "0.1.1",
"react-native-google-analytics-bridge": "^5.0.0",
"react-native-image-picker": "^0.25.1",
"react-native-keyboard-aware-scroll-view": "^0.2.6",
"react-native-lightbox": "^0.6.0",
"react-native-loading-spinner-overlay": "^0.4.1",
"react-native-mobx": "^0.3.1",
"react-native-modal-picker": "^0.0.16",
"react-native-onesignal": "^3.0.0",
"react-native-scrollable-tab-view": "^0.7.1",
"react-native-share": "1.0.19",
"react-native-vector-icons": "^4.0.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0-rc.4"
},
"jest": {
"preset": "react-native"
}
}