Skip to content

Commit

Permalink
Merge pull request #8 from dotkom/add-iconify
Browse files Browse the repository at this point in the history
added iconify as dependency
  • Loading branch information
EmilFSalomonsen authored Oct 11, 2024
2 parents 3e000d1 + e3e3cb6 commit 21e39eb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.14",
"react": "^18",
"react-dom": "^18",
"next": "14.2.14"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@iconify/react": "^5.0.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.14"
"typescript": "^5"
}
}

0 comments on commit 21e39eb

Please sign in to comment.