Add email listing support for mobile in component TeamMembers

This commit is contained in:
pikiou
2022-08-16 01:06:17 +02:00
parent 3a5f2792c9
commit 74603ee252
11 changed files with 47298 additions and 2784 deletions

View File

@@ -123,7 +123,8 @@
"redux-thunk": "^2.3.0",
"serialize-javascript": "^6.0.0",
"serve-favicon": "^2.5.0",
"web-push": "^3.4.5"
"web-push": "^3.4.5",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/core": "^7.14.6",
@@ -163,6 +164,7 @@
"@types/webpack-bundle-analyzer": "^4.4.1",
"@types/webpack-manifest-plugin": "^3.0.5",
"@types/webpack-node-externals": "^2.5.2",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-loader": "^8.2.2",