mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-03 09:40:38 +10:00
180 lines
5.7 KiB
JSON
180 lines
5.7 KiB
JSON
{
|
|
"name": "reactive-resume",
|
|
"version": "5.0.13",
|
|
"description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Amruth Pillai",
|
|
"email": "hello@amruthpillai.com",
|
|
"url": "https://amruthpillai.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/amruthpillai/reactive-resume.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vp build",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate": "drizzle-kit migrate",
|
|
"db:pull": "drizzle-kit pull",
|
|
"db:push": "drizzle-kit push",
|
|
"db:studio": "drizzle-kit studio",
|
|
"dev": "vp dev",
|
|
"docs:dev": "cd docs && npx mint dev",
|
|
"fmt": "vp fmt --check",
|
|
"fmt:fix": "vp fmt",
|
|
"knip": "knip",
|
|
"lingui:extract": "lingui extract --clean --overwrite",
|
|
"lint": "vp lint --type-aware",
|
|
"lint:fix": "vp lint --type-aware --fix",
|
|
"preview": "vp preview",
|
|
"start": "node .output/server/index.mjs",
|
|
"test": "vp test",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.58",
|
|
"@ai-sdk/google": "^3.0.43",
|
|
"@ai-sdk/openai": "^3.0.41",
|
|
"@ai-sdk/react": "^3.0.118",
|
|
"@aws-sdk/client-s3": "^3.1012.0",
|
|
"@base-ui/react": "^1.3.0",
|
|
"@better-auth/api-key": "^1.5.5",
|
|
"@better-auth/drizzle-adapter": "^1.5.5",
|
|
"@better-auth/infra": "^0.1.12",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@lingui/core": "^5.9.3",
|
|
"@lingui/react": "^5.9.3",
|
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
"@monaco-editor/react": "4.8.0-rc.3",
|
|
"@orpc/client": "^1.13.8",
|
|
"@orpc/json-schema": "^1.13.8",
|
|
"@orpc/openapi": "^1.13.8",
|
|
"@orpc/server": "^1.13.8",
|
|
"@orpc/tanstack-query": "^1.13.8",
|
|
"@orpc/zod": "^1.13.8",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@phosphor-icons/web": "^2.1.2",
|
|
"@sindresorhus/slugify": "^3.0.0",
|
|
"@t3-oss/env-core": "^0.13.10",
|
|
"@tanstack/react-query": "^5.91.0",
|
|
"@tanstack/react-router": "^1.167.5",
|
|
"@tanstack/react-router-ssr-query": "^1.166.9",
|
|
"@tanstack/react-start": "^1.166.17",
|
|
"@tanstack/zod-adapter": "^1.166.9",
|
|
"@tiptap/extension-highlight": "^3.20.4",
|
|
"@tiptap/extension-table": "^3.20.4",
|
|
"@tiptap/extension-text-align": "^3.20.4",
|
|
"@tiptap/pm": "^3.20.4",
|
|
"@tiptap/react": "^3.20.4",
|
|
"@tiptap/starter-kit": "^3.20.4",
|
|
"@uiw/color-convert": "^2.9.6",
|
|
"@uiw/react-color-colorful": "^2.9.6",
|
|
"ai": "^6.0.116",
|
|
"ai-sdk-ollama": "^3.8.1",
|
|
"bcrypt": "^6.0.0",
|
|
"better-auth": "^1.5.5",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"docx": "^9.6.1",
|
|
"dompurify": "^3.3.3",
|
|
"drizzle-orm": "1.0.0-beta.18-7eb39f0",
|
|
"drizzle-zod": "^1.0.0-beta.14-a36c63d",
|
|
"es-toolkit": "^1.45.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-json-patch": "^3.1.1",
|
|
"fuse.js": "^7.1.0",
|
|
"immer": "^11.1.4",
|
|
"input-otp": "^1.4.2",
|
|
"js-cookie": "^3.0.5",
|
|
"jsonrepair": "^3.13.3",
|
|
"monaco-editor": "^0.55.1",
|
|
"motion": "^12.38.0",
|
|
"nodemailer": "^8.0.3",
|
|
"pg": "^8.20.0",
|
|
"puppeteer-core": "^24.39.1",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-hook-form": "^7.71.2",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"react-resizable-panels": "^4.7.3",
|
|
"react-window": "^2.2.7",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"shadcn": "^4.0.8",
|
|
"sharp": "^0.34.5",
|
|
"sonner": "^2.0.7",
|
|
"srvx": "^0.11.12",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"ts-pattern": "^5.9.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"unique-names-generator": "^4.7.1",
|
|
"usehooks-ts": "^3.1.1",
|
|
"uuid": "^13.0.0",
|
|
"workbox-window": "^7.4.0",
|
|
"zod": "^4.3.6",
|
|
"zundo": "^2.3.0",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.29.0",
|
|
"@lingui/babel-plugin-lingui-macro": "^5.9.3",
|
|
"@lingui/cli": "^5.9.3",
|
|
"@lingui/vite-plugin": "^5.9.3",
|
|
"@rolldown/plugin-babel": "^0.2.2",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@types/bcrypt": "^6.0.0",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^25.5.0",
|
|
"@types/nodemailer": "^7.0.11",
|
|
"@types/pg": "^8.18.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript/native-preview": "7.0.0-dev.20260319.1",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"drizzle-kit": "1.0.0-beta.18-7eb39f0",
|
|
"jsdom": "^29.0.0",
|
|
"knip": "^5.88.0",
|
|
"nitro": "3.0.260311-beta",
|
|
"node-addon-api": "^8.6.0",
|
|
"node-gyp": "^12.2.0",
|
|
"npm-check-updates": "^19.6.5",
|
|
"tsx": "^4.21.0",
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"vite-plus": "latest",
|
|
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
|
|
},
|
|
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
"ajv": "^8.18.0",
|
|
"basic-ftp": "^5.2.0",
|
|
"fast-xml-parser": "^5.3.8",
|
|
"hono": "^4.11.10",
|
|
"lodash": "^4.17.23",
|
|
"markdown-it": "^14.1.1",
|
|
"minimatch": "^10.2.3",
|
|
"qs": "^6.14.2",
|
|
"serialize-javascript": "^7.0.4",
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
|
|
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"bcrypt",
|
|
"esbuild",
|
|
"msw",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|