-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
90 lines (90 loc) · 3.24 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "B1Mobile",
"version": "1.11.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"bundleIos": "npx react-native bundle --entry-file ./index.js --platform ios --bundle-output ios/main.jsbundle --assets-dest ios"
},
"dependencies": {
"@churchapps/mobilehelper": "^0.1.4",
"@expo/react-native-action-sheet": "^4.1.0",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-firebase/analytics": "^21.6.1",
"@react-native-firebase/app": "^21.6.1",
"@react-native-firebase/messaging": "^21.6.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"@ronradtke/react-native-markdown-display": "^8.0.0",
"@stripe/stripe-react-native": "^0.41.0",
"@types/react-native-vector-icons": "^6.4.18",
"appcenter": "^5.0.2",
"appcenter-analytics": "^5.0.2",
"appcenter-crashes": "^5.0.2",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"expo-localization": "^16.0.0",
"intl": "^1.2.5",
"moment": "^2.30.1",
"npm": "^11.0.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-calendars": "^1.1307.0",
"react-native-code-push": "^9.0.1",
"react-native-date-picker": "^5.0.8",
"react-native-device-info": "^14.0.2",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-event-bus": "^1.0.0",
"react-native-exception-handler": "^2.10.10",
"react-native-gesture-handler": "^2.21.2",
"react-native-material-date-picker": "^1.0.0",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-pager-view": "^6.2.2",
"react-native-popup-dialog": "^0.18.3",
"react-native-reanimated": "^3.16.6",
"react-native-restart": "^0.0.27",
"react-native-safari-view": "^2.1.0",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.4.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.13.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.5",
"@react-native/eslint-config": "0.76.5",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "0.76.5",
"@types/react": "^18.2.6",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-native-popup-dialog": "^0.16.5",
"@types/react-native-safari-view": "^2.0.5",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "^0.76.8",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}