-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.65 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
52
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"resolutions": {
"@types/react": "~18.3.18",
"cross-spawn": "^7.0.0",
"semver": "^7",
"ws": "^8"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "~7.0.14",
"@react-navigation/stack": "~7.1.1",
"expo": "^52.0.23",
"expo-asset": "~11.0.1",
"expo-camera": "~16.0.10",
"expo-constants": "~17.0.3",
"expo-linking": "~7.0.3",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.10",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-toast-message": "^2.2.1",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-persist": "5.10.0",
"redux-thunk": "^3.1.0",
"s-ago": "^2.2.0",
"validator": "^13.12.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~18.3.18",
"@types/validator": "^13.12.2",
"babel-plugin-dotenv-import": "^3.0.1",
"typescript": "~5.6.3"
},
"private": true,
"packageManager": "[email protected]"
}