Skip to content

Commit

Permalink
repo cleanup and dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Dec 16, 2024
1 parent 0c77e02 commit 0120b8c
Show file tree
Hide file tree
Showing 39 changed files with 1,895 additions and 10,665 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
fetch-depth: 2

- uses: pnpm/[email protected]
with:
version: 9

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
22.12.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# buape-com

This is the source code for the [buape.com](https://buape.com) website.
5 changes: 2 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"ignore": [
"dist",
".next",
"*generated*",
"./packages/**/package.json",
"./packages/**/tsconfig.json"
"out",
"*generated*"
],
"ignoreUnknown": true
},
Expand Down
7 changes: 0 additions & 7 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Importing env files here to validate on build
import "./src/env.mjs"

import { createMDX } from "fumadocs-mdx/next"

/** @type {import("next").NextConfig} */
Expand All @@ -13,10 +10,6 @@ const config = {
protocol: "https",
hostname: "*.buape.com"
},
{
protocol: "https",
hostname: "*.stattrack.dev"
},
{
protocol: "https",
hostname: "jt-99.net"
Expand Down
80 changes: 21 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,69 +11,31 @@
"start": "next start"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-collapsible": "1.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-radio-group": "1.2.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-toast": "1.2.1",
"@t3-oss/env-core": "0.11.0",
"@t3-oss/env-nextjs": "0.11.0",
"@tailwindcss/typography": "0.5.14",
"@tanstack/react-query": "5.52.0",
"@tanstack/react-table": "8.20.1",
"@trpc/client": "11.0.0-rc.482",
"@trpc/next": "11.0.0-rc.482",
"@trpc/react-query": "11.0.0-rc.482",
"@trpc/server": "11.0.0-rc.482",
"class-variance-authority": "0.7.0",
"cmdk": "1.0.0",
"csv-stringify": "6.5.1",
"date-fns": "3.6.0",
"dotenv-cli": "7.4.2",
"fumadocs-core": "14.1.1",
"fumadocs-mdx": "11.1.1",
"fumadocs-ui": "14.1.1",
"lucide-react": "0.429.0",
"next": "14.2.6",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-spinners": "0.14.1",
"server-only": "0.0.1",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-toast": "1.2.3",
"@tailwindcss/typography": "0.5.15",
"class-variance-authority": "0.7.1",
"fumadocs-core": "14.6.1",
"fumadocs-mdx": "11.1.2",
"fumadocs-ui": "14.6.1",
"lucide-react": "0.468.0",
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0",
"sharp": "0.33.5",
"superjson": "2.2.1",
"tailwindcss-animate": "1.0.7",
"vaul": "0.9.1",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@biomejs/biome": "1.9.4",
"@types/node": "^22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"clsx": "2.1.1",
"cobe": "0.6.3",
"postcss": "8.4.41",
"prisma": "5.18.0",
"react-spring": "9.7.4",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
"tailwind-merge": "2.5.5",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
},
"packageManager": "pnpm@9.8.0"
"packageManager": "pnpm@9.15.0"
}
Loading

0 comments on commit 0120b8c

Please sign in to comment.