diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json index 0eabe56345..beac3fa6fb 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,9 @@ "node": ">= 10.13.0" }, "dependencies": { - "@babel/core": "7.13.10", - "@babel/plugin-transform-runtime": "7.13.10", - "@babel/preset-env": "7.13.10", - "@babel/runtime": "7.13.10", "@claviska/jquery-minicolors": "2.3.5", "@primer/octicons": "12.1.0", "add-asset-webpack-plugin": "2.0.1", - "babel-loader": "8.2.2", "clipboard": "2.0.8", "codemirror": "5.60.0", "core-js": "3.9.1", @@ -20,6 +15,7 @@ "css-minimizer-webpack-plugin": "1.3.0", "dropzone": "5.8.1", "easymde": "2.14.0", + "esbuild-loader": "2.11.0", "escape-goat": "3.0.0", "fast-glob": "3.2.5", "font-awesome": "4.7.0", |