start using Lucide icon

This commit is contained in:
Takeshi Kimata
2024-02-21 22:10:28 +09:00
parent 60d5b6f031
commit 9a82627149
4 changed files with 21 additions and 22 deletions

View File

@@ -20,6 +20,7 @@
"eslint-config-next": "14.0.2",
"framer-motion": "^10.16.4",
"intl-messageformat": "^10.5.0",
"lucide-react": "^0.335.0",
"next": "14.0.2",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
@@ -5092,6 +5093,14 @@
"node": ">=10"
}
},
"node_modules/lucide-react": {
"version": "0.335.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.335.0.tgz",
"integrity": "sha512-FNmIG4JLdvpK86ZFJjrT0SnFEa95KhsiNokVicA5mWEf1oe+ujP2C/bTr0PVQzr/wzvZpzgxaOySq0O79q2oMA==",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",