-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.48 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 3.48 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
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "cheapo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@culur/antd-number-picker": "^0.0.6",
"@expo-google-fonts/montserrat": "^0.2.3",
"@expo-google-fonts/pacifico": "^0.2.3",
"@expo-google-fonts/poppins": "^0.2.3",
"@expo-google-fonts/raleway": "^0.2.3",
"@expo/config": "^10.0.0",
"@expo/config-plugins": "~9.0.0",
"@expo/metro-config": "~0.19.0",
"@expo/vector-icons": "^14.0.4",
"@idrisay/profanity-check": "^1.6.0",
"@kolking/react-native-rating": "^1.4.0",
"@nozbe/with-observables": "^1.6.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/cli": "^18.0.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-google-signin/google-signin": "^13.2.0",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-top-tabs": "^6.6.6",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.6.1",
"@supabase/supabase-js": "^2.47.7",
"axios": "^1.8.3",
"bad-words": "^4.0.0",
"check-password-strength": "^3.0.0",
"crypto-js": "^4.2.0",
"expo": "~52.0.37",
"expo-auth-session": "~6.0.3",
"expo-build-properties": "~0.13.2",
"expo-constants": "~17.0.8",
"expo-crypto": "~14.0.2",
"expo-dev-client": "~5.0.14",
"expo-file-system": "~18.0.11",
"expo-font": "~13.0.1",
"expo-image-picker": "~16.0.6",
"expo-linking": "~7.0.5",
"expo-notifications": "~0.29.14",
"expo-router": "~4.0.19",
"expo-secure-store": "~14.0.0",
"expo-sharing": "~13.0.1",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.8",
"formik": "^2.4.6",
"lottie-react-native": "7.1.0",
"paystack-react-native": "^0.2.1",
"profanity-check": "^0.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-crop-picker": "^0.41.6",
"react-native-image-picker": "^7.2.3",
"react-native-paystack-webview": "^4.1.4",
"react-native-picker-select": "^9.1.3",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "~3.16.1",
"react-native-root-toast": "^3.6.0",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.4.0",
"react-native-star-rating-widget": "^1.9.2",
"react-native-svg": "^15.8.0",
"react-native-tab-view": "^3.5.2",
"react-native-typewriter-effect": "^0.1.4",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.1.0",
"react-native-virtualized-view": "^1.0.0",
"react-native-webview": "^13.6.4",
"react-redux": "^9.2.0",
"route-params": "^0.2.0",
"tus-js-client": "^4.3.1",
"yup": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"prettier": "3.5.3",
"typescript": "^5.3.3"
},
"private": true
}