Skip to content

Commit

Permalink
Created rough draft of club carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaanthenerd committed Sep 30, 2024
1 parent 049d853 commit 61cc567
Show file tree
Hide file tree
Showing 9 changed files with 9,360 additions and 85 deletions.
10 changes: 0 additions & 10 deletions .env.example

This file was deleted.

2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
99 changes: 79 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,68 +13,68 @@
"drizzle:push": "dotenv drizzle-kit push:pg"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.2",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-table": "^8.11.0",
"@tanstack/react-virtual": "^3.0.1",
"@trpc/client": "^11.0.0-rc.340",
"@trpc/react-query": "^11.0.0-rc.340",
"@trpc/server": "^11.0.0-rc.340",
"@auth/drizzle-adapter": "^0.3.17",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.7",
"@trpc/client": "11.0.0-rc.502",
"@trpc/react-query": "11.0.0-rc.502",
"@trpc/server": "11.0.0-rc.502",
"@vercel/analytics": "^1.3.1",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"drizzle-orm": "^0.28.5",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.28.6",
"drizzle-zod": "^0.5.1",
"next": "^14.2.2",
"next-auth": "^4.23.0",
"postgres": "^3.3.5",
"next": "^14.2.12",
"next-auth": "^4.24.7",
"postgres": "^3.4.4",
"react": "18.2.0",
"react-day-picker": "^8.9.1",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"superjson": "^1.13.1",
"zod": "^3.22.4"
"react-hook-form": "^7.53.0",
"superjson": "^1.13.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^16.2.1",
"@tailwindcss/typography": "^0.5.9",
"@types/eslint": "^8.44.2",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^16.2.4",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^8.56.12",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.50",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv-cli": "^7.3.0",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.19.13",
"eslint": "^8.47.0",
"eslint-config-next": "^13.5.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"jest": "^29.7.0",
"lint-staged": "^12.4.0",
"postcss": "^8.4.27",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"lint-staged": "^12.5.0",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.10",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write",
Expand Down
Loading

0 comments on commit 61cc567

Please sign in to comment.