-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.53 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.53 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
{
"name": "learn-everything-expo",
"version": "1.0.0",
"main": "index.tsx",
"scripts": {
"start": "expo start --dev-client",
"web": "expo start --web",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-firebase/app": "^23.7.0",
"@react-native-firebase/auth": "^23.7.0",
"@react-native-firebase/crashlytics": "^23.7.0",
"@react-native-firebase/firestore": "^23.7.0",
"@react-native-firebase/storage": "^23.7.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "^7.8.11",
"@react-navigation/elements": "^2.9.1",
"@react-navigation/native": "^7.1.24",
"@react-navigation/native-stack": "^7.8.5",
"@shopify/flash-list": "^2.1.0",
"@tanstack/react-query": "^5.90.2",
"axios": "^1.13.2",
"expo": "^54.0.7",
"expo-asset": "~12.0.8",
"expo-blur": "~15.0.8",
"expo-build-properties": "~1.0.10",
"expo-camera": "~17.0.10",
"expo-image": "~3.0.10",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.8",
"expo-media-library": "~18.2.1",
"expo-notifications": "~0.32.14",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.7",
"nativewind": "^5.0.0-preview.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-css": "^3.0.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-image-picker": "^8.2.1",
"react-native-keyboard-controller": "^1.19.0",
"react-native-pager-view": "^6.9.1",
"react-native-reanimated": "~4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screen-transitions": "^2.4.2",
"react-native-screens": "^4.21.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.7.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tailwindcss/postcss": "^4.1.14",
"@tanstack/eslint-plugin-query": "^5.91.0",
"@types/react": "~19.1.10",
"baseline-browser-mapping": "^2.9.3",
"patch-package": "^8.0.1",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"react-native-svg-transformer": "^1.5.1",
"tailwindcss": "^4.1.14",
"typescript": "~5.9.2"
},
"reanimated": {
"staticFeatureFlags": {
"ENABLE_SHARED_ELEMENT_TRANSITIONS": true
}
},
"overrides": {
"lightningcss": "1.30.1"
},
"private": true
}