-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
142 lines (142 loc) · 4.43 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"postinstall": "rn-nodeify --install --hack"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "~10.0.6",
"@react-native-community/masked-view": "0.1.6",
"@react-navigation/bottom-tabs": "^5.3.1",
"@react-navigation/native": "^5.2.1",
"@react-navigation/stack": "^5.2.16",
"@tradle/react-native-http": "^2.0.1",
"assert": "^1.5.0",
"asyncstorage-down": "^4.2.0",
"big.js": "^5.2.2",
"browserify-zlib": "^0.1.4",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-js": "^4.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"events": "^1.1.1",
"expo": "~37.0.9",
"expo-asset": "~8.1.0",
"expo-barcode-scanner": "~8.1.0",
"expo-camera": "~8.2.0",
"expo-constants": "~9.0.0",
"expo-font": "~8.1.0",
"expo-linking": "^1.0.1",
"expo-splash-screen": "^0.2.3",
"expo-web-browser": "~8.2.0",
"file-saver": "1.3.8",
"https-browserify": "0.0.1",
"jspdf": "^1.5.3",
"levelup": "^4.4.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"path-browserify": "0.0.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"qrious": "^4.0.2",
"querystring-es3": "^0.2.1",
"random": "^2.1.1",
"random-js": "^2.1.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-hook-form": "^5.7.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-bitcoinjs-lib": "^2.3.9",
"react-native-gesture-handler": "~1.6.0",
"react-native-level-fs": "^3.0.1",
"react-native-os": "^1.2.6",
"react-native-randombytes": "^3.5.3",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-svg": "11.0.1",
"react-native-tcp": "^3.3.2",
"react-native-udp": "^2.7.0",
"react-native-web": "~0.11.7",
"react-native-webview": "^10.1.0",
"readable-stream": "^1.0.33",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"rn-nodeify": "^10.2.0",
"smartcashjs-lib": "^3.3.6",
"stream-browserify": "^1.0.0",
"string-format": "^2.0.0",
"string_decoder": "^0.10.31",
"styled-components": "^5.1.0",
"timers-browserify": "^1.4.2",
"tty-browserify": "0.0.0",
"url": "^0.10.3",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0",
"jest-expo": "~37.0.0"
},
"private": true,
"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",
"path": "path-browserify",
"fs": "react-native-level-fs",
"os": "react-native-os",
"crypto": "react-native-crypto",
"net": "react-native-tcp",
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"dns": "dns.js",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"querystring": "querystring-es3",
"dgram": "react-native-udp",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
},
"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",
"path": "path-browserify",
"fs": "react-native-level-fs",
"os": "react-native-os",
"crypto": "react-native-crypto",
"net": "react-native-tcp",
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"dns": "dns.js",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"querystring": "querystring-es3",
"dgram": "react-native-udp",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
}
}