-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "testingios",
"version": "2.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-firebase/app": "^19.2.2",
"@react-native-firebase/firestore": "^19.0.0",
"@react-navigation/bottom-tabs": "^6.5.19",
"@react-navigation/native": "^6.1.12",
"@react-navigation/native-stack": "^6.9.20",
"expo": "^51.0.1",
"expo-build-properties": "~0.12.1",
"expo-image": "~1.12.9",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.10",
"firebase": "^10.11.1",
"react": "^18.2.0",
"react-native": "0.74.1",
"react-native-gifted-chat": "^2.4.0",
"react-native-modal": "^13.0.1",
"react-native-screens": "3.31.1",
"validator": "^13.11.0",
"react-native-reanimated": "~3.10.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}