Skip to content
Snippets Groups Projects
Commit 85fb3f76 authored by Matt Kirby's avatar Matt Kirby
Browse files

Added react-icons dependency

parent bc6fda73
No related branches found
No related tags found
1 merge request!7Resolve "Adding basic post component"
This diff is collapsed.
......@@ -9,11 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.2.4"
},
"devDependencies": {
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.35.0",
"eslint-config-next": "13.2.4",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"typescript": "4.9.5"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment