-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
239 lines (239 loc) · 8.16 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{
"name": "desmos-profile-manager",
"version": "2.7.4",
"private": true,
"scripts": {
"postinstall": "patch-package && rn-nodeify -y --install stream,crypto,path --hack",
"update-assets": "react-native-asset",
"android": "react-native run-android --appIdSuffix debug",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"check-dependencies": "rnx-dep-check",
"fix-dependencies": "rnx-dep-check --write",
"find-deadcode": "ts-prune",
"adb-reverse-tcp": "adb reverse tcp:8081 tcp:8081",
"generate-splash": "react-native generate-bootsplash --background-color=#FF6C3E --logo-width=150 ./src/assets/images/desmosLogo-white.png"
},
"dependencies": {
"@apollo/client": "3.6.6",
"@cosmjs/amino": "^0.31.0",
"@cosmjs/crypto": "^0.31.0",
"@cosmjs/encoding": "^0.31.0",
"@cosmjs/ledger-amino": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@desmoslabs/desmjs": "^6.0.5",
"@desmoslabs/desmjs-types": "^6.0.5",
"@desmoslabs/desmjs-walletconnect-v2": "^6.0.5",
"@desmoslabs/desmjs-web3auth-mobile": "^6.0.5",
"@habx/apollo-multi-endpoint-link": "^2.7.0",
"@json-rpc-tools/types": "^2.0.0-beta.12",
"@json-rpc-tools/utils": "^2.0.0-beta.12",
"@ledgerhq/react-native-hw-transport-ble": "^6.27.1",
"@notifee/react-native": "^7.8.0",
"@os-team/i18next-react-native-language-detector": "1.0.5",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/clipboard": "1.5.1",
"@react-native-community/netinfo": "^11.2.1",
"@react-native-firebase/app": "^18.3.0",
"@react-native-firebase/messaging": "^18.3.0",
"@react-native-masked-view/masked-view": "0.2.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/routers": "^6.1.0",
"@react-navigation/stack": "^6.2.0",
"@sentry/react-native": "^5.5.0",
"@shopify/flash-list": "^1.4.0",
"@toruslabs/react-native-web-browser": "^1.1.0",
"@walletconnect/react-native-compat": "^2.2.1",
"@walletconnect/sign-client": "^2.2.1",
"@walletconnect/types": "^2.2.1",
"@walletconnect/utils": "^2.2.1",
"assert": "1.5.0",
"asyncstorage-down": "^4.2.0",
"axios": "^1.4.0",
"big-integer": "^1.6.51",
"bip39": "3.0.4",
"buffer": "4.9.2",
"cosmjs-types": "^0.7.1",
"date-fns": "^2.29.3",
"eslint-config-airbnb-typescript": "^17.0.0",
"events": "1.1.1",
"graphql": "15.6.1",
"i18next": "^22.4.9",
"intl-pluralrules": "^1.3.1",
"lodash": "^4.17.21",
"long": "4.0.0",
"lottie-react-native": "^6.4.1",
"neverthrow": "^6.0.0",
"numbro": "^2.3.6",
"patch-package": "^6.4.7",
"path-browserify": "0.0.0",
"posthog-react-native": "^2.7.0",
"process": "0.11.10",
"punycode": "1.4.1",
"react": "18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.4",
"react-native": "0.72.12",
"react-native-aes-crypto": "^2.1.1",
"react-native-async-storage": "^0.0.1",
"react-native-ble-plx": "^2.0.3",
"react-native-bluetooth-state-manager": "^1.3.4",
"react-native-bootsplash": "^4.4.1",
"react-native-branch": "^5.9.0",
"react-native-collapsible-tab-view": "^6.2.1",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^8.7.0",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.8.0",
"react-native-http": "0.0.3",
"react-native-image-picker": "^4.10.3",
"react-native-keychain": "^8.0.0",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-mmkv": "^2.11.0",
"react-native-pager-view": "^6.2.0",
"react-native-paper": "^4.12.1",
"react-native-permissions": "^3.6.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-randombytes": "3.6.1",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.18.2",
"react-native-select-dropdown": "^3.3.4",
"react-native-svg": "^13.7.0",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-vision-camera": "^3.6.10",
"react-native-worklets-core": "^0.4.0",
"readable-stream": "3.6.0",
"recoil": "^0.7.6",
"recoil-relay": "^0.1.0",
"stream-browserify": "3.0.0",
"string_decoder": "1.3.0",
"subscriptions-transport-ws": "^0.11.0",
"text-encoding": "0.7.0",
"url": "0.11.0",
"util": "0.12.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-transform-arrow-functions": "^7.20.7",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/preset-env": "^7.22.7",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.12",
"@rnx-kit/align-deps": "^2.2.6",
"@tsconfig/react-native": "^3.0.0",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.178",
"@types/react": "^18.0.24",
"@types/react-native-vector-icons": "^6.4.12",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"babel-jest": "^29.6.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-config-recommended": "^4.1.0",
"eslint-config-typescript": "^3.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.6.1",
"metro-react-native-babel-preset": "^0.76.9",
"prettier": "^3.0.0",
"react-native-asset": "^2.0.1",
"react-native-codegen": "^0.0.7",
"react-native-dotenv": "^3.4.7",
"react-test-renderer": "18.2.0",
"rn-nodeify": "10.3.0",
"ts-prune": "^0.10.3",
"typescript": "^5.1.6",
"uri-scheme": "^1.1.0"
},
"engines": {
"node": ">=16"
},
"resolutions": {
"@types/react": "^18.0.24",
"styled-components": "^5"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"moduleDirectories": [
"node_modules",
"src"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!@react-native|react-native|react-native-markdown-display)"
]
},
"react-native": {
"crypto": "react-native-crypto",
"path": "path-browserify",
"_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"
},
"browser": {
"crypto": "react-native-crypto",
"path": "path-browserify",
"_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"
},
"rnx-kit": {
"reactNativeVersion": "0.72.7",
"kitType": "app",
"capabilities": [
"animation",
"babel-preset-react-native",
"core",
"core-android",
"core-ios",
"filesystem",
"gestures",
"jest",
"navigation/native",
"navigation/stack",
"react",
"react-test-renderer",
"safe-area",
"screens",
"storage"
]
}
}