{ "name": "@follow/ssr", "private": true, "scripts": { "build": "cross-env NODE_ENV=production vite build && tsx scripts/prepare-vercel-build.ts && tsup && tsx scripts/cleanup-vercel-build.ts", "dev": "cross-env NODE_ENV=development tsx watch --include \"src/**/*.ts\" --exclude \"./*.ts\" --exclude \"./*.mjs\" index.ts", "meta": "tsx helper/meta-map.ts --watch", "start": "tsx index.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@fastify/middie": "9.0.3", "@fastify/request-context": "6.2.0", "@follow/tracker": "workspace:*", "@fontsource/sn-pro": "5.2.5", "@hcaptcha/react-hcaptcha": "1.12.0", "@openpanel/web": "1.0.1", "@radix-ui/react-avatar": "1.1.10", "@resvg/resvg-js": "2.6.2", "@sentry/react": "9.22.0", "@tanstack/react-query": "5.77.2", "blurhash": "2.0.5", "dayjs": "1.11.13", "fastify": "5.3.3", "i18next": "25.2.1", "jotai": "2.12.5", "kose-font": "1.0.0", "linkedom": "0.18.10", "motion": "12.15.0", "ofetch": "1.4.1", "rc-modal-sheet": "1.0.0", "react-blurhash": "0.3.0", "react-hook-form": "7.56.4", "react-hotkeys-hook": "5.1.0", "react-i18next": "15.5.2", "react-photo-view": "1.2.7", "react-router": "7.6.1", "satori": "0.12.2", "sonner": "2.0.3", "use-context-selector": "2.0.0", "xss": "1.0.15", "zod": "3.25.32" }, "devDependencies": { "@follow/components": "workspace:*", "@follow/configs": "workspace:*", "@follow/constants": "workspace:*", "@follow/hooks": "workspace:*", "@follow/legal": "workspace:*", "@follow/models": "workspace:*", "@follow/shared": "workspace:*", "@follow/types": "workspace:*", "@follow/utils": "workspace:*", "@types/html-minifier-terser": "7.0.2", "chokidar": "4.0.3", "code-inspector-plugin": "0.20.11", "daisyui": "4.12.24", "dotenv-flow": "4.1.0", "es-toolkit": "1.38.0", "fast-glob": "3.3.3", "foxact": "0.2.45", "html-minifier-terser": "7.2.0", "lightningcss": "1.30.1", "masonic": "4.1.0", "nanoid": "5.1.5", "path-to-regexp": "8.2.0", "tailwindcss-uikit-colors": "0.6.2", "tsup": "8.5.0", "tsx": "4.19.4", "typescript": "catalog:", "vite": "6.3.5" } }