-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.32 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
{
"name": "my-react-native-app",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"@reduxjs/toolkit": "^2.5.1",
"expo": "~52.0.28",
"expo-camera": "^16.0.14",
"expo-font": "^13.0.3",
"expo-location": "^18.0.5",
"expo-media-library": "^17.0.5",
"expo-splash-screen": "^0.29.21",
"expo-status-bar": "~2.0.1",
"firebase": "^11.2.0",
"prettier": "^3.4.2",
"react-native-dotenv": "^3.4.11",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"react": "18.3.1",
"react-native": "0.77.0",
"react-native-gesture-handler": "^2.22.1",
"react-native-maps": "^1.20.1",
"react-native-safe-area-context": "^5.1.0",
"react-native-screens": "^4.6.0",
"react-native-svg": "^15.11.1"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}