1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 20:15:31 -04:00

2026 Redesign (#2531)

This commit is contained in:
2026-01-27 22:53:59 -05:00
committed by GitHub
parent d72e587401
commit 2ece5c79fa
27 changed files with 1887 additions and 2012 deletions
+20 -18
View File
@@ -20,13 +20,12 @@
"prepare": "test -d node_modules/husky && husky || echo \"skipping husky\""
},
"dependencies": {
"@bprogress/next": "^3.2.12",
"@date-fns/tz": "^1.4.1",
"@date-fns/utc": "^2.1.1",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@neondatabase/serverless": "^1.0.2",
"@next/mdx": "16.1.0",
"@next/mdx": "16.1.6",
"@octokit/graphql": "^9.0.3",
"@octokit/graphql-schema": "^15.26.1",
"@radix-ui/react-alert-dialog": "^1.1.15",
@@ -44,24 +43,25 @@
"@t3-oss/env-nextjs": "^0.13.10",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"better-auth": "^1.4.7",
"better-auth": "^1.4.17",
"botid": "^1.5.10",
"cheerio": "^1.1.2",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"fast-glob": "^3.3.3",
"feed": "^5.1.0",
"feed": "^5.2.0",
"geist": "^1.5.1",
"html-entities": "^2.6.0",
"lucide-react": "0.562.0",
"next": "16.1.0",
"react": "19.2.3",
"react-activity-calendar": "^3.0.1",
"lucide-react": "0.563.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-activity-calendar": "^3.0.5",
"react-countup": "^6.5.3",
"react-dom": "19.2.3",
"react-dom": "19.2.4",
"react-lite-youtube-embed": "^3.3.3",
"react-markdown": "^10.1.0",
"react-schemaorg": "^2.0.0",
@@ -85,45 +85,47 @@
"remark-rehype": "^11.1.2",
"remark-smartypants": "^3.0.2",
"remark-strip-mdx-imports-exports": "^1.0.1",
"resend": "^6.6.0",
"resend": "^6.9.1",
"server-only": "0.0.1",
"shiki": "^3.20.0",
"shiki": "^3.21.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"unified": "^11.0.5",
"zod": "^4.2.1"
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@jakejarvis/eslint-config": "^4.0.7",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.3",
"@types/react": "19.2.7",
"@types/node": "^25.0.10",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"cross-env": "^10.1.0",
"dotenv": "^17.2.3",
"drizzle-kit": "^0.31.8",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.0",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.6.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"schema-dts": "^1.1.5",
"typescript": "5.9.3"