update: add zustand store and basic setup

This commit is contained in:
purp1e
2024-09-21 02:25:23 +08:00
parent 6625e0c57d
commit b3973fd101
10 changed files with 202 additions and 1 deletions

View File

@@ -29,7 +29,8 @@
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"next": "^14.2.13",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",