- add fontawesome

This commit is contained in:
2023-07-28 12:23:55 +02:00
parent d943e81da4
commit d0b3f9094c
3 changed files with 87 additions and 0 deletions

View File

@@ -7,6 +7,11 @@
"ssr": "npm run build:ssr && node bootstrap/ssr/ssr.mjs"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/server": "^0.1.0",