-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.97 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
{
"name": "XpxSdkVueJsSandbox",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "./node_modules/.bin/rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path,assert,crypto,net,url,vm,http,https,zlib,tls,os --hack"
},
"dependencies": {
"@react-native-community/async-storage": "^1.10.0",
"@tradle/react-native-http": "^2.0.0",
"AsyncStorage": "^0.1.5",
"assert": "^1.1.1",
"asyncstorage-down": "^4.2.0",
"browserify-zlib": "^0.1.4",
"events": "^1.0.0",
"https-browserify": "0.0.1",
"path-browserify": "0.0.0",
"react": "16.8.3",
"react-native": "0.59",
"react-native-crypto": "^2.2.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-level-fs": "^3.0.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-os": "^1.0.1",
"react-native-paper": "^3.10.1",
"react-native-randombytes": "^3.5.3",
"react-native-reanimated": "^1.8.0",
"react-native-screens": "^2.7.0",
"react-native-tcp": "^3.2.1",
"react-native-vector-icons": "^6.6.0",
"readable-stream": "^1.0.33",
"stream-browserify": "^1.0.0",
"tsjs-xpx-chain-sdk": "^0.7.0",
"url": "^0.10.3",
"vm-browserify": "0.0.4",
"vue-native-core": "0.1.4",
"vue-native-helper": "0.1.4",
"vue-native-router": "^0.1.1"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/runtime": "^7.9.2",
"babel-jest": "^25.5.1",
"jest": "^25.5.1",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.8.3",
"rn-nodeify": "^10.2.0",
"vue-native-scripts": "0.1.4"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"zlib": "browserify-zlib",
"crypto": "react-native-crypto",
"net": "react-native-tcp",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"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",
"vm": "vm-browserify",
"tls": false
},
"browser": {
"zlib": "browserify-zlib",
"crypto": "react-native-crypto",
"net": "react-native-tcp",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"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",
"vm": "vm-browserify",
"tls": false
}
}