add font awesome

This commit is contained in:
2021-09-02 23:31:15 -04:00
committed by oliviasculley
parent d6ddf2a9bb
commit 04d7d107d9
7 changed files with 141 additions and 12 deletions

View File

@ -7,6 +7,7 @@
"watch": "webpack --mode development --watch --watch-options-stdin"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view",
@ -20,6 +21,7 @@
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"hard-source-webpack-plugin": "^0.13.1",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.0",