diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-09-02 21:52:01 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-09-02 21:52:01 -0500 |
| commit | eec1ee1d898f4a6364c5554683b32c6f3d555eb6 (patch) | |
| tree | 69aebbf191c7d327bdba03b2942eebdc91399d14 /package-lock.json | |
| parent | 4a89ff454fdce3f6be57609c2429bc8f622626ef (diff) | |
refactor: add remixicons
for more variety in icons
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index c283be1..56c532d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,8 @@ "name": "astrolink", "version": "0.0.1", "dependencies": { - "astro": "^4.13.1" + "astro": "^4.13.1", + "remixicon": "^4.3.0" } }, "node_modules/@ampproject/remapping": { @@ -4076,9 +4077,9 @@ "license": "MIT" }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "license": "MIT", "dependencies": { "braces": "^3.0.3", @@ -4646,6 +4647,12 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/remixicon": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/remixicon/-/remixicon-4.3.0.tgz", + "integrity": "sha512-jRYQ37dTFSkJtvcxwTUAkIiXkYRvA9EDvVuXPNrmt2xf/VS//CRgFtsX2TAFBoQOhh9SDh7l6La4Xu12snEyxg==", + "license": "Apache-2.0" + }, "node_modules/restore-cursor": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", |
