-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start"
},
"dependencies": {
"@google-cloud/storage": "^5.8.5",
"@google-cloud/vision": "^2.3.1",
"@react-native-community/datetimepicker": "^3.4.7",
"expo": "^41.0.1",
"expo-camera": "^11.0.3",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.5.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-camera": "^3.43.6",
"react-native-date-picker": "^3.3.0",
"react-native-elements": "^3.4.1",
"react-native-gesture-handler": "~1.10.2",
"react-native-paper": "^4.8.1",
"react-native-reanimated": "~2.1.0",
"react-native-screens": "~3.0.0",
"react-native-search-bar": "^3.5.1",
"react-native-unimodules": "~0.13.3",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-router-native": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"lato-font": "^3.0.0"
},
"private": true
}