Add fonts & hero-icons

This commit is contained in:
Xevion
2022-12-21 14:54:13 -06:00
parent a7d21bf5ab
commit 0e98916df0
3 changed files with 33 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@tanstack/react-query": "^4.16.0",
"@trpc/client": "^10.0.0",
"@trpc/next": "^10.0.0",
@@ -17,6 +18,7 @@
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.56.2",
"superjson": "1.9.1",
"zod": "^3.18.0"
},