-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
127 lines (127 loc) · 4.41 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
{
"name": "NguWallet",
"version": "1.0.2",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest",
"postinstall": "rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path,assert,crypto --hack",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./tests/setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
]
},
"dependencies": {
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "^1.17.3",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/netinfo": "^8.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@react-navigation/stack": "^6.1.1",
"@tradle/react-native-http": "^2.0.1",
"apisauce": "^2.1.5",
"assert": "^1.5.0",
"axios": "^0.26.1",
"bignumber.js": "^9.0.2",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bitcoinjs-lib": "^6.0.1",
"browserify-zlib": "^0.1.4",
"buffer": "^6.0.3",
"buffer-reverse": "^1.0.1",
"coinselect": "^3.1.12",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"create-hash": "^1.2.0",
"date-fns": "^2.28.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"ecpair": "^2.0.1",
"electrum-client": "git+https://github.com/vivekperumal/rn-electrum-client.git",
"events": "^3.3.0",
"expo": "~44.0.0",
"https-browserify": "0.0.1",
"i": "^0.3.7",
"i18n-js": "^3.8.0",
"jest": "^27.5.1",
"net": "^1.0.2",
"npm": "^8.6.0",
"path-browserify": "0.0.0",
"process": "^0.11.10",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-biometrics": "^2.1.4",
"react-native-bootsplash": "^4.1.4",
"react-native-camera": "^4.2.1",
"react-native-collapsible": "^1.6.0",
"react-native-crypto": "^2.2.0",
"react-native-dialog": "^9.2.1",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.1.0",
"react-native-haptic-feedback": "^1.13.0",
"react-native-level-fs": "^3.0.1",
"react-native-localization": "^2.3.1",
"react-native-modal": "^13.0.1",
"react-native-notifications": "^4.3.0",
"react-native-os": "^1.2.6",
"react-native-permissions": "^3.3.0",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.1.2",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.4.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.3.0",
"react-native-tcp-socket": "5.5.0",
"react-native-wagmi-charts": "^2.1.0",
"react-native-web": "0.17.1",
"react-test-renderer": "^17.0.2",
"readable-stream": "^3.6.0",
"stream": "0.0.2",
"stream-browserify": "^1.0.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^1.4.2",
"toggle-switch-react-native": "^3.3.0",
"url": "^0.10.3",
"util": "^0.10.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"rn-nodeify": "github:tradle/rn-nodeify"
},
"private": true,
"react-native": {
"crypto": "react-native-crypto",
"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",
"stream": "stream-browserify"
},
"browser": {
"crypto": "react-native-crypto",
"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",
"stream": "stream-browserify"
}
}