fix supabase functions from orig import
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 3m20s

This commit is contained in:
2025-11-11 00:28:26 -08:00
parent 76286bdb50
commit c87ce6f498
20 changed files with 290 additions and 105 deletions

View File

@@ -9,19 +9,20 @@
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.28.0",
"@supabase/supabase-js": "^2.78.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"@google/genai": "^1.28.0",
"recharts": "^3.3.0",
"@supabase/supabase-js": "^2.78.0"
"supabase": "^2.54.11"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"tailwindcss": "^3.4.10",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"autoprefixer": "^10.4.19"
"tailwindcss": "^3.4.10",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}