Theme toggle

This commit is contained in:
Timothy Pidashev
2024-03-17 19:01:50 -07:00
parent 73402aec0b
commit e96e679a35
16 changed files with 215 additions and 21 deletions
+6 -4
View File
@@ -9,15 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.1.3",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"next": "14.1.3"
"react-icons": "^5.0.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.1.3"
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}