forked from bitpay/bitpay-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
208 lines (208 loc) · 7.62 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"name": "bitpayapp",
"version": "1.15.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios:device": "react-native run-ios --device",
"start": "react-native start",
"test:coverage": "jest --coverage",
"test:unit": "jest --watch",
"android:build:debug": "./scripts/android-debug.sh",
"android:build:release": "./scripts/android-release.sh",
"lint": "eslint --fix . --ext .js,.jsx,.ts,.tsx",
"postinstall": "./scripts/postinstall.sh",
"clean": "react-native-clean-project",
"pod:install": "command -v pod && (cd ios/ && pod install && cd ..) || echo \"pod command not found\"",
"extract": "yarn run i18next 'src/**/*.{js,jsx,ts,tsx}'",
"postversion": "react-native-version"
},
"dependencies": {
"@freakycoder/react-native-bounceable": "0.2.5",
"@hookform/resolvers": "2.8.3",
"@react-native-async-storage/async-storage": "1.15.14",
"@react-native-community/blur": "3.6.0",
"@react-native-community/clipboard": "1.5.1",
"@react-native-masked-view/masked-view": "0.2.6",
"@react-navigation/bottom-tabs": "6.0.9",
"@react-navigation/material-top-tabs": "6.0.6",
"@react-navigation/native": "6.0.6",
"@react-navigation/stack": "6.0.11",
"@segment/analytics-react-native": "^1.5.0",
"@tradle/react-native-http": "2.0.1",
"@types/lodash.pickby": "4.6.6",
"@types/lodash.sortby": "4.7.6",
"@types/lodash.uniqby": "4.7.6",
"@walletconnect/client": "1.7.1",
"asyncstorage-down": "4.2.0",
"axios": "0.21.1",
"bitauth": "0.4.1",
"bitcore-wallet-client": "8.25.29",
"buffer": "4.9.2",
"countries-list": "2.6.1",
"eth-sig-util": "3.0.1",
"events": "1.1.1",
"flatted": "3.2.5",
"https-browserify": "1.0.0",
"i18next": "21.6.4",
"intl": "1.2.5",
"lodash.clonedeep": "4.5.0",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"lodash.merge": "4.6.2",
"lodash.pickby": "4.6.0",
"lodash.sortby": "4.7.0",
"lodash.throttle": "4.1.1",
"lodash.uniqby": "4.7.0",
"moment": "2.29.1",
"path-browserify": "1.0.1",
"react": "17.0.1",
"react-hook-form": "7.19.5",
"react-i18next": "11.15.2",
"react-native": "0.64.1",
"react-native-appboy-sdk": "1.34.1",
"react-native-appsflyer": "6.5.20",
"react-native-bootsplash": "3.2.6",
"react-native-camera": "4.2.1",
"react-native-config": "1.4.5",
"react-native-crypto": "2.2.0",
"react-native-device-info": "8.4.7",
"react-native-draggable-flatlist": "3.0.7",
"react-native-error-boundary": "1.1.12",
"react-native-fast-image": "8.5.11",
"react-native-gesture-handler": "2.4.1",
"react-native-haptic-feedback": "1.13.0",
"react-native-inappbrowser-reborn": "3.6.3",
"react-native-keyboard-aware-scroll-view": "0.9.5",
"react-native-level-fs": "3.0.1",
"react-native-linear-gradient": "2.5.6",
"react-native-localize": "2.1.7",
"react-native-markdown-display": "7.0.0-alpha.2",
"react-native-modal": "11.10.0",
"react-native-os": "1.2.6",
"react-native-pager-view": "5.4.9",
"react-native-permissions": "3.2.0",
"react-native-progress": "5.0.0",
"react-native-qrcode-svg": "6.1.2",
"react-native-randombytes": "3.6.1",
"react-native-reanimated": "2.5.0",
"react-native-rounded-checkbox": "0.3.3",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "2.18.1",
"react-native-shared-element": "0.8.4",
"react-native-skeleton-placeholder": "5.0.0",
"react-native-snap-carousel": "4.0.0-beta.6",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "0.14.3",
"react-native-tab-view": "3.1.1",
"react-native-text-input-mask": "3.1.4",
"react-native-timeago": "0.5.0",
"react-native-touch-id": "4.4.1",
"react-native-tracking-transparency": "0.1.1",
"react-native-url-polyfill": "1.3.0",
"react-native-user-agent": "2.3.1",
"react-native-webview": "11.17.1",
"react-navigation-backhandler": "2.0.1",
"react-navigation-shared-element": "3.1.3",
"react-redux": "7.2.6",
"readable-stream": "1.0.33",
"redux": "4.1.2",
"redux-logger": "3.0.6",
"redux-persist": "6.0.0",
"redux-persist-transform-encrypt": "3.0.1",
"redux-thunk": "2.4.0",
"reselect": "4.1.5",
"rn-nodeify": "10.3.0",
"rn-swipe-button": "1.3.6",
"stream-browserify": "1.0.0",
"styled-components": "5.3.3",
"url": "0.10.3",
"victory-native": "36.3.1",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-proposal-export-namespace-from": "7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/plugin-transform-arrow-functions": "7.16.7",
"@babel/plugin-transform-shorthand-properties": "7.16.7",
"@babel/plugin-transform-template-literals": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime": "7.16.3",
"@react-native-community/eslint-config": "2.0.0",
"@storybook/addon-actions": "5.3.21",
"@storybook/addon-knobs": "5.3.21",
"@storybook/addon-links": "5.3.21",
"@storybook/addon-ondevice-actions": "5.3.23",
"@storybook/addon-ondevice-knobs": "5.3.25",
"@storybook/react-native": "5.3.25",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^8.0.0",
"@types/bitauth": "0.4.1",
"@types/jest": "26.0.24",
"@types/lodash.clonedeep": "4.5.6",
"@types/lodash.debounce": "4.0.6",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.merge": "4.6.6",
"@types/lodash.throttle": "4.1.6",
"@types/react-native": "0.64.19",
"@types/react-native-dotenv": "0.2.0",
"@types/react-native-snap-carousel": "3.8.5",
"@types/react-redux": "7.1.20",
"@types/react-test-renderer": "16.9.5",
"@types/redux-logger": "3.0.9",
"@types/styled-components-react-native": "5.1.3",
"babel-jest": "26.6.3",
"babel-loader": "8.2.3",
"babel-plugin-transform-remove-console": "6.9.4",
"eslint": "7.32.0",
"i18next-parser": "5.4.0",
"jest": "26.6.3",
"jest-svg-transformer": "^1.0.0",
"metro-react-native-babel-preset": "0.64.0",
"react-dom": "17.0.1",
"react-native-clean-project": "3.6.7",
"react-native-codegen": "0.0.7",
"react-native-dotenv": "3.3.0",
"react-native-version": "4.0.0",
"react-test-renderer": "17.0.1",
"redux-devtools-extension": "2.13.9",
"ts-jest": "^26.0.7",
"typescript": "4.4.4"
},
"resolutions": {
"@types/react": "^17"
},
"react-native": {
"crypto": "react-native-crypto",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify"
},
"browser": {
"crypto": "react-native-crypto",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify"
}
}