-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
240 lines (240 loc) · 9.09 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
240
{
"name": "teritori-dapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"build:web": "expo export -p web",
"lint": "npx tsx packages/scripts/paralint",
"lint-fix": "eslint --cache --ext .js,.jsx,.ts,.tsx . --fix",
"unused-exports": "ts-unused-exports ./tsconfig.json --excludePathsFromReport=\"packages/api;packages/contracts-clients;packages/evm-contracts-clients;packages/screens/RiotGame/RiotGameBridgeScreen.tsx;packages/components/socialFeed/RichText/inline-toolbar;app.config.js;weshd;./App.tsx;./cypress.config.ts;packages/modules/FileSystem/index.ts;.*\\.web|.electron|.native|.d.ts\"",
"validate-networks": "tsx packages/scripts/validateNetworks.ts",
"postinstall": "patch-package",
"install-gno": "tsx packages/scripts/install-gno"
},
"engines": {
"node": "v18.1.0"
},
"engineStrict": true,
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.13.6",
"@chain-registry/types": "^0.17.1",
"@chain-registry/utils": "1.18.0",
"@cosmjs/amino": "0.32.2",
"@cosmjs/cosmwasm-stargate": "0.32.2",
"@cosmjs/crypto": "0.32.2",
"@cosmjs/encoding": "0.32.2",
"@cosmjs/math": "0.32.2",
"@cosmjs/proto-signing": "0.32.2",
"@cosmjs/stargate": "0.32.2",
"@cosmjs/tendermint-rpc": "0.32.2",
"@cosmology/core": "2.0.1",
"@dotlottie/react-player": "^1.6.5",
"@draft-js-plugins/anchor": "^4.2.0",
"@draft-js-plugins/buttons": "^4.3.3",
"@draft-js-plugins/editor": "^4.1.3",
"@draft-js-plugins/image": "^4.1.3",
"@draft-js-plugins/static-toolbar": "^4.1.3",
"@draft-js-plugins/video": "^4.1.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@expo-google-fonts/exo": "^0.2.2",
"@expo/metro-runtime": "~3.1.3",
"@faker-js/faker": "^8.4.1",
"@gnolang/gno-js-client": "^1.3.0",
"@gnolang/tm2-js-client": "^1.2.1",
"@hookform/resolvers": "^3.6.0",
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@improbable-eng/grpc-web-react-native-transport": "^0.15.0",
"@inline-svg-unique-id/react": "^1.2.3",
"@keplr-wallet/types": "^0.12.63",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@metamask/detect-provider": "^2.0.0",
"@nandorojo/anchor": "^0.3.1",
"@osmonauts/lcd": "^1.0.3",
"@pinata/sdk": "^2.1.0",
"@react-native-anywhere/polyfill-base64": "^0.0.1-alpha.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/slider": "4.4.2",
"@react-native-masked-view/masked-view": "0.3.0",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@reduxjs/toolkit": "^1.8.3",
"@solana/web3.js": "^1.87.6",
"@tanstack/react-query": "^4.12.0",
"@types/crypto-js": "^4.2.2",
"@types/leaflet": "^1.9.12",
"@types/leaflet.markercluster": "^1.5.4",
"@types/papaparse": "^5.3.14",
"@types/pluralize": "^0.0.33",
"assert": "^2.1.0",
"axios": "^1.6.2",
"bech32": "^2.0.0",
"bip39": "^3.1.0",
"browser-headers": "^0.4.1",
"buffer": "^6.0.3",
"chain-registry": "^1.25.4",
"commander": "^10.0.1",
"cosmos-endpoints-scorer": "^0.1.0",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.2.0",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"electron-store": "^8.1.0",
"eslint-config-universe": "^12.0.0",
"ethers": "^5.7.2",
"expo": "~50.0.20",
"expo-av": "~13.10.6",
"expo-blur": "~12.9.2",
"expo-clipboard": "~5.0.1",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.9",
"expo-font": "~11.10.3",
"expo-image-picker": "^14.7.1",
"expo-linear-gradient": "~12.7.2",
"expo-optimize": "^0.2.20",
"expo-secure-store": "~12.8.1",
"expo-sharing": "~11.10.0",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"glob": "^10.3.10",
"google-protobuf": "^3.21.2",
"graphql-request": "^5",
"html-to-draftjs": "^1.5.0",
"immutable": "^4.0.0",
"kubernetes-models": "^4.3.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"listr2": "^8.0.1",
"lodash": "^4.17.21",
"long": "^5.2.1",
"lottie-react-native": "6.5.1",
"markdown-it": "^14.1.0",
"merkletreejs": "^0.4.0",
"metamask-react": "^2.4.1",
"moment": "^2.29.4",
"multiformats": "^12.1.3",
"osmojs": "16.9.0",
"papaparse": "^5.4.1",
"plausible-tracker": "^0.3.8",
"pluralize": "^8.0.0",
"protobufjs": "^7.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-heatmap-layer-v3": "^3.0.3-beta-1",
"react-native": "0.73.6",
"react-native-click-outside": "^0.1.1",
"react-native-confetti-cannon": "^1.5.2",
"react-native-countdown-component": "^2.7.1",
"react-native-drax": "^0.10.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-get-random-values": "~1.8.0",
"react-native-heroicons": "^3.2.0",
"react-native-hoverable": "^0.2.0",
"react-native-image-picker": "^7.1.0",
"react-native-keyboard-aware-scrollview": "^2.1.0",
"react-native-leaflet-view": "^0.1.2",
"react-native-paper": "^4.12.5",
"react-native-pell-rich-editor": "^1.8.8",
"react-native-pie-chart": "^3.0.1",
"react-native-popup-menu": "^0.16.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "^3.6.2",
"react-native-reanimated-carousel": "4.0.0-alpha.9",
"react-native-reanimated-table": "^0.0.2",
"react-native-redash": "^18.0.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-smooth-slider": "^1.3.6",
"react-native-svg": "14.1.0",
"react-native-text-ticker": "^1.14.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.2",
"react-native-vision-camera": "^3.9.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.6.4",
"react-redux": "^8.0.2",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-persist-electron-storage": "^2.1.0",
"rxjs": "^7.8.1",
"stream-browserify": "^3.0.0",
"text-encoding-polyfill": "^0.6.7",
"tsx": "^4.7.0",
"uuid": "^9.0.0",
"victory-native": "^36.6.8",
"waveform-data": "^4.3.0",
"yaml": "^2.3.4",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@axelar-network/axelarjs-types": "^0.33.0",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.23.3",
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@cosmwasm/ts-codegen": "^0.35.7",
"@faker-js/faker": "^8.4.1",
"@types/draft-convert": "^2.1.4",
"@types/draft-js": "^0.11.9",
"@types/html-to-draftjs": "^1.4.0",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.9.1",
"@types/react": "~18.2.45",
"@types/react-native-countdown-component": "^2.7.0",
"@types/uuid": "^9.0.0",
"babel-loader": "^8.2.5",
"babel-plugin-react-inline-svg-unique-id": "^1.3.1",
"cors-anywhere": "^0.4.4",
"cross-env": "^7.0.3",
"cypress": "^13.9.0",
"depcheck": "^1.4.7",
"dotenv": "^16.3.1",
"electron": "^27.1.2",
"eslint": "^8.52.0",
"eslint-plugin-react-hooks": "^4.6.0",
"expo-dev-client": "~3.3.12",
"expo-doctor": "^1.1.3",
"patch-package": "^7.0.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.3",
"react-native-svg-transformer": "^1.0.0",
"rimraf": "^5.0.5",
"ts-proto": "^1.120.0",
"ts-unused-exports": "^10.0.1",
"typescript": "^5.3.0"
},
"resolutions": {
"@gnolang/tm2-js-client@^1.2.1": "patch:@gnolang/tm2-js-client@npm%3A1.2.1#./.yarn/patches/@gnolang-tm2-js-client-npm-1.2.1-1ea3bc3862.patch",
"chain-registry@^1.20.0": "patch:chain-registry@npm%3A1.20.0#./.yarn/patches/chain-registry-npm-1.20.0-e290300d1b.patch",
"multiformats@^12.1.3": "patch:multiformats@npm%3A12.1.3#./.yarn/patches/multiformats-npm-12.1.3-dbaa26037a.patch",
"@axelar-network/axelarjs-types@^0.33.0": "patch:@axelar-network/axelarjs-types@npm%3A0.33.0#./.yarn/patches/@axelar-network-axelarjs-types-npm-0.33.0-5d36465d11.patch",
"graphql-request@^5": "patch:graphql-request@npm%3A5.2.0#./.yarn/patches/graphql-request-npm-5.2.0-31dd65ab47.patch"
},
"private": true,
"packageManager": "[email protected]",
"expo": {
"autolinking": {
"nativeModulesDir": "./weshd"
}
}
}