CV Caching, new dashboard

This commit is contained in:
2025-08-01 02:05:35 -04:00
parent 9609ed7eef
commit c7ce82ec36
21 changed files with 1665 additions and 11160 deletions

View File

@@ -7,7 +7,12 @@
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.10",
@@ -24,6 +29,7 @@
"@radix-ui/react-tooltip": "^1.1.3",
"@react-pdf/renderer": "^4.1.5",
"@t3-oss/env-nextjs": "^0.11.1",
"@types/pdfjs-dist": "^2.10.377",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"class-variance-authority": "^0.7.0",
@@ -33,7 +39,7 @@
"geist": "^1.3.1",
"lucide-react": "^0.454.0",
"next": "^15.0.2",
"pdfjs-dist": "^4.9.155",
"pdfjs-dist": "^4.10.38",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",