package.json
2.76 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^10.2.0",
"@mapbox/geo-viewport": "^0.4.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/checkbox": "^0.4.1",
"@react-native-community/datetimepicker": "^2.4.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/slider": "^2.0.9",
"@react-native-firebase/app": "^7.2.1",
"@react-native-firebase/dynamic-links": "^7.1.4",
"@react-native-firebase/messaging": "^7.1.5",
"@react-native-maps/polyline-direction": "^1.0.0",
"axios": "^0.19.2",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"base64-js": "^1.3.1",
"expo": "~37.0.3",
"expo-asset": "^8.1.5",
"expo-splash-screen": "^0.2.3",
"geolib": "^3.3.1",
"moment": "^2.26.0",
"native-base": "^2.13.12",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-add-shortcuts": "^1.0.2",
"react-native-app-shortcuts": "^0.2.0",
"react-native-camera": "^3.26.0",
"react-native-daum-postcode": "^1.0.9",
"react-native-daummap": "^0.2.8",
"react-native-deep-link": "^0.2.9",
"react-native-dropdown-picker": "^2.1.4",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-helper": "0.0.3",
"react-native-image-picker": "^2.3.1",
"react-native-kakao-links": "^1.0.6",
"react-native-maps": "^0.27.1",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "^8.7.1",
"react-native-permissions": "^2.1.5",
"react-native-phone-call": "^1.0.9",
"react-native-qrcode-scanner": "^1.4.1",
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "^1.0.2",
"react-native-screens": "^2.7.0",
"react-native-slider": "^0.11.0",
"react-native-svg": "^12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-swiper": "^1.6.0",
"react-native-timeago": "^0.5.0",
"react-native-unimodules": "~0.9.0",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.11.7",
"react-native-webview": "^5.8.1",
"react-native-wifi-reborn": "^4.0.2",
"react-navigation": "^4.3.9",
"react-navigation-drawer": "^2.4.13",
"react-navigation-stack": "^2.5.1",
"react-navigation-tabs": "^2.8.13",
"rn-kakao-login": "^2.2.1",
"socket.io-client": "^2.3.0",
"supercluster": "^7.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-jest": "~25.2.6",
"babel-preset-expo": "~8.1.0",
"jest": "~25.2.6",
"react-test-renderer": "~16.9.0"
},
"private": true
}