forked from TERITORI/teritori-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
181 lines (181 loc) · 6.24 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
{
"name": "teritori-dapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"build:web": "expo export:web",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx . && tsc",
"lint-fix": "eslint --cache --ext .js,.jsx,.ts,.tsx . --fix",
"postinstall": "patch-package"
},
"engines": {
"node": "v18.1.0"
},
"engineStrict": true,
"dependencies": {
"@cosmjs/amino": "0.29.3",
"@cosmjs/cosmwasm-stargate": "0.29.3",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/math": "^0.29.5",
"@cosmjs/proto-signing": "0.29.5",
"@cosmjs/stargate": "0.29.3",
"@cosmjs/tendermint-rpc": "^0.31.3",
"@cosmology/core": "1.20.0",
"@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",
"@gnolang/gno-js-client": "1.0.4",
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@inline-svg-unique-id/react": "^1.2.3",
"@keplr-wallet/types": "^0.10.13",
"@metamask/detect-provider": "^2.0.0",
"@nandorojo/anchor": "^0.3.1",
"@osmonauts/lcd": "^1.0.3",
"@pinata/sdk": "^2.1.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/slider": "4.4.2",
"@react-native-masked-view/masked-view": "0.2.9",
"@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",
"assert": "^2.1.0",
"axios": "^1.6.2",
"bech32": "^2.0.0",
"browser-headers": "^0.4.1",
"buffer": "^6.0.3",
"chain-registry": "^1.20.0",
"commander": "^10.0.1",
"crypto-browserify": "^3.12.0",
"dotenv-webpack": "^8.0.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": "^49.0.16",
"expo-av": "~13.4.1",
"expo-barcode-scanner": "~12.5.3",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-optimize": "^0.2.20",
"expo-status-bar": "~1.6.0",
"google-protobuf": "^3.21.2",
"html-to-draftjs": "^1.5.0",
"immutable": "^4.0.0",
"lodash": "^4.17.21",
"long": "^5.2.1",
"lottie-ios": "3.4.0",
"lottie-react": "^2.3.1",
"metamask-react": "^2.4.1",
"moment": "^2.29.4",
"multiformats": "^12.1.3",
"os-browserify": "^0.3.0",
"osmojs": "15.0.5",
"protobufjs": "^7.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.36.1",
"react-native": "0.72.6",
"react-native-confetti-cannon": "^1.5.2",
"react-native-countdown-component": "^2.7.1",
"react-native-drax": "^0.10.2",
"react-native-gesture-handler": "~2.12.0",
"react-native-heroicons": "^3.2.0",
"react-native-hoverable": "^0.2.0",
"react-native-keyboard-aware-scrollview": "^2.1.0",
"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.3.0",
"react-native-reanimated-carousel": "^3.0.3",
"react-native-redash": "^18.0.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-smooth-slider": "^1.3.6",
"react-native-svg": "13.9.0",
"react-native-text-ticker": "^1.14.0",
"react-native-vector-icons": "^10.0.2",
"react-native-web": "~0.19.6",
"react-native-webview": "13.2.2",
"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",
"uuid": "^9.0.0",
"victory": "^36.6.12",
"victory-native": "^36.6.8",
"waveform-data": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@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.3",
"@expo/webpack-config": "^19.0.0",
"@svgr/webpack": "^8.1.0",
"@types/draft-convert": "^2.1.4",
"@types/draft-js": "^0.11.9",
"@types/html-to-draftjs": "^1.4.0",
"@types/node": "^20.9.1",
"@types/react": "~18.2.14",
"@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",
"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": "~2.4.12",
"expo-doctor": "^1.1.3",
"moment-locales-webpack-plugin": "^1.2.0",
"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-node": "^10.9.1",
"ts-proto": "^1.120.0",
"ts-unused-exports": "^10.0.1",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-deduplication-plugin": "^0.0.8"
},
"resolutions": {
"@gnolang/tm2-js-client@^1.0.0": "patch:@gnolang/tm2-js-client@npm%3A1.0.1#./.yarn/patches/@gnolang-tm2-js-client-npm-1.0.1-9e54bafbb3.patch",
"@expo/prebuild-config": "~6.2.4",
"expo-modules-autolinking": "~1.5.0",
"@expo/config-plugins": "~7.2.2",
"@expo/metro-config": "~0.10.0"
},
"private": true,
"packageManager": "[email protected]"
}