-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
227 lines (227 loc) · 8.39 KB
/
package.json
File metadata and controls
227 lines (227 loc) · 8.39 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
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
{
"name": "Hugin",
"version": "1.1.0",
"private": true,
"overrides": {
"bare-module-traverse": "1.4.1",
"bare-pipe": "4.1.3",
"quickbit-native": "2.4.8",
"udx-native": "1.20.0",
"@hyperswarm/secret-stream": "6.9.1",
"hypercore-crypto": "3.6.1",
"noise-curve-ed": "2.1.0",
"sodium-secretstream": "1.2.0",
"blind-relay": "1.4.0",
"dht-rpc": "6.26.3",
"simdle-native": "1.3.9",
"bare-os": "3.7.0"
},
"bin": {
"bundle": "./bin/bundle.js"
},
"scripts": {
"android": "react-native run-android --active-arch-only",
"getnodes": "curl https://raw.githubusercontent.com/kryptokrona/kryptokrona-public-nodes/refs/heads/main/nodes.json -o src/config/nodes.json",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"patch": "patch-package",
"postinstall": "rn-nodeify --install dgram,process,path,console,crypto,stream,vm,http,https,url,zlib,net,assert,tls --hack --yarn; npx jetifier",
"get-offline-lists": "wget https://raw.githubusercontent.com/kryptokrona/kryptokrona-public-nodes/master/nodes.json -O src/nodes.json && wget https://raw.githubusercontent.com/kryptokrona/hugin-groups/main/groups.json -O src/groups.json && wget https://raw.githubusercontent.com/kryptokrona/kryptokrona-public-nodes/master/nodes.json -O src/config/nodes.json",
"create-private-keys": "echo 'export const privateKeys = []' > src/services/kryptokrona/privates.ts"
},
"dependencies": {
"@ledgerhq/hw-transport": "^5.51.1",
"@notifee/react-native": "^9.1.3",
"@os-team/i18next-react-native-language-detector": "^1.0.33",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-camera-roll/camera-roll": "^7.10.0",
"@react-native-clipboard/clipboard": "^1.16.2",
"@react-native-community/netinfo": "11.4.1",
"@react-native-documents/picker": "^10.1.3",
"@react-native-firebase/app": "^22.2.0",
"@react-native-firebase/messaging": "^22.2.0",
"@react-native/gradle-plugin": "^0.79.2",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.9.26",
"@simform_solutions/react-native-audio-waveform": "^2.1.4",
"@tradle/react-native-http": "^2.0.0",
"assert": "^1.1.1",
"b4a": "^1.6.6",
"bare-fs": "4.5.3",
"bare-process": "^4.3.0",
"bare-rpc": "^1.1.0",
"base-64": "^1.0.0",
"browserify-zlib": "^0.2.0",
"commander": "^12.1.0",
"compact-encoding": "^2.15.0",
"console-browserify": "^1.1.0",
"corestore": "^7.7.0",
"expo": "~53.0.27",
"expo-video": "~2.1.0",
"fs": "^0.0.1-security",
"https-browserify": "~0.0.0",
"hugin-crypto": "^0.0.2",
"huginbeam": "^1.0.0",
"hyperbee": "^2.27.3",
"hypercore": "^11.23.1",
"hyperdrive": "^13.1.3",
"hyperswarm-hugin": "^1.0.4",
"i18next": "^23.11.5",
"identicon.js": "^2.3.3",
"int-encoder": "^1.1.1",
"kryptokrona-crypto": "^1.0.3",
"kryptokrona-wallet-backend-js": "^2.5.8",
"metro-react-native-babel-preset": "^0.77.0",
"moment": "^2.30.1",
"patch-package": "^8.0.0",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"protomux": "^3.8.0",
"querystring": "^0.2.1",
"random-access-file": "^4.1.2",
"react": "19.0.0",
"react-i18next": "^14.1.2",
"react-native": "0.79.6",
"react-native-animatable": "^1.4.0",
"react-native-background-fetch": "^4.2.7",
"react-native-bare-kit": "^0.12.0",
"react-native-biometrics": "^3.0.1",
"react-native-callkeep": "^4.3.16",
"react-native-crypto": "^2.1.0",
"react-native-device-info": "^14.0.4",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-image-colors": "^2.4.0",
"react-native-image-picker": "^7.1.2",
"react-native-image-resizer": "^1.4.5",
"react-native-incall-manager": "^4.2.0",
"react-native-keychain": "10.0.0",
"react-native-modal": "^13.0.1",
"react-native-month-selector": "^1.4.0",
"react-native-pager-view": "6.7.1",
"react-native-permissions": "^5.2.4",
"react-native-progress": "^5.0.1",
"react-native-push-notification": "^8.1.1",
"react-native-qrcode-svg": "^6.3.14",
"react-native-randombytes": "^3.0.0",
"react-native-reanimated": "4.0.2",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "^4.10.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.4.0",
"react-native-tab-view": "^3.5.2",
"react-native-tcp": "^4.0.0",
"react-native-toast-message": "^2.2.1",
"react-native-udp": "^4.1.7",
"react-native-vector-icons": "10.0.0",
"react-native-vision-camera": "^4.6.4",
"react-native-voip-push-notification": "^3.3.3",
"react-native-webrtc": "^124.0.5",
"react-native-worklets": "^0.4.1",
"readable-stream": "1.0.33",
"request-promise-native": "^1.0.9",
"sodium-native": "^5.0.10",
"stream-browserify": "^1.0.0",
"text-encoding": "^0.7.0",
"tweetnacl": "^1.0.3",
"tweetnacl-sealed-box": "^1.0.5",
"tweetnacl-util": "^0.15.1",
"unicode-emoji-json": "^0.6.0",
"url": "~0.10.1",
"use-sync-external-store": "^1.6.0",
"vm-browserify": "0.0.4",
"zustand": "^4.5.7"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-explicit-resource-management": "^7.27.4",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "18.0.0",
"@react-native-community/cli-platform-android": "18.0.0",
"@react-native-community/cli-platform-ios": "18.0.0",
"@react-native/babel-preset": "0.79.6",
"@react-native/eslint-config": "0.79.6",
"@react-native/metro-config": "0.79.6",
"@react-native/typescript-config": "0.79.6",
"@types/base-64": "^1.0.2",
"@types/identicon.js": "^2.3.4",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.4",
"@types/react": "~19.0.10",
"@types/react-native-push-notification": "^8.1.4",
"@types/react-native-sqlite-storage": "^6.0.5",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^19.0.0",
"@types/request-promise-native": "^1.0.21",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"bare-pack": "^1.4.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-sort-keys-plus": "^1.4.0",
"eslint-plugin-unused-imports": "^3.2.0",
"globals": "^15.2.0",
"jest": "^29.6.3",
"jetifier": "^2.0.0",
"jetify": "^1.0.2",
"node-gyp-build": "^4.8.4",
"prettier": "2.8.8",
"react-test-renderer": "19.0.0",
"rn-nodeify": "^10.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^7.8.0",
"which": "^4.0.0"
},
"engines": {
"node": ">=18"
},
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"crypto": "react-native-crypto",
"net": "react-native-tcp",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"path": "path-browserify",
"fs": "react-native-level-fs",
"_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",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"vm": "vm-browserify",
"tls": false
},
"browser": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"crypto": "react-native-crypto",
"net": "react-native-tcp",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"path": "path-browserify",
"fs": "react-native-level-fs",
"_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",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"vm": "vm-browserify",
"tls": false
}
}