Folo/apps/server/package.json

68 lines
2.1 KiB
JSON

{
"name": "@follow/server",
"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"
},
"dependencies": {
"@fastify/middie": "catalog:",
"@fastify/request-context": "catalog:",
"@fontsource/sn-pro": "catalog:",
"@openpanel/web": "catalog:",
"@resvg/resvg-js": "catalog:",
"@sentry/react": "catalog:",
"@tanstack/react-query": "catalog:",
"blurhash": "catalog:",
"click-to-react-component": "catalog:",
"dayjs": "catalog:",
"fastify": "catalog:",
"framer-motion": "catalog:",
"i18next": "catalog:",
"jotai": "catalog:",
"kose-font": "catalog:",
"linkedom": "catalog:",
"ofetch": "catalog:",
"rc-modal-sheet": "catalog:",
"react": "catalog:",
"react-blurhash": "catalog:",
"react-hotkeys-hook": "catalog:",
"react-i18next": "catalog:",
"react-photo-view": "catalog:",
"react-router": "catalog:",
"satori": "catalog:",
"sonner": "catalog:",
"tailwindcss": "catalog:",
"use-context-selector": "catalog:",
"xss": "catalog:"
},
"devDependencies": {
"@follow/components": "workspace:*",
"@follow/constants": "workspace:*",
"@follow/hooks": "workspace:*",
"@follow/models": "workspace:*",
"@follow/shared": "workspace:*",
"@follow/types": "workspace:*",
"@follow/utils": "workspace:*",
"@radix-ui/react-avatar": "catalog:",
"@types/html-minifier-terser": "catalog:",
"chokidar": "catalog:",
"daisyui": "catalog:",
"dotenv-flow": "catalog:",
"es-toolkit": "catalog:",
"foxact": "catalog:",
"glob": "catalog:",
"html-minifier-terser": "catalog:",
"lightningcss": "catalog:",
"masonic": "catalog:",
"nanoid": "catalog:",
"path-to-regexp": "catalog:",
"react-dom": "catalog:",
"tailwindcss": "catalog:",
"tsup": "catalog:",
"tsx": "catalog:",
"vite": "catalog:"
}
}