diff options
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r-- | Timeline/ClientApp/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index a4bac434..fa9cca09 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -4,9 +4,9 @@ "private": true, "homepage": "https://crupest.xyz", "dependencies": { - "@fortawesome/fontawesome-free": "^5.13.0", "axios": "^0.19.2", "bootstrap": "^4.5.0", + "bootstrap-icons": "^1.0.0-alpha4", "classnames": "^2.2.6", "clsx": "^1.1.1", "core-js": "^3.6.5", @@ -18,6 +18,7 @@ "react-dom": "^16.13.1", "react-hot-loader": "^4.12.21", "react-i18next": "^11.5.0", + "react-inlinesvg": "^1.2.0", "react-responsive": "^8.1.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", |