Iconify/react icons in dashboard/page.jsx

This commit is contained in:
ISA
2024-09-29 10:52:05 +02:00
parent 2a608408ce
commit 88e7884810
5 changed files with 133 additions and 13 deletions

View File

@@ -5,11 +5,15 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "cp LICENSE_ICONIFY.txt out/LICENSE_ICONIFY.txt",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"@iconify-icons/ri": "^1.2.10",
"@iconify/json": "^2.2.253",
"@iconify/react": "^5.0.2",
"autoprefixer": "^10.4.20",
"bootstrap-icons": "^1.11.3",
"next": "14.2.13",