forked from furysport/furysport-fury-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
178 lines (178 loc) · 5.76 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
{
"name": "furya-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",
"lint": "eslint --ext .js,.jsx,.ts,.tsx . && tsc",
"lint-fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@cosmjs/amino": "0.29.3",
"@cosmjs/cosmwasm-stargate": "0.29.3",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/proto-signing": "0.29.5",
"@cosmjs/stargate": "0.29.3",
"@cosmology/core": "1.20.0",
"@draft-js-plugins/anchor": "^4.2.0",
"@draft-js-plugins/editor": "^4.1.3",
"@draft-js-plugins/image": "^4.1.3",
"@draft-js-plugins/inline-toolbar": "^4.2.0",
"@draft-js-plugins/static-toolbar": "^4.1.3",
"@draft-js-plugins/video": "^4.1.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",
"@metaplex-foundation/js-next": "0.7.1",
"@nandorojo/anchor": "^0.3.1",
"@osmosis-labs/pools": "^4.0.0",
"@pinata/sdk": "^2.1.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-masked-view/masked-view": "0.2.6",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@reduxjs/toolkit": "^1.8.3",
"@tanstack/react-query": "^4.12.0",
"@types/html-to-draftjs": "^1.4.0",
"@types/react-native-countdown-component": "^2.7.0",
"@wagmi/core": "^0.8.5",
"airtable": "^0.11.4",
"bech32": "^2.0.0",
"browser-headers": "^0.4.1",
"chain-registry": "^1.20.0",
"commander": "^10.0.1",
"dotenv-webpack": "^8.0.0",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"eslint-config-universe": "^11.0.0",
"ethers": "^5.7.2",
"expo": "~45.0.0",
"expo-av": "~11.2.3",
"expo-checkbox": "~2.1.0",
"expo-font": "~10.1.0",
"expo-linear-gradient": "~11.3.0",
"expo-status-bar": "~1.3.0",
"html-to-draftjs": "^1.5.0",
"lodash": "^4.17.21",
"long": "^5.2.1",
"lottie-ios": "3.4.0",
"lottie-react": "^2.3.1",
"metamask-react": "^2.4.1",
"mime": "^3.0.0",
"moment": "^2.29.4",
"nft.storage": "^7.0.0",
"osmojs": "15.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.36.1",
"react-hotkeys-hook": "^4.0.4",
"react-native": "0.68.2",
"react-native-confetti-cannon": "^1.5.2",
"react-native-countdown-component": "^2.7.1",
"react-native-drag-sort": "^2.4.4",
"react-native-drax": "^0.10.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-heroicons": "^3.2.0",
"react-native-hoverable": "^0.2.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-reanimated": "~2.8.0",
"react-native-reanimated-carousel": "^3.0.3",
"react-native-redash": "^18.0.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-smooth-slider": "^1.3.6",
"react-native-svg": "^13.7.0",
"react-native-text-ticker": "^1.14.0",
"react-native-toast-message": "^2.1.5",
"react-native-web": "0.17.7",
"react-native-webview": "11.18.1",
"react-redux": "^8.0.2",
"redux-persist": "^6.0.0",
"uuid": "^9.0.0",
"victory-native": "^36.6.8",
"waveform-data": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@cosmwasm/ts-codegen": "^0.16.3",
"@expo/electron-adapter": "^0.0.55",
"@expo/webpack-config": "^0.16.25",
"@svgr/webpack": "^5.5.0",
"@types/draft-convert": "^2.1.4",
"@types/draft-js": "^0.11.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/react-native-svg-charts": "^5.0.12",
"@types/react-native-video": "^5.0.14",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-loader": "^8.2.5",
"babel-plugin-react-inline-svg-unique-id": "^1.3.1",
"cors-anywhere": "^0.4.4",
"electron": "^19.0.8",
"electron-builder": "^23.1.0",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react-hooks": "^4.6.0",
"expo-cli": "^6.0.2",
"expo-optimize": "^0.2.19",
"moment-locales-webpack-plugin": "^1.2.0",
"patch-package": "^7.0.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"react-native-svg-transformer": "^1.0.0",
"ts-node": "^10.9.1",
"ts-proto": "^1.120.0",
"ts-unused-exports": "^10.0.1",
"typescript": "~4.3.5",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-deduplication-plugin": "^0.0.8"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@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"
},
"private": true,
"build": {
"extraMetadata": {
"main": "main.js"
},
"files": [
{
"from": "dist/main/",
"to": "./",
"filter": [
"**/*"
]
},
{
"from": "dist/renderer",
"to": "./",
"filter": [
"**/*"
]
},
"package.json",
"**/node_modules/**/*"
]
},
"packageManager": "yarn@3.5.0"
}