aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/package.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-16 16:22:42 +0800
committercrupest <crupest@outlook.com>2020-06-16 16:22:42 +0800
commitb38beb5a731d5e897103aa1d8b9056a1f4b04a64 (patch)
treef1686f6a195aee7cb44984479b6ad65041268a38 /Timeline/ClientApp/package.json
parent8171cca7bc650f460b821e61b854943dda625661 (diff)
downloadtimeline-b38beb5a731d5e897103aa1d8b9056a1f4b04a64.tar.gz
timeline-b38beb5a731d5e897103aa1d8b9056a1f4b04a64.tar.bz2
timeline-b38beb5a731d5e897103aa1d8b9056a1f4b04a64.zip
feat(front): Use bootstrap icons.
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r--Timeline/ClientApp/package.json3
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",