-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.57 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.57 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
{
"name": "fryday",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@bacons/apple-targets": "^4.0.7",
"@expo/metro-config": "~54.0.2",
"@gorhom/bottom-sheet": "^5.2.6",
"@notifee/react-native": "^9.1.8",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "^8.4.4",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-firebase/analytics": "^23.8.3",
"@react-native-firebase/app": "^23.8.3",
"@react-native-firebase/crashlytics": "^23.8.3",
"@react-native-firebase/messaging": "^23.8.3",
"@react-native-seoul/kakao-login": "^5.4.2",
"@react-native-seoul/naver-login": "^4.2.3",
"@react-navigation/bottom-tabs": "^7.7.3",
"@react-navigation/native": "^7.1.19",
"@react-navigation/native-stack": "^7.6.2",
"@tanstack/react-query": "^5.90.6",
"axios": "1.13.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-expo": "~54.0.0",
"dayjs": "^1.11.19",
"expo": "~54.0.13",
"expo-apple-authentication": "~8.0.8",
"expo-application": "^7.0.8",
"expo-build-properties": "~1.0.9",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.16",
"expo-file-system": "~19.0.17",
"expo-font": "~14.0.9",
"expo-haptics": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-notifications": "~0.32.12",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-tracking-transparency": "~6.0.8",
"expo-updates": "~29.0.12",
"lottie-react-native": "~7.3.1",
"nativewind": "^4.2.1",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-draggable-flatlist": "^4.0.3",
"react-native-gesture-handler": "~2.28.0",
"react-native-google-mobile-ads": "^16.0.3",
"react-native-mmkv": "^4.0.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-size-matters": "^0.4.2",
"react-native-svg": "15.12.1",
"react-native-worklets": "^0.5.2",
"zustand": "^5.0.8"
},
"private": true,
"devDependencies": {
"@react-native/metro-babel-transformer": "^0.82.1",
"metro-react-native-babel-transformer": "^0.77.0",
"patch-package": "^8.0.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"react-native-svg-transformer": "^1.5.1",
"tailwindcss": "^3.4.17"
}
}