-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.72 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
47
48
49
50
51
{
"name": "awesomeproject",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.6.1",
"@react-native-firebase/analytics": "^19.0.1",
"@react-native-firebase/app": "^19.0.1",
"@react-native-firebase/crashlytics": "^19.0.1",
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.18",
"expo": "~50.0.11",
"expo-dev-client": "~3.3.9",
"expo-image-picker": "~14.7.1",
"expo-screen-capture": "~5.8.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"firebase": "^10.8.1",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-app-intro-slider": "^4.0.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-multiple-select": "^0.5.12",
"react-native-paper": "^5.10.6",
"react-native-picker-select": "^9.0.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-simple-toast": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"expo": "~50.0.7"
},
"private": true
}