-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.43 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.43 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
{
"name": "boscoin_wallet",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"react-devtools": "react-devtools"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"dependencies": {
"@tradle/react-native-http": "^2.0.0",
"assert": "^1.1.1",
"base-x": "3.0.4",
"bignumber.js": "^8.0.1",
"browserify-zlib": "^0.1.4",
"bs58": "^4.0.1",
"buffer": "^5.2.1",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"crypto-js": "^3.1.9-1",
"cuint": "^0.2.2",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"https-browserify": "0.0.1",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"prop-types": "^15.6.2",
"punycode": "^1.2.4",
"querystring-es3": "^0.2.1",
"react": "16.4.1",
"react-native": "0.55.4",
"react-native-appstore-version-checker": "^2.5.5",
"react-native-camera": "^1.3.0",
"react-native-crypto": "^2.1.2",
"react-native-debugger": "^1.1.0",
"react-native-device-info": "^0.24.3",
"react-native-extra-dimensions-android": "^0.22.0",
"react-native-fetch-polyfill": "^1.1.3",
"react-native-firebase": "4.3.8",
"react-native-fs": "^2.11.17",
"react-native-keyboard": "^2.0.1",
"react-native-level-fs": "^3.0.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-modal": "^6.5.0",
"react-native-os": "^1.0.1",
"react-native-qrcode": "^0.2.7",
"react-native-randombytes": "^3.5.1",
"react-native-requests-logger": "^1.1.5",
"react-native-sortable-list": "0.0.22",
"react-native-splash-screen": "^3.1.1",
"react-native-tab-view": "^1.0.2",
"react-native-tcp": "^3.2.1",
"react-native-udp": "^2.1.0",
"react-navigation": "^2.13.0",
"react-navigation-redux-helpers": "^2.0.5",
"react-redux": "^5.0.7",
"readable-stream": "^1.0.33",
"redux": "^4.0.0",
"rlp": "^2.1.0",
"sebakjs-util": "^0.1.1",
"stellar-base": "^0.9.0",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"jest": "23.6.0",
"react-test-renderer": "16.4.1",
"rn-nodeify": "github:tradle/rn-nodeify"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"crypto": "react-native-crypto",
"_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",
"vm": "vm-browserify",
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"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",
"dgram": "react-native-udp",
"timers": "timers-browserify",
"tty": "tty-browserify",
"tls": false
},
"browser": {
"crypto": "react-native-crypto",
"_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",
"vm": "vm-browserify",
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"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",
"dgram": "react-native-udp",
"timers": "timers-browserify",
"tty": "tty-browserify",
"tls": false
}
}