summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/package.json
diff options
context:
space:
mode:
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>2021-02-15 18:22:28 +0100
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>2021-02-15 18:23:57 +0100
commit8515052e1a6de2de56effbc61c73d3aa80169a93 (patch)
tree8707b2b587890522b35cd7dd1b54ce4f006f1c3a /sdnr/wt/odlux/package.json
parentdb20d36689c011333ed7216b64d3e987e473f1ee (diff)
Add OAuth support to odlux
Extend odlux to support oauth, support external login provider for sign-in Issue-ID: CCSDK-3167 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Id5772e0026fa7ebda22c41c2620a7868598f41aa
Diffstat (limited to 'sdnr/wt/odlux/package.json')
-rw-r--r--sdnr/wt/odlux/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json
index 8ef5168ff..c208224cf 100644
--- a/sdnr/wt/odlux/package.json
+++ b/sdnr/wt/odlux/package.json
@@ -21,6 +21,7 @@
"@types/flux": "3.1.8",
"@types/jquery": "3.3.10",
"@types/jsonwebtoken": "7.2.8",
+ "@types/minimatch": "3.0.3",
"@types/node": "11.11.6",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
@@ -58,6 +59,7 @@
"jest": "23.6.0",
"less": "3.8.1",
"less-loader": "4.1.0",
+ "minimatch": "3.0.4",
"node-sass": "4.12.0",
"postcss-loader": "3.0.0",
"requirejs": "2.3.6",