Folo/apps/server/package.json

66 lines
2.0 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": "9.0.2",
"@fastify/request-context": "6.0.1",
"@fontsource/sn-pro": "5.1.0",
"@hono/auth-js": "1.0.13",
"@openpanel/web": "1.0.1",
"@resvg/resvg-js": "2.6.2",
"@sentry/react": "8.36.0",
"@tanstack/react-query": "5.59.19",
"blurhash": "2.0.5",
"click-to-react-component": "1.1.0",
"dayjs": "1.11.13",
"fastify": "5.1.0",
"framer-motion": "11.11.11",
"i18next": "^23.16.4",
"jotai": "2.10.1",
"kose-font": "1.0.0",
"linkedom": "^0.18.5",
"ofetch": "1.4.1",
"rc-modal-sheet": "0.3.2",
"react": "^18.3.1",
"react-blurhash": "^0.3.0",
"react-hotkeys-hook": "4.6.1",
"react-i18next": "^15.1.0",
"react-photo-view": "1.2.6",
"react-router-dom": "6.27.0",
"satori": "0.11.2",
"sonner": "1.5.0",
"tailwindcss": "3.4.14",
"use-context-selector": "2.0.0",
"xss": "1.0.15"
},
"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": "1.1.1",
"chokidar": "4.0.1",
"daisyui": "4.12.14",
"foxact": "0.2.41",
"glob": "11.0.0",
"lightningcss": "1.27.0",
"lodash-es": "4.17.21",
"masonic": "4.0.1",
"nanoid": "5.0.8",
"path-to-regexp": "8.2.0",
"react-dom": "^18.3.1",
"tailwindcss": "3.4.14",
"tsup": "8.3.5",
"tsx": "4.19.2",
"vite": "5.4.10"
}
}