-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.54 KB
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
{
"name": "gameon",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/datetimepicker": "^8.4.1",
"@react-native-community/slider": "^4.5.7",
"@react-native-firebase/app": "^22.4.0",
"@react-native-firebase/auth": "^22.4.0",
"@react-native-firebase/firestore": "^22.4.0",
"@react-native-firebase/storage": "^22.4.0",
"@react-native-picker/picker": "^2.11.1",
"date-fns": "^2.30.0",
"expo": "~53.0.9",
"expo-constants": "~17.1.6",
"expo-dev-client": "~5.2.4",
"expo-font": "~13.3.2",
"expo-image": "~2.3.2",
"expo-image-picker": "~16.1.4",
"expo-linking": "~7.1.5",
"expo-location": "~18.1.6",
"expo-media-library": "~17.1.7",
"expo-router": "~5.1.2",
"expo-status-bar": "~2.2.3",
"firebase": "^11.10.0",
"lucide-react-native": "^0.525.0",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-dotenv": "^3.4.11",
"react-native-get-random-values": "^1.11.0",
"react-native-google-places-autocomplete": "^2.5.7",
"react-native-modal": "^14.0.0-rc.1",
"react-native-paper": "^5.14.5",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}