mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-02 17:20:38 +10:00
159 lines
4.6 KiB
JSON
159 lines
4.6 KiB
JSON
{
|
|
"name": "reactive-resume",
|
|
"description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
|
"version": "5.0.7",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/amruthpillai/reactive-resume.git"
|
|
},
|
|
"author": {
|
|
"name": "Amruth Pillai",
|
|
"email": "hello@amruthpillai.com",
|
|
"url": "https://amruthpillai.com"
|
|
},
|
|
"scripts": {
|
|
"build": "vite 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": "vite dev",
|
|
"preview": "vite preview",
|
|
"docs:dev": "cd docs && npx mint dev",
|
|
"knip": "knip",
|
|
"lingui:extract": "lingui extract --clean --overwrite",
|
|
"lint": "biome check --write",
|
|
"start": "node .output/server/index.mjs",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.39",
|
|
"@ai-sdk/google": "^3.0.22",
|
|
"@ai-sdk/openai": "^3.0.26",
|
|
"@ai-sdk/react": "^3.0.79",
|
|
"@aws-sdk/client-s3": "^3.985.0",
|
|
"@better-auth/core": "1.5.0-beta.13",
|
|
"@better-auth/passkey": "1.5.0-beta.13",
|
|
"@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.0",
|
|
"@lingui/react": "^5.9.0",
|
|
"@monaco-editor/react": "4.8.0-rc.3",
|
|
"@orpc/client": "^1.13.4",
|
|
"@orpc/json-schema": "^1.13.4",
|
|
"@orpc/openapi": "^1.13.4",
|
|
"@orpc/server": "^1.13.4",
|
|
"@orpc/tanstack-query": "^1.13.4",
|
|
"@orpc/zod": "^1.13.4",
|
|
"@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.90.20",
|
|
"@tanstack/react-router": "^1.159.3",
|
|
"@tanstack/react-router-ssr-query": "^1.159.3",
|
|
"@tanstack/react-start": "^1.159.3",
|
|
"@tanstack/zod-adapter": "^1.159.3",
|
|
"@tiptap/extension-highlight": "^3.19.0",
|
|
"@tiptap/extension-table": "^3.19.0",
|
|
"@tiptap/extension-text-align": "^3.19.0",
|
|
"@tiptap/pm": "^3.19.0",
|
|
"@tiptap/react": "^3.19.0",
|
|
"@tiptap/starter-kit": "^3.19.0",
|
|
"ai": "^6.0.77",
|
|
"ai-sdk-ollama": "^3.5.0",
|
|
"bcrypt": "^6.0.0",
|
|
"better-auth": "1.5.0-beta.13",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"dompurify": "^3.3.1",
|
|
"drizzle-orm": "^1.0.0-beta.15-859cf75",
|
|
"drizzle-zod": "^0.8.3",
|
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
"es-toolkit": "^1.44.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-json-patch": "^3.1.1",
|
|
"fuse.js": "^7.1.0",
|
|
"immer": "^11.1.3",
|
|
"input-otp": "^1.4.2",
|
|
"js-cookie": "^3.0.5",
|
|
"monaco-editor": "^0.55.1",
|
|
"motion": "^12.33.0",
|
|
"nodemailer": "^8.0.1",
|
|
"pg": "^8.18.0",
|
|
"puppeteer-core": "^24.37.2",
|
|
"qrcode.react": "^4.2.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-hook-form": "^7.71.1",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"react-resizable-panels": "^4.6.2",
|
|
"react-window": "^2.2.6",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"shadcn": "^3.8.4",
|
|
"sharp": "^0.34.5",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"tiny-invariant": "^1.3.3",
|
|
"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.11"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.14",
|
|
"@lingui/babel-plugin-lingui-macro": "^5.9.0",
|
|
"@lingui/cli": "^5.9.0",
|
|
"@lingui/vite-plugin": "^5.9.0",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/bcrypt": "^6.0.0",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^25.2.2",
|
|
"@types/nodemailer": "^7.0.9",
|
|
"@types/pg": "^8.16.0",
|
|
"@types/react": "^19.2.13",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript/native-preview": "7.0.0-dev.20260208.1",
|
|
"@vitejs/plugin-react": "^5.1.3",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"drizzle-kit": "^1.0.0-beta.15-859cf75",
|
|
"knip": "^5.83.1",
|
|
"nitro": "npm:nitro-nightly@latest",
|
|
"node-addon-api": "^8.5.0",
|
|
"node-gyp": "^12.2.0",
|
|
"npm-check-updates": "^19.3.2",
|
|
"tsx": "^4.21.0",
|
|
"vite": "^8.0.0-beta.13",
|
|
"vite-plugin-pwa": "^1.2.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vite": "^8.0.0-beta.13"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@prisma/engines",
|
|
"bcrypt",
|
|
"esbuild",
|
|
"msw",
|
|
"prisma",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|