-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.82 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
{
"name": "bangferproject",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.1.0",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/messaging": "^20.4.0",
"@react-native-picker/picker": "^2.7.6",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.49.0",
"axios": "^1.7.2",
"expo": "~50.0.11",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-actions-sheet": "^0.9.3",
"react-native-bouncy-checkbox": "^4.0.1",
"react-native-calendars": "^1.1305.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.12.1",
"react-native-image-picker": "^7.1.2",
"react-native-kakao-share-link": "^1.0.10",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-picker-select": "^9.1.3",
"react-native-popup-menu": "^0.16.1",
"react-native-radio-buttons-group": "^3.1.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.34.0",
"react-native-toast-message": "^2.2.0",
"react-native-uuid": "^2.0.2",
"react-native-webview": "^13.10.4",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"styled-components": "^6.1.8",
"uuid": "^9.0.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"metro-config": "^0.80.9"
},
"private": true
}