-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 2.1 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
58
59
60
61
62
63
{
"name": "react-native-expo-redux-template",
"version": "1.0.4",
"repository": "https://github.com/hoanglehaithanh/react-native-expo-redux-template",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/sriracha": "^0.2.3",
"@expo/metro-runtime": "~3.2.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/netinfo": "11.3.1",
"@react-native-picker/picker": "^2.7.6",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@reduxjs/toolkit": "^1.8.5",
"@sentry/react-native": "~5.22.0",
"axios": "^1.7.2",
"expo": "^51.0.8",
"expo-camera": "~15.0.9",
"expo-constants": "~16.0.1",
"expo-dev-client": "~4.0.15",
"expo-device": "~6.0.2",
"expo-font": "~12.0.5",
"expo-image-picker": "~15.0.5",
"expo-localization": "~15.0.3",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.5",
"expo-updates": "~0.25.14",
"i18n-js": "^4.1.1",
"lottie-react-native": "6.7.0",
"native-base": "^3.4.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-calendars": "^1.1305.0",
"react-native-chart-kit": "^6.12.0",
"react-native-circular-progress": "^1.4.0",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.6",
"react-redux": "^8.0.2",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"@types/react-native": "~0.69.1",
"@types/react-native-onboarding-swiper": "^1.1.9",
"babel-plugin-module-resolver": "^4.1.0",
"typescript": "~5.3.3"
}
}