fix: package.json and client

This commit is contained in:
dvelo 2024-09-06 20:04:14 -05:00
parent 08cd1d3a0c
commit b700391965
2 changed files with 110 additions and 103 deletions

@ -1,105 +1,111 @@
{ {
"name": "mh-stats", "name": "mh-stats",
"version": "1.1.0", "version": "1.1.0",
"private": true, "private": true,
"packageManager": "yarn@1.22.22", "packageManager": "yarn@1.22.22",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"obfuscate": "next-css-obfuscator", "obfuscate": "next-css-obfuscator",
"check-types": "tsc --noEmit", "check-types": "tsc --noEmit",
"inngest": "npx inngest-cli@latest dev" "inngest": "npx inngest-cli@latest dev"
}, },
"dependencies": { "dependencies": {
"@babel/parser": "^7.24.7", "@babel/parser": "^7.24.7",
"@clerk/nextjs": "^5.1.3", "@clerk/nextjs": "^5.1.3",
"@emotion/is-prop-valid": "^1.3.0", "@emotion/is-prop-valid": "^1.3.0",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@radix-ui/react-hover-card": "^1.1.1", "@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.1.1", "@radix-ui/react-menubar": "^1.1.1",
"@unocss/eslint-plugin": "^0.61.5", "@radix-ui/react-primitive": "^2.0.0",
"@unocss/postcss": "^0.61.5", "@radix-ui/react-switch": "^1.1.0",
"@unocss/transformer-directives": "^0.61.5", "@unocss/eslint-plugin": "^0.61.5",
"@unocss/webpack": "^0.61.5", "@unocss/postcss": "^0.61.5",
"contentlayer": "^0.3.4", "@unocss/transformer-directives": "^0.61.5",
"discord.js": "^14.15.3", "@unocss/webpack": "^0.61.5",
"github-slugger": "^2.0.0", "contentlayer": "^0.3.4",
"inngest": "^3.21.2", "cron": "^3.1.7",
"input-otp": "^1.2.4", "discord.js": "^14.15.3",
"json-beautify": "^1.1.1", "github-slugger": "^2.0.0",
"lucide-react": "^0.416.0", "inngest": "^3.21.2",
"minimessage-2-html": "1.6.0", "input-otp": "^1.2.4",
"mongodb": "^6.8.0", "json-beautify": "^1.1.1",
"next": "14.2.3", "lucide-react": "^0.416.0",
"next-contentlayer": "^0.3.4", "minimessage-2-html": "1.6.0",
"next-css-obfuscator": "^2.2.16", "mongodb": "^6.8.0",
"next-themes": "^0.3.0", "next": "14.2.3",
"nextjs-toploader": "^1.6.12", "next-contentlayer": "^0.3.4",
"nprogress": "^0.2.0", "next-css-obfuscator": "^2.2.16",
"postcss-obfuscator": "^1.6.1", "next-themes": "^0.3.0",
"prettier": "^3.3.1", "nextjs-toploader": "^1.6.12",
"react": "^18", "nprogress": "^0.2.0",
"react-dom": "^18", "postcss-obfuscator": "^1.6.1",
"react-fade-in": "^2.0.1", "prettier": "^3.3.1",
"rehype-slug": "^6.0.0", "react": "^18",
"remark-gfm": "^4.0.0", "react-dom": "^18",
"tailwind-merge": "^2.3.0", "react-fade-in": "^2.0.1",
"tailwindcss-animate": "^1.0.7", "react-fast-marquee": "^1.6.5",
"tailwindcss-patch": "^4.0.0", "react-marquee-text": "^1.0.4",
"turbo": "^2.0.9", "react-smart-ticker": "^1.2.0",
"unplugin-tailwindcss-mangle": "^3.0.1" "rehype-slug": "^6.0.0",
}, "remark-gfm": "^4.0.0",
"devDependencies": { "tailwind-merge": "^2.3.0",
"@clerk/themes": "^2.1.19", "tailwindcss-animate": "^1.0.7",
"@hookform/resolvers": "^3.9.0", "tailwindcss-patch": "^4.0.0",
"@radix-ui/react-checkbox": "^1.0.4", "turbo": "^2.0.9",
"@radix-ui/react-context-menu": "^2.1.5", "unplugin-tailwindcss-mangle": "^3.0.1"
"@radix-ui/react-dialog": "^1.1.1", },
"@radix-ui/react-dropdown-menu": "^2.1.1", "devDependencies": {
"@radix-ui/react-label": "^2.1.0", "@clerk/themes": "^2.1.19",
"@radix-ui/react-navigation-menu": "^1.1.4", "@hookform/resolvers": "^3.9.0",
"@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-radio-group": "^1.1.3", "@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-scroll-area": "^1.1.0", "@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-tabs": "^1.1.0", "@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.7", "@radix-ui/react-popover": "^1.0.7",
"@tailwindcss/typography": "^0.5.13", "@radix-ui/react-radio-group": "^1.2.0",
"@types/canvas-confetti": "^1.6.4", "@radix-ui/react-scroll-area": "^1.1.0",
"@types/node": "^20", "@radix-ui/react-separator": "^1.0.3",
"@types/nprogress": "^0.2.3", "@radix-ui/react-slot": "^1.1.0",
"@types/react": "^18", "@radix-ui/react-tabs": "^1.1.0",
"@types/react-dom": "^18", "@radix-ui/react-tooltip": "^1.0.7",
"@types/react-twemoji": "^0.4.3", "@tailwindcss/typography": "^0.5.13",
"@unocss/eslint-config": "^0.61.5", "@types/canvas-confetti": "^1.6.4",
"@unocss/preset-uno": "^0.61.5", "@types/node": "^20",
"@unocss/transformer-compile-class": "^0.61.5", "@types/nprogress": "^0.2.3",
"@vercel/analytics": "^1.3.1", "@types/react": "^18",
"@vercel/speed-insights": "^1.0.12", "@types/react-dom": "^18",
"canvas-confetti": "^1.9.3", "@types/react-twemoji": "^0.4.3",
"class-variance-authority": "^0.7.0", "@unocss/eslint-config": "^0.61.5",
"clsx": "^2.1.1", "@unocss/preset-uno": "^0.61.5",
"cmdk": "^1.0.0", "@unocss/transformer-compile-class": "^0.61.5",
"eslint": "^8", "@vercel/analytics": "^1.3.1",
"eslint-config-next": "14.2.3", "@vercel/speed-insights": "^1.0.12",
"framer-motion": "^11.3.8", "canvas-confetti": "^1.9.3",
"geist": "^1.3.0", "class-variance-authority": "^0.7.0",
"mangle-css-class-webpack-plugin": "^5.1.0", "clsx": "^2.1.1",
"postcss": "^8", "cmdk": "^1.0.0",
"react-hook-form": "^7.52.2", "eslint": "^8",
"react-hot-toast": "^2.4.1", "eslint-config-next": "14.2.3",
"react-hotkeys-hook": "^4.5.0", "framer-motion": "^11.3.8",
"react-infinite-scroll-component": "^6.1.0", "geist": "^1.3.0",
"react-markdown": "^9.0.1", "mangle-css-class-webpack-plugin": "^5.1.0",
"react-resizable-panels": "^2.0.23", "postcss": "^8",
"recharts": "^2.12.7", "react-hook-form": "^7.52.2",
"tailwindcss": "^3.4.1", "react-hot-toast": "^2.4.1",
"typescript": "^5", "react-hotkeys-hook": "^4.5.0",
"vaul": "^0.9.1", "react-infinite-scroll-component": "^6.1.0",
"zod": "^3.23.8" "react-markdown": "^9.0.1",
} "react-resizable-panels": "^2.0.23",
"recharts": "^2.12.7",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vaul": "^0.9.1",
"zod": "^3.23.8"
}
} }

@ -1,3 +1,4 @@
"use client";
import Image from "next/image"; import Image from "next/image";
import Link from "next/link"; import Link from "next/link";
import { Separator } from "../components/ui/separator"; import { Separator } from "../components/ui/separator";