feat: 更新依赖项,添加 PWA 插件,优化环境变量配置;调整开发服务器端口

This commit is contained in:
xiongxiao
2026-03-17 01:33:01 +08:00
committed by cnb
parent 4b1d1072b8
commit 3a4d02be75
3 changed files with 47 additions and 18 deletions

View File

@@ -27,16 +27,15 @@
"@codemirror/lang-markdown": "^6.5.0",
"@kevisual/api": "^0.0.64",
"@kevisual/context": "^0.0.8",
"@kevisual/router": "0.1.1",
"@kevisual/router": "0.1.2",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.166.7",
"@tanstack/react-router": "^1.167.3",
"@uiw/codemirror-theme-vscode": "^4.25.8",
"@uiw/react-codemirror": "^4.25.8",
"ai": "^6.0.116",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"convex": "^1.33.0",
"dayjs": "^1.11.20",
"es-toolkit": "^1.45.1",
"fuse.js": "^7.1.0",
@@ -45,7 +44,7 @@
"graphology-layout-noverlap": "^0.4.2",
"graphology-types": "^0.24.8",
"lucide-react": "^0.577.0",
"nanoid": "^5.1.6",
"nanoid": "^5.1.7",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
@@ -54,20 +53,20 @@
"sonner": "^2.0.7",
"three": "^0.183.2",
"three-spritetext": "^1.10.0",
"zustand": "^5.0.11"
"zustand": "^5.0.12"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@kevisual/ai": "0.0.28",
"@kevisual/kv-login": "^0.1.17",
"@kevisual/kv-login": "^0.1.18",
"@kevisual/query": "0.0.53",
"@kevisual/types": "^0.0.12",
"@opencode-ai/sdk": "^1.2.26",
"@opencode-ai/sdk": "^1.2.27",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-router-devtools": "^1.166.7",
"@tanstack/router-plugin": "^1.166.7",
"@tanstack/react-router-devtools": "^1.166.9",
"@tanstack/router-plugin": "^1.166.12",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
@@ -78,6 +77,7 @@
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "v8.0.0"
"vite": "v8.0.0",
"vite-plugin-pwa": "^1.2.0"
}
}