-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.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
{
"name": "myapp",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@reduxjs/toolkit": "^2.5.1",
"@stripe/stripe-react-native": "^0.41.0",
"@types/jwt-decode": "^3.1.0",
"@types/react-native-vector-icons": "^6.4.18",
"axios": "^1.7.9",
"expo-asset": "^11.0.3",
"expo-constants": "^17.0.5",
"expo-font": "^13.0.3",
"expo-location": "^18.0.5",
"expo-status-bar": "~2.0.1",
"jwt-decode": "^4.0.0",
"lottie-react-native": "^7.2.2",
"myapp": "file:",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-maps": "^1.20.1",
"react-native-modals": "^0.22.3",
"react-native-paystack-webview": "^4.6.7",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^5.2.0",
"react-native-screens": "^4.6.0",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.13.2",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"babel-preset-expo": "^12.0.7",
"expo": "^52.0.37",
"typescript": "^5.3.3"
},
"private": true
}