Skip to content

Commit

Permalink
Merge pull request #21 from esc-chula/dev
Browse files Browse the repository at this point in the history
let's go
  • Loading branch information
shalluv authored Jan 30, 2024
2 parents bb63fac + 6036237 commit f07fb5c
Show file tree
Hide file tree
Showing 149 changed files with 3,125 additions and 746 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OPH66
# GearFestival Frontend

Frontend interface for the GearFestival website.

Expand Down
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(),
});
43 changes: 29 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,47 @@
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint": "eslint --ext .astro,.js,.jsx,.ts,.tsx, src && prettier --check ."
"lint": "eslint --ext .astro,.js,.jsx,.ts,.tsx, src && prettier --check 'src/**/*{.astro,.js,.jsx,.ts,.tsx}'"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/react": "^3.0.8",
"@astrojs/tailwind": "^5.0.4",
"@types/react": "^18.2.45",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.0.2",
"@fontsource/ibm-plex-sans-thai": "5.0.8",
"@fontsource/mitr": "5.0.8",
"@nanostores/persistent": "0.9.1",
"@nanostores/react": "0.7.1",
"@supabase/supabase-js": "2.39.3",
"@types/react": "^18.2.48",
"@types/react-cookies": "0.1.3",
"@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-cookie": "7.0.2",
"react-dom": "^18.2.0",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
"sharp": "^0.33.2",
"tailwind-merge": "2.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "5.0.12"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@iconify-json/devicon": "1.1.33",
"@iconify-json/mdi": "1.1.63",
"@iconify/tailwind": "0.1.4",
"@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

0 comments on commit f07fb5c

Please sign in to comment.