forked from EvanBacon/expo-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.39 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
{
"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"
},
"dependencies": {
"@rematch/core": "^0.6.0",
"@rematch/persist": "^0.2.1",
"expo": "^31.0.2",
"expo-firebase-analytics": "^1.0.0-rc.5",
"expo-firebase-app": "^1.0.0-rc.5",
"expo-firebase-auth": "^1.0.0-rc.5",
"expo-firebase-crashlytics": "^1.0.0-rc.5",
"expo-firebase-database": "^1.0.0-rc.5",
"expo-firebase-firestore": "^1.0.0-rc.5",
"expo-firebase-functions": "^1.0.0-rc.5",
"expo-firebase-instance-id": "^1.0.0-rc.5",
"expo-firebase-invites": "^1.0.0-rc.5",
"expo-firebase-links": "^1.0.0-rc.5",
"expo-firebase-messaging": "^1.0.0-rc.5",
"expo-firebase-notifications": "^1.0.0-rc.5",
"expo-firebase-performance": "^1.0.0-rc.5",
"expo-firebase-remote-config": "^1.0.0-rc.5",
"expo-firebase-storage": "^1.0.0-rc.5",
"expokit": "31.0.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-animatable": "^1.3.0",
"react-native-image-progress": "^1.1.1",
"react-native-progress": "^3.5.0",
"react-navigation": "^2.16.0",
"react-redux": "^5.0.7"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}