-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"apollo-boost": "^0.4.3",
"expo": "^33.0.0",
"expo-web-browser": "^5.0.3",
"firebase": "^6.3.0",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"react": "16.8.3",
"react-apollo": "^2.5.8",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-dropdown-menu": "^2.0.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.1"
},
"devDependencies": {
"babel-preset-expo": "^5.1.1",
"babel-preset-react-native": "^4.0.1",
"metro-react-native-babel-preset": "^0.55.0",
"react-native-dotenv": "^0.2.0",
"react-native-elements": "^1.1.0",
"react-native-paper": "^2.16.0"
},
"private": true
}