mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-06-01 23:38:48 +02:00
109 lines
3.3 KiB
JSON
109 lines
3.3 KiB
JSON
{
|
|
"name": "magic-resume",
|
|
"version": "2.0.5",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.3.0",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"start": "node server.mjs",
|
|
"preview": "vite preview",
|
|
"release": "bumpp",
|
|
"generate:template-snapshots": "tsx scripts/generate-template-snapshots.ts",
|
|
"install:playwright": "playwright install chromium"
|
|
},
|
|
"dependencies": {
|
|
"@google/generative-ai": "^0.24.1",
|
|
"@heroui/checkbox": "^2.3.30",
|
|
"@heroui/date-input": "^2.3.30",
|
|
"@heroui/react": "^2.8.8",
|
|
"@heroui/theme": "^2.4.26",
|
|
"@internationalized/date": "^3.10.1",
|
|
"@radix-ui/react-accordion": "^1.2.2",
|
|
"@radix-ui/react-alert-dialog": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
"@radix-ui/react-hover-card": "^1.1.4",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-navigation-menu": "^1.2.1",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-select": "^2.1.2",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slider": "^1.2.1",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
|
"@remixicon/react": "^4.9.0",
|
|
"@sparticuz/chromium": "^131.0.0",
|
|
"@tanstack/react-router": "^1.160.2",
|
|
"@tanstack/react-start": "^1.160.2",
|
|
"@tiptap/core": "^3.21.0",
|
|
"@tiptap/extension-color": "^3.21.0",
|
|
"@tiptap/extension-highlight": "^3.21.0",
|
|
"@tiptap/extension-link": "^3.21.0",
|
|
"@tiptap/extension-list": "3.21.0",
|
|
"@tiptap/extension-text-align": "^3.21.0",
|
|
"@tiptap/extension-text-style": "^3.21.0",
|
|
"@tiptap/extension-underline": "^3.21.0",
|
|
"@tiptap/react": "^3.21.0",
|
|
"@tiptap/starter-kit": "^3.21.0",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"chrome-aws-lambda": "^10.1.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.0.0",
|
|
"date-fns": "^3.6.0",
|
|
"dayjs": "^1.11.12",
|
|
"framer-motion": "^11.11.10",
|
|
"html2canvas": "^1.4.1",
|
|
"html2pdf.js": "^0.10.2",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.379.0",
|
|
"mark.js": "^8.11.1",
|
|
"markdown-exit": "1.0.0-beta.8",
|
|
"next-themes": "^0.4.3",
|
|
"pdfjs-dist": "^5.4.624",
|
|
"puppeteer": "^23.9.0",
|
|
"puppeteer-core": "^23.9.0",
|
|
"react": "^18",
|
|
"react-colorful": "^5.6.1",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18",
|
|
"react-resizable-panels": "^2.0.20",
|
|
"sharp": "^0.33.5",
|
|
"sonner": "^1.7.1",
|
|
"streamdown": "^2.3.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"turndown": "^7.2.2",
|
|
"undici": "^7.22.0",
|
|
"uuid": "^11.0.5",
|
|
"vaul": "^1.1.1",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.13",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/turndown": "^5.0.6",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"bumpp": "^10.4.1",
|
|
"changelogen": "^0.6.2",
|
|
"eslint": "^8",
|
|
"playwright": "^1.58.2",
|
|
"postcss": "^8",
|
|
"postcss-normalize": "^13.0.1",
|
|
"sass": "^1.77.4",
|
|
"tailwindcss": "^3.4.1",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5",
|
|
"vite": "^7.3.1",
|
|
"vite-tsconfig-paths": "^6.1.1",
|
|
"wrangler": "^4.19.1"
|
|
}
|
|
}
|