téma váltó funkció gomb implementálása a kódbau

This commit is contained in:
skidoodle 2023-09-21 22:13:37 +02:00
parent 455cf84850
commit 3eb48a80c1
7 changed files with 2339 additions and 754 deletions

View file

@ -1,7 +1,8 @@
{
"name": "erettsegi-browser",
"version": "0.1.0",
"version": "6.9",
"private": true,
"author": "albert|skidoodle@gh",
"scripts": {
"dev": "next dev",
"build": "next build",
@ -22,6 +23,7 @@
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}