-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.78 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
{
"name": "defined",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "./node_modules/.bin/rn-nodeify --hack --install"
},
"dependencies": {
"@geens_npo/defined-id": "^0.1.5",
"@haskkor/react-native-pincode": "^1.22.3",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/clipboard": "^1.2.3",
"@react-native-community/datetimepicker": "^2.5.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-navigation/bottom-tabs": "^5.7.1",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"@tradle/react-native-http": "^2.0.0",
"assert": "^2.0.0",
"asyncstorage-down": "^4.2.0",
"auto-bind": "^4.0.0",
"axios": "^0.19.2",
"browserify-zlib": "^0.2.0",
"buffer": "^5.6.0",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-js": "^4.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^4.13.0",
"events": "^1.0.0",
"hex-to-rgba": "^2.0.1",
"https-browserify": "^1.0.0",
"immutability-helper": "^3.1.1",
"lodash": "latest",
"net-browserify": "^0.2.4",
"node-libs-react-native": "^1.2.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"promise": "^8.1.0",
"prop-types": "^15.7.2",
"punycode": "^1.2.4",
"query-string": "^6.13.1",
"querystring-es3": "^0.2.1",
"react": "16.13.1",
"react-native": "0.63.0",
"react-native-camera": "^3.31.1",
"react-native-country-picker-modal": "^1.11.0",
"react-native-crypto": "^2.2.0",
"react-native-flash-message": "^0.1.15",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-picker": "^2.3.3",
"react-native-image-resizer": "^1.2.3",
"react-native-keychain": "^6.1.1",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal-datetime-picker": "^8.7.1",
"react-native-os": "^1.2.6",
"react-native-path": "^0.0.5",
"react-native-permissions": "^2.1.5",
"react-native-photo-upload": "^1.3.0",
"react-native-qrcode-scanner": "^1.4.1",
"react-native-randombytes": "^3.5.3",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "^3.0.7",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "^2.9.0",
"react-native-tcp": "^4.0.0",
"react-native-udp": "^2.1.0",
"react-native-unimodules": "~0.9.0",
"react-native-url": "^0.0.2",
"react-native-web": "^0.11.7",
"react-native-webview": "^10.3.2",
"react-navigation": "^4.4.0",
"react-navigation-redux-helpers": "^4.0.1",
"react-redux": "^7.2.0",
"react-zlib-js": "^1.0.4",
"readable-stream": "^1.0.33",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rn-nodeify": "^10.2.0",
"rxjs": "latest",
"stream": "0.0.2",
"stream-browserify": "^2.0.2",
"stream-http": "^3.0.0",
"string_decoder": "^0.10.31",
"styled-components": "^5.1.1",
"stylus": "^0.54.7",
"symbol-hd-wallets": "^0.11.0",
"symbol-sdk": "^0.20.6",
"timers-browserify": "^1.0.1",
"tls-browserify": "^0.2.2",
"tty-browserify": "0.0.0",
"util": "^0.10.4",
"vm-browserify": "^1.1.0"
},
"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",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"timers-browserify": "^1.0.1",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false,
"_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"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-native-stylus-transformer": "^1.2.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}