From 32bd760b77caa0d8cf8ddb934fe645951214eace Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Thu, 14 May 2026 21:51:05 +0800 Subject: [PATCH] chore: update package.json dependencies and index.html Update project dependencies and enhance index.html with meta tags and link references. --- index.html | 1 + package.json | 14 ++------------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 0625db8..77fb581 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ GitData.AI +
diff --git a/package.json b/package.json index ff6e8a5..2359a9d 100644 --- a/package.json +++ b/package.json @@ -21,22 +21,16 @@ "@fontsource-variable/geist": "^5.2.8", "@lobehub/icons": "^5.8.0", "@radix-ui/react-use-controllable-state": "^1.2.2", - "@reduxjs/toolkit": "^2.11.2", "@streamdown/cjk": "^1.0.3", "@streamdown/code": "^1.1.1", "@streamdown/math": "^1.0.2", "@streamdown/mermaid": "^1.0.2", "@tailwindcss/typography": "^0.5.19", - "@tanstack/react-form": "^1.29.1", "@tanstack/react-hotkeys": "^0.10.0", - "@tanstack/react-pacer": "^0.22.0", "@tanstack/react-query": "^5.100.8", - "@tanstack/react-router": "^1.169.1", - "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.24", "ai": "^6.0.177", - "alova": "^3.5.1", "axios": "^1.15.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -44,7 +38,6 @@ "dayjs": "^1.11.20", "dexie": "^4.4.2", "dexie-react-hooks": "^4.4.0", - "dnd-kit": "^0.0.2", "embla-carousel-react": "^8.6.0", "idb": "^8.0.3", "input-otp": "^1.4.2", @@ -53,15 +46,12 @@ "motion": "^12.38.0", "nanoid": "^5.1.11", "next-themes": "^0.4.6", - "orval": "^8.9.0", "radix-ui": "^1.4.3", "react": "^19.2.4", "react-day-picker": "^9.14.0", "react-dom": "^19.2.4", "react-hook-form": "^7.75.0", - "react-i18next": "^17.0.6", "react-markdown": "^10.1.0", - "react-redux": "^9.2.0", "react-resizable-panels": "^4.10.0", "react-router-dom": "^7.14.2", "react-virtuoso": "^4.18.6", @@ -69,9 +59,7 @@ "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.1", - "shadcn": "^4.7.0", "socket.io": "^4.8.3", - "socket.io-client": "^4.8.3", "sonner": "^2.0.7", "streamdown": "^2.5.0", "tailwind-merge": "^3.6.0", @@ -96,8 +84,10 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^16.5.0", + "orval": "^8.9.0", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", + "shadcn": "^4.7.0", "typescript": "~5.9.3", "typescript-eslint": "^8.57.1", "vite": "^7.3.1",