Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gea33 sign in with google #5

Merged
merged 11 commits into from
Jan 29, 2024
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import react from "@astrojs/react";
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";

import react from "@astrojs/react";
import vercel from "@astrojs/vercel/serverless";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), react()],
output: "server",
adapter: vercel(),
});
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,39 @@
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/react": "^3.0.8",
"@astrojs/tailwind": "^5.0.4",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.0.2",
"@nanostores/persistent": "0.9.1",
"@nanostores/react": "0.7.1",
"@types/react": "^18.2.45",
"@supabase/supabase-js": "2.39.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "^4.0.7",
"astro": "^4.2.6",
"clsx": "2.0.0",
"framer-motion": "10.16.16",
"html-to-image": "1.11.11",
"nanostores": "0.9.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.1",
"sharp": "^0.33.2",
"tailwind-merge": "2.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "5.0.12"
},
"devDependencies": {
"@iconify-json/devicon": "1.1.33",
"@iconify-json/mdi": "1.1.63",
"@iconify/tailwind": "0.1.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"eslint-plugin-astro": "^0.31.3",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.9"
"prettier-plugin-tailwindcss": "^0.5.11"
},
"engines": {
"node": "^20",
Expand Down
Loading
Loading