refactor: Add fontawesome to prod dependencies

This commit is contained in:
moanos [he/him] 2025-04-13 18:55:28 +02:00
parent 53cac9f3d2
commit 276c4d6977
2 changed files with 1922 additions and 15 deletions

1932
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,6 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"@creativebulma/bulma-tooltip": "^1.2.0", "@creativebulma/bulma-tooltip": "^1.2.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"css-loader": "^7.1.2", "css-loader": "^7.1.2",
"i18next-parser": "^9.3.0", "i18next-parser": "^9.3.0",
"sass": "^1.86.3", "sass": "^1.86.3",
@ -35,10 +34,10 @@
"dependencies": { "dependencies": {
"bulma": "^1.0.3", "bulma": "^1.0.3",
"bulma-tooltip": "^3.0.2", "bulma-tooltip": "^3.0.2",
"font-awesome": "^4.7.0",
"i18next": "^23.12.2", "i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0", "i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2", "i18next-http-backend": "^2.5.2",
"sass-migrator": "^2.3.1" "sass-migrator": "^2.3.1",
"@fortawesome/fontawesome-free": "^6.7.2"
} }
} }