diff --git a/package.json b/package.json index 7d2ee16..9d1cbc9 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ }, "dependencies": { "@babel/parser": "^7.11.5", + "@fortawesome/fontawesome-svg-core": "^1.2.32", + "@fortawesome/free-solid-svg-icons": "^5.15.1", + "@fortawesome/vue-fontawesome": "^2.0.0", "animate.css": "^4.1.1", "axios": "^0.21.0", "buefy": "^0.9.4", diff --git a/src/App.vue b/src/App.vue index 984ea09..0033a05 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,12 @@