{ "name": "@follow/ssr", "type": "module", "private": true, "scripts": { "build": "cross-env NODE_ENV=production vite build && tsx scripts/prepare-vercel-build.ts && tsdown && 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.35.0", "@tanstack/react-query": "5.81.5", "blurhash": "2.0.5", "dayjs": "1.11.13", "fastify": "5.4.0", "i18next": "25.3.1", "jotai": "2.12.5", "kose-font": "1.0.0", "linkedom": "0.18.11", "motion": "12.23.0", "ofetch": "1.4.1", "rc-modal-sheet": "1.0.0", "react-blurhash": "0.3.0", "react-hook-form": "7.60.0", "react-hotkeys-hook": "5.1.0", "react-i18next": "15.6.0", "react-photo-view": "1.2.7", "react-router": "7.6.3", "satori": "0.15.2", "sonner": "2.0.6", "use-context-selector": "2.0.0", "xss": "1.0.15", "zod": "3.25.75" }, "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.15", "daisyui": "4.12.24", "dotenv-flow": "4.1.0", "es-toolkit": "1.39.6", "fast-glob": "3.3.3", "foxact": "0.2.49", "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": "1.0.0-alpha.1", "tsdown": "0.12.9", "tsx": "4.20.3", "typescript": "catalog:", "vite": "7.0.2", "vite-plugin-route-builder": "0.3.0" } }