-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 5.89 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
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "multicash",
"description": "The MultiCash Mobile app provides all that MultiCash has to over on both Android and iOS",
"version": "0.31.5",
"private": true,
"author": "MultiCash LLC",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/multicash/mobile/issues"
},
"homepage": "https://multicash.io",
"repository": {
"type": "git",
"url": "https://github.com/multicash/mobile.git"
},
"scripts": {
"postinstall": "yarn nodeify && yarn disable:randombytes && yarn fix:multicore-lib:random && yarn fix:multicore-lib-cash:random && yarn fix:multicore-lib-mcx:random",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"start": "react-native start --reset-cache",
"test": "jest",
"ios": "react-native run-ios --simulator \"iPhone 12 Pro\"",
"ios:install": "cd ios && pod install && cd ..",
"android": "react-native run-android",
"disable:randombytes": "mv node_modules/randombytes node_modules/randombytes.bk || exit 0",
"fix:multicore-lib:random": "echo \"\\nprocess.browser = false;\\n\" >> node_modules/multicore-lib/lib/crypto/random.js || exit 0",
"fix:multicore-lib-cash:random": "echo \"\\nprocess.browser = false;\\n\" >> node_modules/multicore-lib-cash/lib/crypto/random.js || exit 0",
"fix:multicore-lib-mcx:random": "echo \"\\nprocess.browser = false;\\n\" >> node_modules/multicore-lib-mcx/lib/crypto/random.js || exit 0",
"nodeify": "rn-nodeify --install \" buffer,fs,stream,http,https,os,url,inherits,zlib\" --hack"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/compat": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"@tradle/react-native-http": "^2.0.1",
"@types/react-native-dotenv": "^0.2.0",
"asyncstorage-down": "^4.2.0",
"browserify-zlib": "^0.1.4",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^1.1.1",
"html-entities": "^2.3.2",
"https-browserify": "0.0.1",
"intl": "1.2.5",
"multicore-lib": "^8.24.3",
"multicore-lib-mcx": "^8.24.4",
"multicore-wallet-client": "^8.24.4",
"nodejs-libs-browser": "^0.4.1",
"react": "^17.0.2",
"react-native": "^0.64.0",
"react-native-base64": "^0.2.1",
"react-native-biometrics": "^2.1.4",
"react-native-bootsplash": "^3.2.3",
"react-native-camera": "^3.43.6",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^8.1.2",
"react-native-document-picker": "^5.0.3",
"react-native-dotenv": "^2.5.5",
"react-native-draggable": "^3.3.0",
"react-native-draggable-flatlist": "^2.6.1",
"react-native-elements": "^2.3.2",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-haptic-feedback": "^1.11.0",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-logs": "^3.0.3",
"react-native-nfc-manager": "^3.3.0",
"react-native-os": "^1.2.6",
"react-native-paper": "^4.8.1",
"react-native-permissions": "^3.0.3",
"react-native-prompt-android": "^1.1.0",
"react-native-qrcode-scanner": "^1.5.4",
"react-native-qrcode-svg": "^6.1.1",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^1.13.3",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-share": "^5.3.0",
"react-native-svg": "^12.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-webview": "^11.6.2",
"readable-stream": "^1.0.33",
"rn-nodeify": "^10.3.0",
"stream-browserify": "^1.0.0",
"url": "^0.10.3",
"vue-native-core": "^0.2.0",
"vue-native-helper": "^0.2.0",
"vuelidate": "^0.7.6",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@jest/types": "^27.0.6",
"@types/intl": "^1.2.0",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.4",
"@types/react-native": "^0.64.4",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.1.0",
"babel-jest": "^26.6.3",
"babel-plugin-root-import": "^6.6.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"jest": "^26.5.2",
"metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "^16.13.1",
"ts-node": "^10.0.0",
"typescript": "^4.1.5",
"vue-jest": "^3.0.7",
"vue-native-scripts": "^0.2.0"
},
"react-native": {
"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",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"net": "react-native-tcp",
"zlib": "browserify-zlib"
},
"browser": {
"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",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"net": "react-native-tcp",
"zlib": "browserify-zlib"
}
}