-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.43 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
45
46
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/cli": "^4.13.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"expo": "^39.0.5",
"expo-barcode-scanner": "~9.0.0",
"expo-camera": "^9.0.0",
"expo-face-detector": "^8.3.0",
"expo-google-app-auth": "^8.1.3",
"expo-image-picker": "^9.1.1",
"expo-media-library": "^9.2.1",
"expo-permissions": "~9.3.0",
"expo-splash-screen": "~0.6.2",
"expo-status-bar": "~1.0.2",
"expo-updates": "~0.3.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-multi-select-component": "^3.0.7",
"react-native": "~0.63.3",
"react-native-gesture-handler": "~1.7.0",
"react-native-multiple-select": "^0.5.6",
"react-native-paper": "^4.5.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-unimodules": "~0.11.0",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.13.7"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.13.1"
},
"private": true
}