forked from kryptokrona/hugin-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
187 lines (187 loc) · 6.49 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
{
"name": "Hugin",
"version": "0.0.1",
"private": true,
"bin": {
"hello-pear": "./bin/hello-pear.js"
},
"scripts": {
"android": "react-native run-android --active-arch-only",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"patch": "patch-package",
"postinstall": "rn-nodeify --install fs,dgram,process,path,console,crypto,buffer,stream,vm,http,https,url,zlib,net,assert,tls --hack --yarn; jetify",
"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"
},
"dependencies": {
"@hyperswarm/dht": "^6.5.1",
"@hyperswarm/secret-stream": "^6.4.0",
"@os-team/i18next-react-native-language-detector": "^1.0.33",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/netinfo": "11.1.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@tradle/react-native-http": "^2.0.0",
"assert": "^1.1.1",
"asyncstorage-down": "^4.2.0",
"b4a": "^1.6.6",
"bare-addon-resolve": "^1.3.0",
"bare-console": "^4.1.0",
"bare-fs": "^2.3.1",
"bare-http1": "^3.3.1",
"bare-module": "^3.2.0",
"bare-module-resolve": "^1.6.2",
"bare-path": "^2.1.3",
"bare-process": "^1.3.2",
"base-64": "^1.0.0",
"browserify-zlib": "~0.1.4",
"buffer": "^4.9.1",
"commander": "^12.1.0",
"compact-encoding": "^2.15.0",
"console-browserify": "^1.1.0",
"expo": "^50.0.0",
"fs": "^0.0.1-security",
"https-browserify": "~0.0.0",
"hyperbeam": "3.0.2",
"hyperbee": "^2.19.6",
"hypercore": "^10.37.7",
"hyperdht": "6.15.1",
"hyperswarm": "4.7.14",
"i18next": "^23.11.5",
"identicon.js": "^2.3.3",
"int-encoder": "^1.1.1",
"keypear": "^1.2.2",
"kryptokrona-wallet-backend-js": "^2.5.5",
"moment": "^2.30.1",
"patch-package": "^8.0.0",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"querystring": "^0.2.1",
"random-access-memory": "^6.2.1",
"react": "18.2.0",
"react-i18next": "^14.1.2",
"react-moment": "^1.1.3",
"react-native": "0.73.6",
"react-native-animatable": "^1.4.0",
"react-native-background-fetch": "^4.2.5",
"react-native-biometrics": "^3.0.1",
"react-native-crypto": "^2.1.0",
"react-native-device-info": "^10.13.2",
"react-native-document-picker": "^9.3.0",
"react-native-exit-app": "^2.0.0",
"react-native-fs": "^2.20.0",
"react-native-image-picker": "^7.1.2",
"react-native-keychain": "^8.2.0",
"react-native-level-fs": "^3.0.0",
"react-native-modal": "^13.0.1",
"react-native-month-selector": "^1.4.0",
"react-native-push-notification": "^8.1.1",
"react-native-qrcode-svg": "^6.3.1",
"react-native-randombytes": "^3.0.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "14.1.0",
"react-native-svg-transformer": "^1.4.0",
"react-native-tcp": "^4.0.0",
"react-native-udp": "^4.1.7",
"react-native-vector-icons": "10.0.0",
"readable-stream": "1.0.33",
"request-promise-native": "^1.0.9",
"sodium-native": "^4.1.1",
"stream-browserify": "^1.0.0",
"tiny-buffer-rpc": "^2.1.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",
"vm-browserify": "0.0.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@types/base-64": "^1.0.2",
"@types/identicon.js": "^2.3.4",
"@types/lodash": "^4.17.4",
"@types/react": "~18.2.45",
"@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": "^18.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-dev": "^0.10.19",
"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",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"rn-nodeify": "^10.3.0",
"typescript": "^5.3.0",
"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
}
}