Skip to content

Commit

Permalink
chore: clean up unused dependencies
Browse files Browse the repository at this point in the history
since 02/12/23 (DMY) the apk size has grown somehow??? but still worthwhile
  • Loading branch information
Rexogamer committed Jan 21, 2024
1 parent 87107ba commit 5c28089
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 534 deletions.
77 changes: 1 addition & 76 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,17 @@
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/hooks": "^3.0.0",
"@rexovolt/react-native-side-menu": "^2.0.0",
"@tradle/react-native-http": "^2.0.1",
"@traptitech/markdown-it-spoiler": "^1.1.6",
"assert": "^2.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"domain-browser": "^5.5.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"i18next": "^23.7.11",
"intl-pluralrules": "^2.0.1",
"markdown-it-regexp": "^0.4.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"path-browserify": "^1.0.1",
"postinstall-postinstall": "^2.1.0",
"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.12",
Expand All @@ -51,28 +39,17 @@
"react-native-device-info": "^10.11.0",
"react-native-document-picker": "^9.1.0",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^2.14.1",
"react-native-get-random-values": "^1.10.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-level-fs": "^3.0.1",
"react-native-markdown-display": "^7.0.2",
"react-native-os": "^1.2.6",
"react-native-reanimated": "^3.6.1",
"react-native-svg": "^14.1.0",
"react-native-tcp-socket": "^6.0.6",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "^0.19.10",
"readable-stream": "^4.5.1",
"reanimated-color-picker": "^2.4.2",
"revkit": "^1.1.14",
"revolt.js": "npm:@rexovolt/revolt.js@^6.2.0",
"stream-browserify": "^3.0.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
"revolt.js": "npm:@rexovolt/revolt.js@^6.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
Expand Down Expand Up @@ -114,58 +91,6 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"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": {
"@insertish/oapi": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
},
Expand Down
11 changes: 0 additions & 11 deletions patches/react-native-os+1.2.6.patch

This file was deleted.

Loading

0 comments on commit 5c28089

Please sign in to comment.