Remove sortablejs dependency and update credits

Change-Id: Ib850bbb0f901f578430443e294fa1397864b5a15
diff --git a/package-lock.json b/package-lock.json
index 57af218..db64764 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,6 @@
         "json5": "^2.2.1",
         "lit": "^2.2.5",
         "path": "^0.12.7",
-        "sortablejs": "^1.15.0",
         "webpack": "^5.72.1",
         "webpack-cli": "^4.9.2",
         "webpack-preprocessor-loader": "^1.2.0",
@@ -1677,11 +1676,6 @@
         "url": "https://github.com/sponsors/sindresorhus"
       }
     },
-    "node_modules/sortablejs": {
-      "version": "1.15.0",
-      "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz",
-      "integrity": "sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w=="
-    },
     "node_modules/source-map": {
       "version": "0.6.1",
       "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -3238,11 +3232,6 @@
       "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
       "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="
     },
-    "sortablejs": {
-      "version": "1.15.0",
-      "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz",
-      "integrity": "sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w=="
-    },
     "source-map": {
       "version": "0.6.1",
       "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
diff --git a/package.json b/package.json
index bf1b2c1..e39b0b4 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,6 @@
     "json5": "^2.2.1",
     "lit": "^2.2.5",
     "path": "^0.12.7",
-    "sortablejs": "^1.15.0",
     "webpack": "^5.72.1",
     "webpack-cli": "^4.9.2",
     "webpack-preprocessor-loader": "^1.2.0",
diff --git a/src/options/credits.json5 b/src/options/credits.json5
index 690e2a6..9d3aaa4 100644
--- a/src/options/credits.json5
+++ b/src/options/credits.json5
@@ -5,12 +5,6 @@
     "author": "dAKirby309"
   },
   {
-    "name": "Sortable",
-    "url": "https://github.com/RubaXa/Sortable",
-    "author": "Lebedev Konstantin",
-    "license": "MIT License"
-  },
-  {
     "name": "Chromium",
     "url": "https://code.google.com/p/chromium/",
     "author": "The Chromium Authors",
@@ -21,5 +15,59 @@
     "url": "https://github.com/enricolucia/what-2-nite/blob/master/isoLangs.json",
     "author": "Google, Inc.",
     "license": "MIT License"
-  }
+  },
+  {
+    "name": "clean-webpack-plugin",
+    "url": "https://github.com/johnagan/clean-webpack-plugin",
+    "author": "John Agan",
+    "license": "MIT License"
+  },
+  {
+    "name": "copy-webpack-plugin",
+    "url": "https://github.com/webpack-contrib/copy-webpack-plugin",
+    "author": "JS Foundation and other contributors",
+    "license": "MIT License"
+  },
+  {
+    "name": "json5",
+    "url": "https://github.com/json5/json5",
+    "author": "Aseem Kishore, and others",
+    "license": "MIT License"
+  },
+  {
+    "name": "lit",
+    "url": "https://github.com/lit/lit",
+    "author": "Google LLC",
+    "license": "BSD-3-Clause License"
+  },
+  {
+    "name": "path",
+    "url": "https://github.com/jinder/path",
+    "author": "Joyent, Inc. and other Node contributors",
+    "license": "MIT License"
+  },
+  {
+    "name": "webpack",
+    "url": "https://github.com/webpack/webpack",
+    "author": "JS Foundation and other contributors",
+    "license": "MIT License"
+  },
+  {
+    "name": "webpack-cli",
+    "url": "https://github.com/webpack/webpack-cli",
+    "author": "JS Foundation and other contributors",
+    "license": "MIT License"
+  },
+  {
+    "name": "webpack-preprocessor-loader",
+    "url": "https://github.com/afterwind-io/preprocessor-loader",
+    "author": "Afterwind",
+    "license": "MIT License"
+  },
+  {
+    "name": "webpack-shell-plugin-next",
+    "url": "https://github.com/s00d/webpack-shell-plugin-next",
+    "author": "Pavel Kuzmin",
+    "license": "MIT License"
+  },
 ]