-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.5 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.5 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "congregation_planner",
"version": "4.2.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"postinstall": "node postinstall.js"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@expo/vector-icons": "^15.0.2",
"@jsamr/counter-style": "^2.0.2",
"@jsamr/react-native-li": "^2.3.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/material-bottom-tabs": "^6.2.28",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"expo": "54.0.20",
"expo-calendar": "~15.0.7",
"expo-constants": "~18.0.10",
"expo-file-system": "~19.0.17",
"expo-font": "~14.0.9",
"expo-local-authentication": "~17.0.7",
"expo-localization": "~17.0.7",
"expo-notifications": "~0.32.12",
"expo-print": "~15.0.7",
"expo-screen-orientation": "~9.0.7",
"expo-sharing": "~14.0.7",
"expo-status-bar": "~3.0.8",
"expo-store-review": "~9.0.8",
"expo-updates": "~29.0.12",
"formik": "^2.4.6",
"google-map-react": "^2.2.5",
"html2pdf.js": "^0.10.3",
"i18n-js": "^4.4.3",
"make-plural": "^7.4.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-calendar-picker": "^8.0.3",
"react-native-dropdown-picker": "^5.4.6",
"react-native-elements": "^3.4.3",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.28.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.20.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-paper": "5.14.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "^0.21.0",
"tinycolor2": "^1.6.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native/metro-config": "^0.80.1",
"@rnx-kit/metro-config": "^2.1.0",
"@types/google-map-react": "^2.1.10",
"@types/react": "~19.1.10",
"@types/react-native-calendar-picker": "^8.0.0",
"@types/tinycolor2": "^1.4.6",
"metro-react-native-babel-transformer": "^0.77.0",
"typescript": "~5.9.2"
},
"private": true
}