feat: update dependencies and add video-tools package

- Added "@kevisual/video-tools" dependency to server/package.json.
- Updated VITE_API_URL in astro.config.mjs to point to new local server.
- Modified proxy settings in astro.config.mjs to include WebSocket support.
- Updated various dependencies in web/package.json for improved functionality and security.
- Refactored MuseApp component to use new resizable panel components.
- Implemented real-time text display and copy functionality in VadVoice component.
- Created a new Relatime class for handling WebSocket connections and real-time updates.
- Added new board and muse pages to render the Record component.
This commit is contained in:
2025-12-23 00:40:52 +08:00
parent 6a1e648747
commit 4407c6157f
14 changed files with 1448 additions and 939 deletions

View File

@@ -17,49 +17,50 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@astrojs/mdx": "^4.3.7",
"@astrojs/react": "^4.4.0",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.6.0",
"@faker-js/faker": "^10.1.0",
"@floating-ui/react": "^0.27.16",
"@kevisual/noco": "^0.0.1",
"@kevisual/query": "^0.0.29",
"@kevisual/query-login": "^0.0.6",
"@kevisual/noco": "^0.0.10",
"@kevisual/query": "^0.0.33",
"@kevisual/query-login": "^0.0.7",
"@kevisual/registry": "^0.0.1",
"@kevisual/video-tools": "^0.0.11",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@ricky0123/vad-web": "^0.0.28",
"@szhsin/react-menu": "^4.5.0",
"@tailwindcss/vite": "^4.1.14",
"@tanstack/react-form": "^1.23.7",
"@tanstack/react-query": "^5.90.5",
"astro": "^5.14.4",
"@radix-ui/react-slot": "^1.2.4",
"@ricky0123/vad-web": "^0.0.30",
"@szhsin/react-menu": "^4.5.1",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-form": "^1.27.5",
"@tanstack/react-query": "^5.90.12",
"astro": "^5.16.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"es-toolkit": "^1.40.0",
"dayjs": "^1.11.19",
"es-toolkit": "^1.43.0",
"events": "^3.3.0",
"graphology": "^0.26.0",
"highlight.js": "^11.11.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.545.0",
"marked": "^16.4.1",
"lodash-es": "^4.17.22",
"lucide-react": "^0.562.0",
"marked": "^17.0.1",
"nanoid": "^5.1.6",
"pocketbase": "^0.26.2",
"pocketbase": "^0.26.5",
"pouchdb-adapter-memory": "^9.0.0",
"pouchdb-browser": "^9.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-modal": "^3.16.3",
"react-resizable-panels": "^3.0.6",
"react-resizable-panels": "^4.0.13",
"react-toastify": "^11.0.5",
"react-virtualized": "^9.22.6",
"sigma": "^3.0.2",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0",
"wavesurfer.js": "^7.11.0",
"zustand": "^5.0.8"
"tailwind-merge": "^3.4.0",
"three": "^0.182.0",
"wavesurfer.js": "^7.12.1",
"zustand": "^5.0.9"
},
"publishConfig": {
"access": "public"
@@ -68,18 +69,18 @@
"@kevisual/types": "^0.0.10",
"@types/pouchdb": "^6.4.2",
"@types/pouchdb-browser": "^6.1.5",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-modal": "^3.16.3",
"@types/react-virtualized": "^9.22.3",
"@types/three": "^0.180.0",
"@types/three": "^0.182.0",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"dotenv": "^17.2.3",
"pouchdb": "^9.0.0",
"tailwindcss": "^4.1.14",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0"
},
"packageManager": "pnpm@10.18.3",
"packageManager": "pnpm@10.26.1",
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",