-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 4.54 KB
/
Copy pathpackage.json
File metadata and controls
150 lines (150 loc) · 4.54 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
144
145
146
147
148
149
150
{
"name": "dost-native",
"version": "0.1.0",
"description": "dOST native application",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test:app": "jest",
"test:js": "mocha --timeout 20000 ./test/services/**/*.test.js",
"nodify": "rn-nodeify --hack --install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-ost/dost-native.git"
},
"keywords": [
"ost"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/d-ost/dost-native/issues"
},
"homepage": "https://github.com/d-ost/dost-native#readme",
"dependencies": {
"@babel/core": "7.5.5",
"@babel/runtime": "7.5.5",
"@react-native-community/async-storage": "1.6.1",
"@tradle/react-native-http": "^2.0.1",
"assert": "^2.0.0",
"babel-jest": "24.9.0",
"bignumber.js": "8.1.1",
"bn.js": "^5.0.0",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"eslint": "^6.2.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"ethereumjs-util": "^6.1.0",
"ethlint": "^1.2.4",
"eventemitter3": "4.0.0",
"events": "^1.1.1",
"ganache": "^6.4.4",
"ganache-cli": "^6.6.0",
"https-browserify": "0.0.1",
"ipfs": "^0.37.1",
"ipfs-http-client": "^33.1.1",
"jest": "24.9.0",
"js-ipfs": "0.0.301",
"lodash": "^4.17.15",
"metro-react-native-babel-preset": "0.56.0",
"mocha": "^6.2.0",
"native-base": "^2.13.5",
"openzeppelin-solidity": "^2.3.0",
"path-browserify": "0.0.0",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "16.8.3",
"react-native": "^0.60.5",
"react-native-crypto": "2.2.0",
"react-native-gesture-handler": "1.3.0",
"react-native-level-fs": "^3.0.1",
"react-native-os": "^1.2.5",
"react-native-randombytes": "3.5.3",
"react-native-smooth-pincode-input": "^1.0.7",
"react-native-tcp": "^3.3.1",
"react-native-udp": "^2.6.1",
"react-navigation": "3.11.0",
"react-redux": "7.1.0",
"react-test-renderer": "16.8.3",
"readable-stream": "^1.0.33",
"rn-nodeify": "10.1.0",
"shamirs-secret-sharing": "^1.0.1",
"solc": "^0.5.11",
"solium": "^1.2.4",
"sss-wasm": "^0.1.0",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"timers-browserify": "^1.4.2",
"truffle": "^5.0.33",
"tty-browserify": "0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "0.0.4",
"web3": "^1.2.1",
"web3-utils": "^1.2.1"
},
"jest": {
"preset": "react-native"
},
"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
}
}