-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
189 lines (189 loc) · 6.05 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
188
189
{
"name": "@ltonetwork/universal-wallet",
"version": "0.0.1",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"clean:android": "cd android && ./gradlew clean",
"test": "jest",
"watch": "jest --watchAll",
"postinstall": "node_modules/.bin/rn-nodeify --install crypto,assert,url,stream,events --hack",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'",
"build:android:apk": "cd android && ./gradlew assembleDebug",
"build:android:aab": "cd android && ./gradlew bundleRelease",
"check-dependencies": "rnx-align-deps",
"fix-dependencies": "rnx-align-deps --write"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@ltonetwork/lto": "^0.8.7",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/material-top-tabs": "^6.2.2",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.1.0",
"@testing-library/jest-native": "^5.4.2",
"@tradle/react-native-http": "^2.0.1",
"@types/styled-components-react-native": "^5.1.3",
"axios": "^1.4.0",
"browserify": "^17.0.0",
"browserify-global": "^1.1.2",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.2",
"dns.js": "^1.0.1",
"events": "^1.1.1",
"expo": "^49.0.8",
"expo-asset": "~8.10.1",
"expo-barcode-scanner": "~12.5.3",
"expo-cli": "6.3.8",
"expo-constants": "~14.4.2",
"expo-font": "~11.4.0",
"expo-linking": "~5.0.2",
"expo-localization": "~14.3.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-web-browser": "~12.3.2",
"https-browserify": "^0.0.1",
"path-browserify": "^0.0.0",
"punycode": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native-biometrics": "^3.0.1",
"react-native-collapsible": "^1.6.0",
"react-native-crypto": "^2.2.0",
"react-native-dotenv": "^3.3.1",
"react-native-get-random-values": "~1.9.0",
"react-native-level-fs": "^3.0.1",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^4.12.1",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^3.1.1",
"react-native-udp": "^4.1.7",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.19.6",
"readable-stream": "^1.0.33",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"styled-components": "5.3.11",
"text-decoding": "^1.0.0",
"tty-browserify": "^0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "^0.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.14.0",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^3.0.0",
"@rnx-kit/align-deps": "^2.2.4",
"@testing-library/react-native": "^12.1.2",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "~18.2.14",
"@types/react-native": "~0.70.6",
"@types/react-native-vector-icons": "^6.4.11",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"jest-expo": "^49.0.0",
"jetifier": "^2.0.0",
"metro-react-native-babel-preset": "0.73.5",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"rn-nodeify": "^10.3.0",
"typescript": "^5.1.3"
},
"private": true,
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"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",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
},
"browser": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"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",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
},
"resolutions": {
"@types/react": "17.0.14",
"@types/react-dom": "17.0.14"
},
"rnx-kit": {
"kitType": "app",
"alignDeps": {
"requirements": [
],
"capabilities": [
"babel-preset-react-native",
"clipboard",
"core",
"core-android",
"core-ios",
"jest",
"navigation/native",
"react",
"react-dom",
"react-test-renderer",
"safe-area",
"screens",
"storage",
"svg"
]
}
}
}