about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2024-11-19 07:45:09 -0800
committerGitHub <noreply@github.com>2024-11-19 15:45:09 +0000
commit39c9f7248e4fec0c7719fce575b66bdccd844e41 (patch)
treec2e82201636566fb532c472e1d799c7d8cb9ce7e /package.json
parent2b30b0f7c6addca5fdacc201d20f3b000ae22984 (diff)
downloadvoidsky-39c9f7248e4fec0c7719fce575b66bdccd844e41.tar.zst
Remove usused direct dependencies on 'webpack' (#6466)
* Remove usused direct dependencies on 'webpack'

* Remove direct dependency on 'babel-plugin-react-native-web'
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 1 insertions, 10 deletions
diff --git a/package.json b/package.json
index 8f43a98c5..af90d926a 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,6 @@
     "build-embed": "cd bskyembed && yarn build && yarn build-snippet && cd .. && node ./scripts/post-embed-build.js",
     "start": "expo start --dev-client",
     "start:prod": "expo start --dev-client --no-dev --minify",
-    "clean-cache": "rm -rf node_modules/.cache/babel-loader/*",
     "test": "NODE_ENV=test jest --forceExit --testTimeout=20000 --bail",
     "test-watch": "NODE_ENV=test jest --watchAll",
     "test-ci": "NODE_ENV=test jest --ci --forceExit --reporters=default --reporters=jest-junit",
@@ -218,7 +217,6 @@
     "@react-native/typescript-config": "^0.74.1",
     "@testing-library/jest-native": "^5.4.1",
     "@testing-library/react-native": "^11.5.2",
-    "@tsconfig/react-native": "^2.0.3",
     "@types/he": "^1.1.2",
     "@types/jest": "^29.4.0",
     "@types/lodash.chunk": "^4.2.7",
@@ -232,11 +230,9 @@
     "@typescript-eslint/eslint-plugin": "^5.48.2",
     "@typescript-eslint/parser": "^5.48.2",
     "babel-jest": "^29.7.0",
-    "babel-loader": "^9.1.2",
     "babel-plugin-macros": "^3.1.0",
     "babel-plugin-module-resolver": "^5.0.0",
     "babel-plugin-react-compiler": "^19.0.0-beta-a7bf2bd-20241110",
-    "babel-plugin-react-native-web": "^0.18.12",
     "babel-preset-expo": "^10.0.0",
     "eslint": "^8.19.0",
     "eslint-plugin-bsky-internal": "link:./eslint",
@@ -247,7 +243,6 @@
     "eslint-plugin-react-native-a11y": "^3.3.0",
     "eslint-plugin-simple-import-sort": "^12.0.0",
     "file-loader": "6.2.0",
-    "html-webpack-plugin": "^5.5.0",
     "husky": "^8.0.3",
     "is-ci": "^3.0.1",
     "jest": "^29.7.0",
@@ -262,11 +257,7 @@
     "svgo": "^3.3.2",
     "ts-node": "^10.9.1",
     "typescript": "^5.5.4",
-    "url-loader": "^4.1.1",
-    "webpack": "^5.75.0",
-    "webpack-bundle-analyzer": "^4.10.1",
-    "webpack-cli": "^5.0.1",
-    "webpack-dev-server": "^4.11.1"
+    "webpack-bundle-analyzer": "^4.10.1"
   },
   "resolutions": {
     "@types/react": "^18",