-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
187 lines (187 loc) · 6.32 KB
/
package.json
File metadata and controls
187 lines (187 loc) · 6.32 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"scripts": {
"start": "expo start --dev-client",
"postinstall": "./node_modules/.bin/rn-nodeify --hack --install && npx jetify",
"android": "expo run:android",
"run:android": "react-native run-android",
"release-win": "cd android && gradlew assembleRelease",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest -- coverage",
"test:update": "jest -- coverage -- updateSnapshot",
"test:watch": "jest -- watch",
"coverage": "jest -- coverage && open ./coverage/lcov-report/index.html"
},
"dependencies": {
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/preset-env": "7.1.6",
"@babel/preset-typescript": "^7.16.7",
"@expo-google-fonts/orbitron": "^0.2.0",
"@expo/config-plugins": "^4.0.16",
"@expo/vector-icons": "^12.0.0",
"@json-rpc-tools/utils": "^1.7.6",
"@koale/useworker": "^4.0.2",
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/material-bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"@reduxjs/toolkit": "^1.7.1",
"@tradle/react-native-http": "^2.0.1",
"@types/react-redux": "^7.1.20",
"@walletconnect/client": "^1.7.5",
"algosdk": "^1.13.1",
"appcenter": "^4.4.3",
"appcenter-analytics": "^4.4.3",
"appcenter-crashes": "^4.4.3",
"assert": "^1.5.0",
"asyncstorage-down": "^4.2.0",
"axios": "^0.24.0",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.1",
"dns.js": "^1.0.1",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-barcode-scanner": "~11.2.0",
"expo-camera": "~12.1.0",
"expo-clipboard": "~2.1.0",
"expo-font": "~10.0.4",
"expo-image-picker": "~12.0.1",
"expo-linking": "^3.0.0",
"expo-sharing": "~10.1.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"expo-updates": "^0.11.5",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"https-browserify": "^0.0.1",
"install": "^0.13.0",
"jest": "^26.6.3",
"lottie-react-native": "^4.1.3",
"middleware": "^1.0.0",
"native-base": "^3.3.7",
"node-libs-expo": "0.0.3",
"path-browserify": "0.0.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-animated-loader": "^0.0.9",
"react-native-barcode-mask": "^1.2.4",
"react-native-crypto": "^2.2.0",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.1.0",
"react-native-i18n": "^2.0.15",
"react-native-level-fs": "^3.0.1",
"react-native-os": "^1.2.6",
"react-native-paper": "^4.11.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.0.0-rc.3",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "~3.10.1",
"react-native-share": "^7.3.3",
"react-native-smooth-pincode-input": "^1.0.9",
"react-native-svg": "^12.1.0",
"react-native-tcp": "^3.3.2",
"react-native-udp": "^2.7.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.0.0",
"react-native-web": "0.17.0",
"react-navigation-native-modal": "^0.1.6",
"react-redux": "^7.2.6",
"readable-stream": "^1.0.33",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"save": "^2.4.0",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"timers-browserify": "^1.4.2",
"tty-browserify": "0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "0.0.4",
"ws": "^8.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/jest-native": "^4.0.4",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"babel-plugin-react-native-classname-to-style": "^1.2.2",
"babel-plugin-react-native-platform-specific-extensions": "^1.1.1",
"react-devtools": "^4.23.0",
"react-native-css-transformer": "^1.2.4",
"rn-nodeify": "^10.3.0",
"typescript": "~4.3.5"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-native-community|@react-navigation"
]
},
"private": true,
"name": "jasiri_mobile",
"version": "1.0.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",
"_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
}
}