-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
125 lines (125 loc) · 5.37 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
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
117
118
119
120
121
122
123
124
125
{
"name": "daedongbread",
"version": "2.1.0",
"private": true,
"scripts": {
"postinstall": "patch-package",
"android:prod": "react-native run-android --variant=productiondebug",
"android:prod-release": "react-native run-android --variant=productionrelease",
"android:prod-bundle": "cd ./android && ./gradlew bundleDebug && open ./app/build/outputs/bundle/debug",
"android:dev": "react-native run-android --variant=developmentdebug",
"android:dev-release": "react-native run-android --variant=developmentrelease",
"android:clean": "cd android && ./gradlew cleanBuildCache",
"android:create-apk": "cd android && ./gradlew assembleRelease",
"android:create-bundle": "cd android && ./gradlew bundleRelease",
"ios:dev": "arch -x86_64 react-native run-ios --scheme daedongbreadDev",
"ios:prod": "arch -x86_64 react-native run-ios --scheme daedongbreadProd",
"ios:clean": "rm -rf ./ios/build && rm -rf ./ios/Pods && rm -rf ./ios/Podfile.lock && cd ./ios && arch -x86_64 pod install && cd ..",
"codepush:android-release": "appcenter codepush release-react -a yunyeop/daedongbread_android -d Production",
"codepush:android-staging": "appcenter codepush release-react -a yunyeop/daedongbread_android -d Staging",
"codepush:ios-release": "appcenter codepush release-react -a yunyeop/daedongbread_ios -d Production",
"codepush:ios-staging": "appcenter codepush release-react -a yunyeop/daedongbread_ios -d Staging",
"start": "react-native start",
"debugger": "open 'rndebugger://set-debugger-loc?host=localhost&port=8081'"
},
"dependencies": {
"@alessiocancian/react-native-actionsheet": "^3.2.0",
"@bam.tech/react-native-image-resizer": "^3.0.7",
"@emotion/native": "^11.0.0",
"@emotion/react": "^11.7.1",
"@gorhom/bottom-sheet": "^4",
"@invertase/react-native-apple-authentication": "^2.1.5",
"@react-native-camera-roll/camera-roll": "^5.1.0",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-community/checkbox": "^0.5.12",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-cookies/cookies": "^6.0.11",
"@react-native-firebase/analytics": "^16.7.0",
"@react-native-firebase/app": "16.7.0",
"@react-native-firebase/messaging": "16.7.0",
"@react-native-google-signin/google-signin": "^7.1.0",
"@react-native-seoul/kakao-login": "^5.2.6",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.8.3",
"@types/react-native-snap-carousel": "^3.8.5",
"axios": "^0.25.0",
"babel-plugin-react-require": "^3.1.3",
"date-fns": "^2.29.3",
"lottie-react-native": "^5.1.4",
"metro-config": "^0.72.0",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-native": "0.67.3",
"react-native-code-push": "^7.1.0",
"react-native-config": "^1.4.5",
"react-native-easy-toast": "^2.3.0",
"react-native-encrypted-storage": "^4.0.2",
"react-native-fast-image": "8.5.12",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.0",
"react-native-gesture-handler": "^2.12.1",
"react-native-image-crop-picker": "^0.38.1",
"react-native-image-picker": "^4.10.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.6.2",
"react-native-maps": "^0.30.1",
"react-native-pager-view": "^5.4.15",
"react-native-permissions": "^3.8.0",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "^4.0.1",
"react-native-screens": "^3.12.0",
"react-native-share": "^8.2.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-version-check": "^3.4.3",
"react-native-vision-camera": "^2.15.2",
"react-native-webview": "^11.23.0",
"react-query": "^3.34.12",
"react-redux": "^8.0.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux": "^4.2.0",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@types/react-native": "^0.66.11",
"@types/react-native-push-notification": "^8.1.2",
"@types/react-native-version-check": "^3.4.5",
"@types/react-redux": "^7.1.24",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.9.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.5.1",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^4.5.5"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}