-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 2.78 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
{
"name": "rnInit",
"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 .",
"pod": "cd ios && pod install && cd ..",
"key": "adb shell input keyevent 82",
"cplsi": "code-push deployment ls snowflake-ios",
"cplsa": "code-push deployment ls snowflake-android",
"cplski": "code-push deployment ls snowflake-ios -k",
"cplska": "code-push deployment ls snowflake-android -k",
"clean": "rm -rf node_modules package-lock.json ios/Pods ios/Podfile.lock android/app/build"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^1.1.2",
"@react-native-community/async-storage": "1.12.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.1",
"@react-native-firebase/analytics": "^7.6.1",
"@react-native-firebase/app": "^8.4.1",
"@react-native-firebase/crashlytics": "^8.4.2",
"@react-native-firebase/messaging": "^7.8.4",
"@react-native-firebase/remote-config": "^9.0.2",
"@react-native-seoul/kakao-login": "2.4.1",
"@react-navigation/bottom-tabs": "5.3.4",
"@react-navigation/compat": "5.1.20",
"@react-navigation/native": "5.2.4",
"@react-navigation/stack": "5.2.19",
"@types/react-redux": "7.1.11",
"axios": "^0.19.2",
"react": "16.11.0",
"react-native": "0.62.0",
"react-native-code-push": "6.3.0",
"react-native-fix-image": "2.1.0",
"react-native-gesture-handler": "1.6.1",
"react-native-keyboard-aware-scroll-view": "0.9.3",
"react-native-keyboard-aware-scrollview": "2.1.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "11.5.6",
"react-native-reanimated": "1.8.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "2.7.0",
"react-native-simple-toast": "1.1.3",
"react-native-star-rating": "1.1.0",
"react-native-svg": "^12.1.0",
"react-native-text-ticker": "1.7.0",
"react-native-vector-icons": "6.6.0",
"react-native-webview": "10.10.2",
"react-redux": "7.2.2",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"styled-components": "5.1.0"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/runtime": "7.9.6",
"@react-native-community/eslint-config": "^0.0.5",
"@types/react-native-vector-icons": "6.4.6",
"@types/styled-components": "5.1.0",
"babel-jest": "^24.9.0",
"babel-plugin-root-import": "6.5.0",
"babel-plugin-styled-components": "1.12.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}