-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.82 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.82 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
77
78
79
80
81
{
"name": "leah",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@culur/antd-number-picker": "^0.0.6",
"@expo-google-fonts/pacifico": "^0.2.3",
"@expo-google-fonts/poppins": "^0.2.3",
"@expo-google-fonts/raleway": "^0.2.3",
"@expo/config": "~8.5.0",
"@expo/config-plugins": "^7.8.4",
"@expo/metro-config": "~0.17.1",
"@firebase/firestore": "^4.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/material-top-tabs": "^6.6.6",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.17",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"expo": "^50.0.14",
"expo-checkbox": "~2.7.0",
"expo-font": "^11.10.3",
"expo-image-picker": "~14.7.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"firebase": "^9.23.0",
"formik": "^2.4.5",
"lottie-react-native": "^6.5.1",
"mz-react-input-number": "^1.0.9",
"rc-input-number": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-image-gallery": "^1.3.0",
"react-native": "^0.73.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.14.0",
"react-native-number-box": "^0.1.1",
"react-native-number-selector": "^1.0.1",
"react-native-pager-view": "6.2.3",
"react-native-paper": "^5.12.1",
"react-native-paystack-webview": "^4.0.3",
"react-native-picker-select": "^9.0.1",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "~3.6.2",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-share": "^10.0.2",
"react-native-svg": "14.1.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.0.3",
"react-native-virtualized-view": "^1.0.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.6.4",
"react-number-picker": "^1.0.5",
"react-photo-album": "^2.3.1",
"route-params": "^0.2.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}