chore: install zustand for state management and ky for data fetching

This commit is contained in:
Ilia Mashkov
2026-03-16 12:55:35 +03:00
parent 5267c35d15
commit 85d296942b
2 changed files with 33 additions and 1 deletions

View File

@@ -10,8 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
"ky": "^1.14.3",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react-dom": "^19.2.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@eslint/js": "^9.39.1",