-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.68 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.68 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
{
"name": "zaiko",
"version": "1.0.0",
"packageManager": "pnpm@11.3.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"web": "expo start --web",
"lint": "expo lint",
"deploy:rules": "firebase deploy --only firestore:rules",
"deploy:indexes": "firebase deploy --only firestore:indexes"
},
"dependencies": {
"@expo-google-fonts/playfair-display": "^0.4.2",
"@gorhom/bottom-sheet": "^5.2.14",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-firebase/app": "^24.1.1",
"@react-native-firebase/auth": "^24.1.1",
"@react-native-firebase/crashlytics": "^24.1.1",
"@react-native-firebase/firestore": "^24.1.1",
"@react-native-firebase/remote-config": "^24.1.1",
"@react-native-firebase/storage": "^24.1.1",
"@react-native-google-signin/google-signin": "^16.1.4",
"expo": "~56.0.11",
"expo-asset": "~56.0.22",
"expo-audio": "~56.0.13",
"expo-blur": "~56.0.4",
"expo-camera": "~56.0.8",
"expo-clipboard": "~56.0.4",
"expo-constants": "~56.0.18",
"expo-crypto": "~56.0.4",
"expo-dev-client": "~56.0.20",
"expo-device": "~56.0.4",
"expo-font": "~56.0.6",
"expo-image": "~56.0.11",
"expo-image-picker": "~56.0.13",
"expo-linear-gradient": "~56.0.4",
"expo-linking": "~56.0.14",
"expo-notifications": "~56.0.17",
"expo-router": "~56.2.10",
"expo-secure-store": "~56.0.4",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo-symbols": "~56.0.6",
"expo-system-ui": "~56.0.5",
"expo-tracking-transparency": "~56.0.4",
"expo-updates": "~56.0.19",
"expo-web-browser": "~56.0.5",
"lucide-react-native": "^1.18.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-keyboard-controller": "1.21.6",
"react-native-mmkv": "^4.3.1",
"react-native-nitro-modules": "^0.35.9",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-vector-icons": "^10.3.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.8.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@react-native-community/cli": "latest",
"@types/react": "~19.2.2",
"babel-preset-expo": "~56.0.4",
"eslint": "^9.39.4",
"eslint-config-expo": "~56.0.4",
"expo-build-properties": "~56.0.25",
"firebase-tools": "^15.26.0",
"typescript": "~6.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"re2"
]
},
"private": true
}