feat(cc-redirect): redirect URL hash and add redundant redirect method

This CL adds logic to redirect the URL hash to the Community Console,
so actions that are embedded in the URL like |#action=reply| will be
passed to the Community Console.

It also adds another method of redirecting to the Community Console
which will coexist with the old method.

Fixed: twpowertools:164
Change-Id: Ib3f770d7cbeec8f26cdd249e66f7f46ae94bb1c8
diff --git a/package.json b/package.json
index 675a2ca..444dfde 100644
--- a/package.json
+++ b/package.json
@@ -52,6 +52,7 @@
     "@material/mwc-dialog": "^0.27.0",
     "@material/tooltip": "^12.0.0",
     "@material/web": "^0.1.0-alpha.0",
+    "@stdlib/utils-escape-regexp-string": "^0.1.1",
     "async-mutex": "^0.3.2",
     "dompurify": "^2.4.1",
     "google-protobuf": "^3.19.3",