-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.31 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
{
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@expo/webpack-config": "^0.17.4",
"@firebase/app": "^0.9.3",
"@mui/material": "^5.11.12",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/firestore": "^17.3.1",
"@react-navigation/bottom-tabs": "^6.5.5",
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.4",
"@react-navigation/stack": "^6.3.13",
"convert-units": "^2.3.4",
"expo": "^47.0.14",
"expo-dev-client": "~2.0.1",
"expo-location": "~15.0.1",
"expo-task-manager": "~11.0.1",
"firebase": "^9.17.1",
"firebase-auth": "^0.1.2",
"native-base": "^3.4.28",
"react": "^18.1.0",
"react-dom": "18.1.0",
"react-native": "^0.70.5",
"react-native-autocomplete-input": "^5.3.2",
"react-native-communications": "^2.2.1",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^3.5.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.9"
}
}