-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.14 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.14 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
94
95
96
97
98
{
"name": "rp-mobile",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"format": "prettier --write ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@gorhom/bottom-sheet": "^5.2.6",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/blur": "^4.4.1",
"@react-native-firebase/app": "^23.0.1",
"@react-native-firebase/messaging": "^23.0.1",
"@react-native-google-signin/google-signin": "^15.0.0",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@reduxjs/toolkit": "^2.9.0",
"@tanstack/query-async-storage-persister": "^5.85.5",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-query-persist-client": "^5.85.5",
"all": "^0.0.0",
"axios": "^1.9.0",
"d3-shape": "^3.2.0",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"expo": "^54.0.33",
"expo-auth-session": "~7.0.10",
"expo-blur": "~15.0.8",
"expo-camera": "~17.0.10",
"expo-constants": "~18.0.13",
"expo-crypto": "~15.0.8",
"expo-device": "~8.0.10",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-notifications": "~0.32.16",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-symbols": "~1.0.8",
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.10",
"lottie-react-native": "~7.3.1",
"nativewind": "^2.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-check-version": "^1.4.0",
"react-native-deck-swiper": "^2.0.18",
"react-native-device-info": "^14.0.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-pager-view": "6.9.1",
"react-native-qrcode-svg": "^6.3.15",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-tab-view": "^4.1.3",
"react-native-toast-message": "^2.3.3",
"react-native-vector-icons": "^10.2.0",
"react-native-view-overflow": "^0.0.5",
"react-native-web": "^0.21.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/d3-shape": "^3.1.7",
"@types/jest": "^29.5.12",
"@types/react": "~19.1.10",
"@types/react-test-renderer": "^18.3.0",
"jest": "~29.7.0",
"jest-expo": "^54.0.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"react-native-svg-transformer": "^1.5.1",
"react-test-renderer": "19.1.0",
"typescript": "~5.9.2"
},
"private": true
}