-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
{
"name": "emberpay",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@pchmn/expo-material3-theme": "^1.3.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-google-signin/google-signin": "^10.0.1",
"expo": "~49.0.16",
"expo-barcode-scanner": "~12.5.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.11",
"expo-image-picker": "~14.3.2",
"expo-linking": "~5.0.2",
"expo-router": "2.0.9",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"firebase": "^9.0.0",
"react": "18.2.0",
"react-hook-form": "^7.47.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.1",
"react-native-paper": "^5.11.0",
"react-native-qrcode-svg": "^6.2.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.1",
"react-native-svg": "13.9.0",
"reactfire": "^4.2.3",
"zod": "^3.22.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@types/react": "~18.2.30",
"typescript": "^5.2.2"
},
"private": true
}