-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.19 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pawith",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.5.1",
"@invertase/react-native-apple-authentication": "^2.2.2",
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-community/datetimepicker": "^7.6.1",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-firebase/app": "^18.6.0",
"@react-native-firebase/messaging": "^18.6.0",
"@react-native-seoul/kakao-login": "^5.3.0",
"@react-native-seoul/naver-login": "^3.0.0-rc.2",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/stack": "^6.3.18",
"@types/react": "~18.2.14",
"axios": "^1.5.0",
"eas-cli": "^5.7.0",
"expo": "~49.0.11",
"expo-auth-session": "~5.0.2",
"expo-font": "~11.4.0",
"expo-image-manipulator": "~11.3.0",
"expo-image-picker": "~14.3.2",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-calendar-strip": "^2.2.6",
"react-native-date-picker": "^4.3.3",
"react-native-device-info": "^10.12.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.13.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal": "^13.0.1",
"react-native-pagination": "^1.5.5",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "^1.1.0",
"react-native-swiper": "^1.6.0",
"react-native-toast-message": "^2.2.0",
"recoil": "^0.7.7",
"styled-components": "^6.0.8",
"typescript": "^5.1.3",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}