-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
202 lines (202 loc) · 7.08 KB
/
package.json
File metadata and controls
202 lines (202 loc) · 7.08 KB
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
{
"name": "ssp-key",
"version": "1.26.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios:device": "yarn ios --udid $MY_DEVICE_UDID",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "react-native start",
"test": "jest",
"test:report": "jest --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --coverage",
"podinstall": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd ..",
"bundleinstall": "cd ios && bundle install && cd ..",
"postinstall": "patch-package && node_modules/.bin/rn-nodeify --install 'events,assert,util,buffer,stream,process,http,https,url,net,tls,zlib,_stream_transform' --yarn --hack"
},
"resolutions": {
"viem": "2.42.1",
"@types/react": "19.2.14"
},
"overrides": {
"viem": "2.42.1",
"@types/react": "19.2.14"
},
"dependencies": {
"@alchemy/aa-core": "3.19.0",
"@lavamoat/react-native-lockdown": "0.1.0",
"@notifee/react-native": "9.1.8",
"@react-native-clipboard/clipboard": "1.16.3",
"@react-native-community/blur": "4.4.1",
"@react-native-firebase/app": "23.8.6",
"@react-native-firebase/messaging": "23.8.6",
"@react-native-picker/picker": "2.11.4",
"@react-native/js-polyfills": "0.84.1",
"@react-navigation/native": "7.1.33",
"@react-navigation/stack": "7.8.4",
"@reduxjs/toolkit": "2.11.2",
"@runonflux/aa-schnorr-multisig-sdk": "1.2.1",
"@runonflux/flux-sdk": "1.1.0",
"@runonflux/react-native-step-indicator": "1.0.0",
"@runonflux/utxo-lib": "1.0.2",
"@scure/bip32": "2.0.1",
"@scure/bip39": "2.0.1",
"@tradle/react-native-http": "2.0.1",
"abitype": "1.2.3",
"assert": "2.1.0",
"axios": "1.13.6",
"bchaddrjs": "0.5.2",
"bignumber.js": "9.3.1",
"browserify-zlib": "0.2.0",
"buffer": "6.0.3",
"crypto-js": "4.2.0",
"ethers": "6.16.0",
"events": "3.3.0",
"fastestsmallesttextencoderdecoder": "1.0.22",
"https-browserify": "1.0.0",
"i18next": "25.8.17",
"jail-monkey": "2.8.5",
"postinstall-postinstall": "2.1.0",
"process": "0.11.10",
"react": "19.2.3",
"react-i18next": "16.5.6",
"react-native": "0.84.1",
"react-native-device-info": "15.0.2",
"react-native-encrypted-storage": "4.0.3",
"react-native-gesture-handler": "2.30.0",
"react-native-get-random-values": "2.0.0",
"react-native-keyboard-aware-scroll-view": "0.9.5",
"react-native-keychain": "10.0.0",
"react-native-mmkv": "4.2.0",
"react-native-nitro-modules": "0.35.0",
"react-native-permissions": "5.5.1",
"react-native-qrcode-svg": "6.3.21",
"react-native-quick-crypto": "1.0.16",
"react-native-reanimated": "4.2.2",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
"react-native-svg": "15.15.3",
"react-native-tcp-socket": "6.4.1",
"react-native-toast-message": "2.3.3",
"react-native-vector-icons": "10.3.0",
"react-native-vision-camera": "4.7.3",
"react-native-worklets": "0.7.4",
"react-redux": "9.2.0",
"readable-stream": "4.7.0",
"redux-persist": "6.0.0",
"socket.io-client": "4.8.3",
"stream-browserify": "3.0.0",
"url": "0.11.4",
"util": "0.12.5",
"viem": "2.42.1"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.0",
"@babel/runtime": "7.28.6",
"@eslint/js": "9.39.3",
"@lavamoat/allow-scripts": "3.4.3",
"@react-native-community/cli": "20.1.2",
"@react-native-community/cli-platform-android": "20.1.2",
"@react-native-community/cli-platform-ios": "20.1.2",
"@react-native/babel-preset": "0.84.1",
"@react-native/eslint-config": "0.84.1",
"@react-native/metro-config": "0.84.1",
"@react-native/typescript-config": "0.84.1",
"@react-navigation/devtools": "7.0.52",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "13.3.3",
"@types/bchaddrjs": "0.4.3",
"@types/crypto-js": "4.2.2",
"@types/jest": "30.0.0",
"@types/metro-config": "0.76.3",
"@types/node": "25.4.0",
"@types/react": "19.2.14",
"@types/react-native-vector-icons": "6.4.18",
"@types/react-test-renderer": "19.1.0",
"@types/sinon": "21.0.0",
"babel-plugin-inline-dotenv": "1.7.0",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-transform-remove-console": "6.9.4",
"eslint": "9.39.3",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"globals": "17.4.0",
"jest": "30.3.0",
"patch-package": "8.0.1",
"prettier": "3.8.1",
"react-native-svg-transformer": "1.5.3",
"react-test-renderer": "19.2.3",
"rn-nodeify": "10.3.0",
"sinon": "21.0.2",
"typescript": "5.9.3",
"typescript-eslint": "8.57.0"
},
"engines": {
"node": ">=24"
},
"reactNativePermissionsIOS": [
"Camera",
"FaceID",
"Notifications"
],
"react-native": {
"_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",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"tls": false,
"net": "react-native-tcp-socket",
"zlib": "browserify-zlib"
},
"browser": {
"_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",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"tls": false,
"net": "react-native-tcp-socket",
"zlib": "browserify-zlib"
},
"lavamoat": {
"allowScripts": {
"@notifee/react-native": false,
"@react-native-firebase/app": false,
"@react-native-firebase/messaging": false,
"@react-native/js-polyfills": false,
"jail-monkey": false,
"react-native": false,
"react-native-vision-camera": false,
"react-native-encrypted-storage": false,
"react-native-gesture-handler": false,
"react-native-keychain": false,
"react-native-mmkv": false,
"react-native-nitro-modules": false,
"react-native-permissions": false,
"react-native-quick-crypto": false,
"react-native-reanimated": false,
"react-native-screens": false,
"react-native-svg": false,
"react-native-tcp-socket": false,
"react-native-vector-icons": false,
"react-native-worklets": false,
"$root$": true,
"@react-native-firebase/app>firebase>@firebase/firestore>@grpc/proto-loader>protobufjs": false,
"@react-native-firebase/app>firebase>@firebase/util": false,
"@runonflux/aa-schnorr-multisig-sdk>secp256k1": true,
"@runonflux/utxo-lib>secp256k1": true,
"jest>@jest/core>jest-resolve>unrs-resolver": false,
"postinstall-postinstall": true,
"@runonflux/flux-sdk>secp256k1": false
}
}
}