[feat] setup supabase + notice and cfgx fetching
This commit is contained in:
@@ -12,14 +12,15 @@
|
||||
"tauri": "tauri",
|
||||
"build": "tauri build",
|
||||
"dev": "tauri dev",
|
||||
"lint": "next lint && biome check src/",
|
||||
"fix": "next lint --fix && biome check src/ --write",
|
||||
"lint": "next lint",
|
||||
"fix": "next lint --fix",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroui/react": "^2.7.5",
|
||||
"@icon-park/react": "^1.4.2",
|
||||
"@reactuses/core": "6.0.1",
|
||||
"@supabase/ssr": "^0.5.2",
|
||||
"@tauri-apps/api": "2.1.0",
|
||||
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
|
||||
"@tauri-apps/plugin-dialog": "~2.2.0",
|
||||
@@ -38,6 +39,7 @@
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"swr": "^2.3.3",
|
||||
"tauri-plugin-system-info-api": "^2.0.9",
|
||||
"tauri-plugin-valtio": "1.1.1",
|
||||
"throttle-debounce": "^5.0.2",
|
||||
|
||||
Reference in New Issue
Block a user