-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 5 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
{
"name": "copycat",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-transform-spread": "^7.16.7",
"@expo-google-fonts/poppins": "^0.2.2",
"@expo/browser-polyfill": "^1.0.0",
"@google-cloud/vision": "^2.4.2",
"@ipld/car": "^4.1.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@supabase/supabase-js": "^1.35.2",
"@tradle/react-native-http": "^2.0.0",
"assert": "^1.1.1",
"axios": "^0.27.2",
"big-integer": "^1.6.51",
"browser-image-compression": "^2.0.0",
"browserify-zlib": "~0.1.4",
"buffer": "^4.9.1",
"carbites": "^1.0.6",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"expo": "^45.0.0",
"expo-auth-session": "~3.6.0",
"expo-blur": "~11.1.0",
"expo-camera": "~12.2.0",
"expo-clipboard": "~3.0.1",
"expo-document-picker": "~10.2.1",
"expo-file-system": "~14.0.0",
"expo-image-manipulator": "~10.3.1",
"expo-image-picker": "~13.1.1",
"expo-media-library": "~14.1.0",
"expo-permissions": "~13.2.0",
"expo-random": "~12.2.0",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.1",
"https-browserify": "~0.0.0",
"inherits": "^2.0.1",
"ipfs-car": "^0.7.0",
"ipfs-core": "^0.14.3",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"project-name-generator": "^2.1.9",
"punycode": "^1.2.4",
"querystring-es3": "~0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.30.0",
"react-native": "0.68.1",
"react-native-crypto": "^2.1.0",
"react-native-document-picker": "^8.1.0",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "~2.2.0",
"react-native-interaction-provider": "^1.0.1",
"react-native-level-fs": "^3.0.0",
"react-native-modalize": "^2.0.13",
"react-native-os": "^1.0.1",
"react-native-randombytes": "^3.0.0",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-swipe-detect": "^1.0.10",
"react-native-tcp": "^3.2.1",
"react-native-tesseract-ocr": "^2.0.3",
"react-native-toast-message": "^2.1.5",
"react-native-udp": "^2.1.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "0.17.7",
"readable-stream": "1.0.33",
"recoil": "^0.7.2",
"rn-nodeify": "^10.3.0",
"socket.io-client": "^4.5.1",
"stream-browserify": "^1.0.0",
"string_decoder": "~0.10.25",
"tesseract.js": "^2.1.5",
"text-encoding": "^0.7.0",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"url": "~0.10.1",
"util": "~0.10.3",
"vm-browserify": "0.0.4",
"web3.storage": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true,
"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
}
}