using svelte-fa and fontawesome-free-svg

This commit is contained in:
Fractal-Tess
2022-09-05 03:55:11 +03:00
parent 2bd217f926
commit d423d8acc5
3 changed files with 401 additions and 1433 deletions

View File

@@ -15,7 +15,10 @@
},
"devDependencies": {
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@sveltejs/vite-plugin-svelte": "^1.0.4",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
@@ -31,6 +34,7 @@
"sass": "^1.54.8",
"svelte": "^3.50.0",
"svelte-check": "^2.9.0",
"svelte-fa": "^3.0.3",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.8",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev",