-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 4.32 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 4.32 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "hoogingApp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "yarn run cjk-textinput-patch; yarn run infinite-flatlist-patch",
"postuninstall": "yarn run cjk-textinput-patch; yarn run infinite-flatlist-patch"
},
"dependencies": {
"@eva-design/eva": "2.0.0",
"@invertase/react-native-apple-authentication": "^1.1.1",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/cameraroll": "^1.7.2",
"@react-native-community/checkbox": "0.3.0",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@react-native-community/datetimepicker": "^2.4.0",
"@react-native-community/google-signin": "^4.0.3",
"@react-native-community/masked-view": "0.1.7",
"@react-native-community/netinfo": "5.9.1",
"@react-native-community/push-notification-ios": "^1.5.0",
"@react-native-firebase/app": "^8.4.3",
"@react-native-firebase/messaging": "^7.8.6",
"@react-native-seoul/kakao-login": "^2.4.5",
"@react-navigation/bottom-tabs": "5.2.5",
"@react-navigation/material-top-tabs": "5.1.9",
"@react-navigation/native": "5.1.4",
"@react-navigation/stack": "5.2.9",
"@types/react-native-snap-carousel": "^3.8.2",
"@ui-kitten/components": "5.0.0",
"aws-amplify": "3.0.11",
"aws-sdk": "2.680.0",
"axios": "0.19.2",
"i": "^0.3.6",
"jwt-decode": "^3.0.0-beta.2",
"native-base": "2.13.12",
"npm": "^6.14.8",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-above-keyboard": "^1.3.0",
"react-native-actionsheet": "^2.4.2",
"react-native-camera-kit": "8.0.4",
"react-native-camera-roll-picker": "^2.0.0",
"react-native-clean-project": "^3.4.0",
"react-native-customized-image-picker": "0.1.11",
"react-native-dash": "0.0.11",
"react-native-date-picker": "2.7.10",
"react-native-datepicker": "^1.7.2",
"react-native-datepicker-modal": "1.3.0",
"react-native-draggable-flatlist": "2.3.3",
"react-native-draggable-grid": "^2.1.2",
"react-native-elements": "1.2.7",
"react-native-geolocation-service": "^5.0.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-picker": "2.3.1",
"react-native-image-slider-box": "1.0.12",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-location": "^2.5.0",
"react-native-maps": "0.27.1",
"react-native-material-dropdown": "0.11.1",
"react-native-modal": "^11.5.6",
"react-native-ratings": "6.5.0",
"react-native-reanimated": "^1.9.0",
"react-native-responsive-screen": "1.4.1",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "2.4.0",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-shadow": "1.2.2",
"react-native-simple-radio-button": "^2.7.4",
"react-native-snap-carousel": "3.9.0",
"react-native-sortable-grid": "^2.0.0",
"react-native-splash-screen": "^3.2.0",
"react-native-status-bar-height": "^2.5.0",
"react-native-super-grid": "3.2.0",
"react-native-svg": "12.0.3",
"react-native-swipe-image": "1.1.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.14.4",
"react-native-text-size": "^4.0.0-rc.1",
"react-native-webview": "^10.7.0",
"react-redux": "7.2.0",
"react-use-dimensions": "1.2.1",
"redux": "4.0.5",
"rn-collapsing-tab-bar": "^0.1.7",
"rn-placeholder": "^3.0.1",
"rn-sliding-up-panel": "^2.4.2",
"styled-components": "5.0.1",
"typesafe-actions": "5.1.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/runtime": "7.9.2",
"@bam.tech/react-native-make": "^3.0.0",
"@react-native-community/eslint-config": "1.0.0",
"@types/react": "16.9.31",
"@types/react-native": "0.62.1",
"@types/styled-components": "5.0.1",
"babel-jest": "25.2.4",
"babel-plugin-root-import": "6.5.0",
"eslint": "6.8.0",
"jest": "25.2.4",
"metro-react-native-babel-preset": "0.59.0",
"react-native-cjk-textinput-patch": "^1.0.0",
"react-native-infinite-flatlist-patch": "^1.0.7",
"react-test-renderer": "16.11.0",
"typescript": "3.8.3"
},
"jest": {
"preset": "react-native"
}
}