Add notifications to home page

This commit is contained in:
pikiou
2022-01-07 14:23:33 +01:00
parent adde4f366e
commit 5cbb5811ec
37 changed files with 661 additions and 215 deletions

View File

@@ -74,6 +74,8 @@
"@loadable/server": "^5.15.0",
"@reduxjs/toolkit": "^1.6.0",
"@sendgrid/mail": "^7.6.0",
"@types/cookie-parser": "^1.4.2",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.177",
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
@@ -81,6 +83,7 @@
"chalk": "^4.1.1",
"compression": "^1.7.4",
"connected-react-router": "^6.9.1",
"cookie-parser": "^1.4.6",
"core-js": "^3.15.2",
"cross-env": "^7.0.3",
"express": "^4.17.1",
@@ -93,6 +96,7 @@
"hpp": "^0.2.3",
"html-minifier": "^4.0.0",
"https": "^1.0.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"morgan": "^1.10.0",