summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-02-23 17:02:30 -0800
committerChristopher Ng <chrng8@gmail.com>2023-02-23 17:02:30 -0800
commit2d4cb2aeab123592d6a8c81269bfe4799d88f9ae (patch)
treeab0dccc11f2bab9ffd9acf8be96289830aabf9b1 /package.json
parentabaf6cd3a4f706a76775dee43210b4a8b91316b5 (diff)
downloadnextcloud-server-2d4cb2aeab123592d6a8c81269bfe4799d88f9ae.tar.gz
nextcloud-server-2d4cb2aeab123592d6a8c81269bfe4799d88f9ae.zip
Remove extraneous Node.js core module dependencies
- buffer and stream-browserify are already provided by node-polyfill-webpack-plugin Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json
index 128c237f81c..ebfde06c94e 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,6 @@
"backbone": "^1.4.1",
"blueimp-md5": "^2.19.0",
"browserslist-useragent-regexp": "^3.0.2",
- "buffer": "^6.0.3",
"camelcase": "^6.3.0",
"clipboard": "^2.0.11",
"colord": "^2.9.3",
@@ -91,7 +90,6 @@
"regenerator-runtime": "^0.13.9",
"select2": "3.5.1",
"snap.js": "^2.0.9",
- "stream-browserify": "^3.0.0",
"strengthify": "github:nextcloud/strengthify#0.5.9",
"throttle-debounce": "^5.0.0",
"underscore": "1.13.4",