This repository has been archived by the owner on May 27, 2023. It is now read-only.
forked from revoltchat/rvmob
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
163 lines (163 loc) · 5.31 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
155
156
157
158
159
160
161
162
163
{
"name": "rvmob",
"version": "0.0.1",
"private": true,
"scripts": {
"clean": "react-native-clean-project",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"windows": "react-native run-windows"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@notifee/react-native": "^7.6.1",
"@react-native-async-storage/async-storage": "^1.18.0",
"@react-native-clipboard/clipboard": "^1.11.2",
"@tradle/react-native-http": "^2.0.1",
"@traptitech/markdown-it-spoiler": "^1.1.6",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.5.0",
"add": "^2.0.6",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"date-fns": "^2.25.0",
"dayjs": "^1.10.7",
"dns.js": "^1.0.1",
"domain-browser": "^4.22.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"markdown-it-regexp": "^0.4.0",
"mobx-react": "^7.6.0",
"mobx-react-lite": "^3.4.3",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"punycode": "^2.3.0",
"querystring-es3": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.3",
"react-native": "^0.71.6",
"react-native-bottom-drawer-view": "^1.0.3",
"react-native-clean-project": "^4.0.1",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^10.6.0",
"react-native-document-picker": "^8.2.0",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.18.0",
"react-native-get-random-values": "^1.7.0",
"react-native-image-viewing": "^0.2.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-level-fs": "^3.0.1",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-modal": "^13.0.1",
"react-native-os": "https://github.com/aprock/react-native-os",
"react-native-randombytes": "^3.6.1",
"react-native-side-menu": "^1.1.3",
"react-native-side-menu-updated": "^1.3.2",
"react-native-sliding-modal": "^2.1.0",
"react-native-tcp-socket": "^6.0.6",
"react-native-udp": "^4.1.7",
"react-native-vector-icons": "^9.0.0",
"react-native-web": "^0.19.1",
"react-native-windows": "^0.71.4",
"readable-stream": "^4.3.0",
"revolt.js": "^6.0.20",
"stream-browserify": "^3.0.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1",
"url": "^0.11.0",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/runtime": "^7.21.0",
"@react-native-community/eslint-config": "^3.2.0",
"@types/assert": "^1.5.6",
"@types/babel__core": "^7.20.0",
"@types/eslint": "^8.21.3",
"@types/events": "^3.0.0",
"@types/punycode": "^2.1.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-test-renderer": "^18.0.0",
"@types/readable-stream": "^2.3.15",
"babel-jest": "^29.5.0",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.76.1",
"react-native-codegen": "^0.72.0",
"react-test-renderer": "^18.2.0",
"rn-nodeify": "^10.3.0",
"typescript": "^5.0.2"
},
"jest": {
"preset": "react-native"
},
"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
},
"resolutions": {
"revolt-api": "^0.5.17"
},
"packageManager": "yarn@1.22.19"
}