add font awesome, file icons, and more

This commit is contained in:
spencerwooo
2021-06-23 21:27:51 +01:00
parent bada403a9d
commit 40ac051d33
11 changed files with 6199 additions and 71 deletions
+4 -1
View File
@@ -9,11 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"axios": "^0.21.1",
"next": "11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-file-icon": "^1.0.0",
"swr": "^0.5.6"
},
"devDependencies": {