Install clsx and heroicons

This commit is contained in:
Lucàs
2023-06-16 20:19:14 +02:00
parent 8055a2ff90
commit 08e287444d
8 changed files with 35 additions and 19 deletions
+2
View File
@@ -5,11 +5,13 @@
"type": "module",
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@reduxjs/toolkit": "^1.9.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",