-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.85 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
53
54
55
56
57
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/drawer": "^6.1.0",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.3",
"axios": "^0.21.1",
"expo": "^52.0.18",
"expo-app-loading": "^1.0.3",
"expo-font": "~13.0.1",
"expo-image-picker": "~16.0.3",
"expo-linear-gradient": "~14.0.1",
"expo-permissions": "^14.4.0",
"expo-status-bar": "~2.0.0",
"lottie-react-native": "7.1.0",
"moment": "^2.29.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-animated-loader": "^0.0.9",
"react-native-app-intro-slider": "^4.0.4",
"react-native-gesture-handler": "~2.20.2",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-paper": "^4.9.2",
"react-native-reanimated": "~3.16.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "^15.10.1",
"react-native-swiper": "^1.6.0-rc.3",
"react-native-web": "~0.19.13",
"react-redux": "^7.2.4",
"redux": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"@types/react-native": "~0.63.2",
"@types/react-redux": "^7.1.18",
"metro-react-native-babel-preset": "^0.77.0",
"metro-react-native-babel-transformer": "^0.77.0",
"react-native-svg-transformer": "^1.5.0",
"typescript": "^5.3.3"
},
"private": true
}