{ "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", "build:worker": "cross-env NODE_ENV=production vite build && tsx scripts/prepare-vercel-build.ts && tsx scripts/generate-font-data.ts && tsdown --config tsdown.worker.config.ts && tsx scripts/patch-worker-build.ts && cp -r dist/dist-external ../desktop/out/web/dist-external", "deploy:dev": "wrangler deploy --env dev", "deploy:prod": "wrangler deploy", "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", "test": "vitest run --config vitest.config.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@fastify/middie": "9.3.3", "@fastify/request-context": "7.0.0", "@follow-app/client-sdk": "catalog:", "@follow/tracker": "workspace:*", "@fontsource/sn-pro": "5.2.6", "@radix-ui/react-avatar": "1.2.2", "@resvg/resvg-js": "2.6.2", "@sentry/react": "10.64.0", "@tanstack/react-query": "5.101.2", "blurhash": "2.0.5", "dayjs": "1.11.21", "fastify": "5.10.0", "i18next": "26.3.5", "jotai": "2.20.1", "kose-font": "1.0.0", "linkedom": "0.18.13", "motion": "12.42.2", "ofetch": "1.5.1", "rc-modal-sheet": "1.0.2", "react": "19.2.7", "react-blurhash": "0.3.0", "react-dom": "19.2.7", "react-google-recaptcha-v3": "1.11.0", "react-hook-form": "7.81.0", "react-hotkeys-hook": "5.3.3", "react-i18next": "17.0.8", "react-photo-view": "1.2.7", "react-router": "8.2.0", "satori": "0.26.0", "sonner": "2.0.7", "use-context-selector": "2.0.0", "xss": "1.0.15", "zod": "4.4.3" }, "devDependencies": { "@follow/components": "workspace:*", "@follow/configs": "workspace:*", "@follow/constants": "workspace:*", "@follow/hooks": "workspace:*", "@follow/models": "workspace:*", "@follow/shared": "workspace:*", "@follow/types": "workspace:*", "@follow/utils": "workspace:*", "@resvg/resvg-wasm": "2.6.2", "@tailwindcss/postcss": "4.3.2", "@types/html-minifier-terser": "7.0.2", "@vitejs/plugin-react": "6.0.3", "chokidar": "5.0.0", "code-inspector-plugin": "1.6.6", "daisyui": "5.6.16", "dotenv-flow": "4.1.0", "es-toolkit": "1.49.0", "fast-glob": "3.3.3", "foxact": "0.3.8", "hono": "4.12.28", "html-minifier-terser": "7.2.0", "lightningcss": "1.32.0", "masonic": "4.1.0", "nanoid": "5.1.16", "path-to-regexp": "8.4.2", "tailwindcss": "4.3.2", "tailwindcss-uikit-colors": "catalog:", "tsdown": "0.22.4", "tsx": "4.23.0", "typescript": "catalog:", "vite": "8.1.4", "vite-plugin-route-builder": "0.4.1", "wrangler": "4.107.1" } }