Add color selection and save it to localStorage

This commit is contained in:
Calli
2023-10-06 19:40:54 +03:00
parent 5a34784c9c
commit e69e65059e
9 changed files with 236 additions and 94 deletions

View File

@@ -26,6 +26,7 @@
"luxon": "^3.3.0",
"next": "13.4.5",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"sharp": "^0.32.1",
@@ -35,6 +36,7 @@
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/luxon": "^3.3.0",
"@types/react-color": "^3.0.7",
"@types/three": "^0.152.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "3.0.3"