-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
91 lines (91 loc) · 3.38 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
{
"name": "Pepo2",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --variant=StagingDebug",
"ios": "react-native run-ios",
"ios-build": "npm install && cd ios/ && pod install && carthage update --cache-builds --platform ios && cd .. && react-native link",
"start": "react-native start --reset-cache",
"start-dev": "ENABLE_LOGS=1 react-native start --reset-cache",
"debug-genkey": "cd android/app/ && keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@invertase/react-native-apple-authentication": "0.1.1",
"@ostdotcom/ost-wallet-sdk-react-native": "2.3.12",
"@react-native-community/art": "1.1.2",
"@react-native-community/async-storage": "1.7.1",
"@react-native-community/cameraroll": "1.3.0",
"@react-native-community/image-editor": "2.2.0",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/netinfo": "5.0.0",
"bignumber.js": "9.0.0",
"buffer": "5.4.3",
"eventemitter3": "4.0.0",
"lodash": "4.17.15",
"lodash.merge": "4.6.2",
"moment": "2.24.0",
"moment-timezone": "0.5.27",
"native-base": "2.13.8",
"numeral": "2.0.6",
"qs": "6.9.1",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-android-open-settings": "1.3.0",
"react-native-app-auth": "5.0.0",
"react-native-camera": "3.15.0",
"react-native-device-info": "5.4.0",
"react-native-ffmpeg": "0.4.0",
"react-native-firebase": "5.5.6",
"react-native-fs": "2.16.2",
"react-native-gesture-handler": "1.5.2",
"react-native-haptic-feedback": "1.8.2",
"react-native-iap": "4.3.3",
"react-native-image-pan-zoom": "https://github.com/ostdotcom/react-native-image-zoom#generic_view_layout",
"react-native-image-resizer": "1.1.0",
"react-native-image-size": "1.1.3",
"react-native-iphone-x-helper": "1.2.1",
"react-native-keep-awake": "4.0.0",
"react-native-keyboard-aware-scroll-view": "0.9.1",
"react-native-linear-gradient": "2.5.6",
"react-native-localize": "1.3.2",
"react-native-material-menu": "1.0.0",
"react-native-permissions": "2.0.8",
"react-native-progress": "4.0.3",
"react-native-qrcode-svg": "^6.0.3",
"react-native-reanimated": "1.4.0",
"react-native-safe-area-context": "0.6.2",
"react-native-safe-area-view": "1.0.0",
"react-native-screens": "1.0.0-alpha.23",
"react-native-smooth-pincode-input": "1.0.9",
"react-native-svg": "^11.0.1",
"react-native-video": "4.4.3",
"react-native-vitals": "2.0.1",
"react-native-webview": "8.0.1",
"react-navigation": "4.0.10",
"react-navigation-stack": "1.10.3",
"react-navigation-tabs": "2.6.2",
"react-redux": "7.1.3",
"redux": "4.0.4",
"redux-actions": "2.6.5",
"redux-logger": "3.0.6",
"rn-sliding-up-panel": "2.4.0",
"socket.io-client": "2.3.0"
},
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/runtime": "7.7.7",
"@react-native-community/eslint-config": "0.0.6",
"babel-jest": "24.9.0",
"eslint": "6.8.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.4",
"react-test-renderer": "16.9.0",
"babel-plugin-transform-remove-console": "6.9.4"
},
"jest": {
"preset": "react-native"
}
}