chore: update package.json dependencies and index.html

Update project dependencies and enhance index.html with
meta tags and link references.
This commit is contained in:
ZhenYi 2026-05-14 21:51:05 +08:00
parent df4cf55b07
commit 32bd760b77
2 changed files with 3 additions and 12 deletions

View File

@ -5,6 +5,7 @@
<link href="/logo.png" rel="icon" type="image/svg+xml"/> <link href="/logo.png" rel="icon" type="image/svg+xml"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>GitData.AI</title> <title>GitData.AI</title>
<link rel="preload" href="/@fs/node_modules/@fontsource-variable/geist/files/Geist%5Bwght%5D.woff2" as="font" type="font/woff2" crossorigin />
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@ -21,22 +21,16 @@
"@fontsource-variable/geist": "^5.2.8", "@fontsource-variable/geist": "^5.2.8",
"@lobehub/icons": "^5.8.0", "@lobehub/icons": "^5.8.0",
"@radix-ui/react-use-controllable-state": "^1.2.2", "@radix-ui/react-use-controllable-state": "^1.2.2",
"@reduxjs/toolkit": "^2.11.2",
"@streamdown/cjk": "^1.0.3", "@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1", "@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2", "@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2", "@streamdown/mermaid": "^1.0.2",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tanstack/react-form": "^1.29.1",
"@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-hotkeys": "^0.10.0",
"@tanstack/react-pacer": "^0.22.0",
"@tanstack/react-query": "^5.100.8", "@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-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.24", "@tanstack/react-virtual": "^3.13.24",
"ai": "^6.0.177", "ai": "^6.0.177",
"alova": "^3.5.1",
"axios": "^1.15.2", "axios": "^1.15.2",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
@ -44,7 +38,6 @@
"dayjs": "^1.11.20", "dayjs": "^1.11.20",
"dexie": "^4.4.2", "dexie": "^4.4.2",
"dexie-react-hooks": "^4.4.0", "dexie-react-hooks": "^4.4.0",
"dnd-kit": "^0.0.2",
"embla-carousel-react": "^8.6.0", "embla-carousel-react": "^8.6.0",
"idb": "^8.0.3", "idb": "^8.0.3",
"input-otp": "^1.4.2", "input-otp": "^1.4.2",
@ -53,15 +46,12 @@
"motion": "^12.38.0", "motion": "^12.38.0",
"nanoid": "^5.1.11", "nanoid": "^5.1.11",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"orval": "^8.9.0",
"radix-ui": "^1.4.3", "radix-ui": "^1.4.3",
"react": "^19.2.4", "react": "^19.2.4",
"react-day-picker": "^9.14.0", "react-day-picker": "^9.14.0",
"react-dom": "^19.2.4", "react-dom": "^19.2.4",
"react-hook-form": "^7.75.0", "react-hook-form": "^7.75.0",
"react-i18next": "^17.0.6",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-resizable-panels": "^4.10.0", "react-resizable-panels": "^4.10.0",
"react-router-dom": "^7.14.2", "react-router-dom": "^7.14.2",
"react-virtuoso": "^4.18.6", "react-virtuoso": "^4.18.6",
@ -69,9 +59,7 @@
"rehype-raw": "^7.0.0", "rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0", "rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"shadcn": "^4.7.0",
"socket.io": "^4.8.3", "socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"streamdown": "^2.5.0", "streamdown": "^2.5.0",
"tailwind-merge": "^3.6.0", "tailwind-merge": "^3.6.0",
@ -96,8 +84,10 @@
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2", "eslint-plugin-react-refresh": "^0.5.2",
"globals": "^16.5.0", "globals": "^16.5.0",
"orval": "^8.9.0",
"prettier": "^3.8.1", "prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2", "prettier-plugin-tailwindcss": "^0.7.2",
"shadcn": "^4.7.0",
"typescript": "~5.9.3", "typescript": "~5.9.3",
"typescript-eslint": "^8.57.1", "typescript-eslint": "^8.57.1",
"vite": "^7.3.1", "vite": "^7.3.1",