diff options
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 55c7c95f..2c92d6b2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,6 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"@microsoft/signalr": "^5.0.7",
+ "@popperjs/core": "^2.9.2",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"bootstrap-icons": "^1.5.0",
@@ -23,6 +24,7 @@ "react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.11.0",
+ "react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
|