Added mdi/foont

This commit is contained in:
Dominic Villemure
2024-02-25 23:18:33 -05:00
parent 637ba69958
commit 9431e0ccac
2 changed files with 8 additions and 1 deletions

8
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "hutopia",
"version": "0.0.0",
"dependencies": {
"@mdi/font": "^7.4.47",
"axios": "^1.6.7",
"pinia": "^2.1.7",
"vue": "^3.4.15",
@@ -621,6 +622,11 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@mdi/font": {
"version": "7.4.47",
"resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.4.47.tgz",
"integrity": "sha512-43MtGpd585SNzHZPcYowu/84Vz2a2g31TvPMTm9uTiCSWzaheQySUcSyUH/46fPnuPQWof2yd0pGBtzee/IQWw=="
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -3646,4 +3652,4 @@
}
}
}
}
}

View File

@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"axios": "^1.6.7",
"pinia": "^2.1.7",
"vue": "^3.4.15",