diff --git a/apps/www/package.json b/apps/www/package.json index 6fd5a3e..022d105 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,5 +1,5 @@ { - "name": "mh-stats", + "name": "mhsf", "version": "1.3.0", "private": true, "packageManager": "yarn@1.22.22", @@ -35,9 +35,15 @@ "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-switch": "1.1.0", "@radix-ui/react-tabs": "^1.1.3", + "@tanstack/react-query": "^5.69.0", + "@trpc/client": "^11.0.0", + "@trpc/next": "^11.0.0", + "@trpc/react-query": "^11.0.0", + "@trpc/server": "^11.0.0", "@types/lodash": "^4.17.16", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", + "@types/request-ip": "^0.0.41", "@unocss/eslint-plugin": "^0.61.5", "@unocss/postcss": "^0.61.5", "@unocss/transformer-directives": "^0.61.5", @@ -80,8 +86,10 @@ "recharts": "^2.15.1", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.0", + "request-ip": "^3.3.0", "sonner": "^1.7.0", "stripe-gradient": "^1.0.1", + "superjson": "^2.2.2", "swapy": "^1.0.5", "tailwind-merge": "^2.3.0", "tailwindcss": "^4.0.7", @@ -89,7 +97,8 @@ "tailwindcss-patch": "^4.0.0", "turbo": "^2.4.0", "unplugin-tailwindcss-mangle": "^3.0.1", - "vaul": "^1.1.2" + "vaul": "^1.1.2", + "zod": "^3.24.2" }, "devDependencies": { "@clerk/themes": "^2.1.19", diff --git a/apps/www/src/app/(main)/layout.tsx b/apps/www/src/app/(main)/layout.tsx index af1e053..18a19ac 100644 --- a/apps/www/src/app/(main)/layout.tsx +++ b/apps/www/src/app/(main)/layout.tsx @@ -74,22 +74,22 @@ export default function RootLayout({ enableSystem disableTransitionOnChange > - - - - - - - - -
{children}
-