mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-10 00:08:33 +00:00
build(deps): migrate workspace dependencies to catalogs
Move direct external dependency versions into pnpm catalogs and update workspace packages to reference catalog entries. Signed-off-by: RainbowBird <git@luoling.moe> Commit-Message-Assisted-by: Codex
This commit is contained in:
parent
6a0ec32aaf
commit
7841df28f8
52 changed files with 2630 additions and 1485 deletions
|
|
@ -22,22 +22,22 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/stream-text": "catalog:",
|
||||
"valibot": "^1.3.1",
|
||||
"valibot": "catalog:valibot-1-3-1",
|
||||
"vue": "catalog:",
|
||||
"xsschema": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/svg-spinners": "^1.2.4",
|
||||
"@types/xast": "^2.0.4",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@iconify-json/solar": "catalog:",
|
||||
"@iconify-json/svg-spinners": "catalog:",
|
||||
"@types/xast": "catalog:",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vue-router": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,36 +16,36 @@
|
|||
"otel:dashboards": "tsx otel/grafana/dashboards/build.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@better-auth/drizzle-adapter": "^1.6.5",
|
||||
"@better-auth/drizzle-adapter": "catalog:",
|
||||
"@better-auth/oauth-provider": "catalog:",
|
||||
"@dotenvx/dotenvx": "^1.61.1",
|
||||
"@dotenvx/dotenvx": "catalog:",
|
||||
"@electric-sql/pglite": "catalog:",
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@hono/node-server": "^1.19.14",
|
||||
"@hono/node-server": "catalog:",
|
||||
"@hono/node-ws": "catalog:",
|
||||
"@hono/otel": "^1.1.2",
|
||||
"@hono/otel": "catalog:",
|
||||
"@langfuse/otel": "catalog:",
|
||||
"@langfuse/tracing": "catalog:",
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@opentelemetry/api": "^1.9.1",
|
||||
"@opentelemetry/api-logs": "^0.215.0",
|
||||
"@opentelemetry/exporter-logs-otlp-proto": "^0.215.0",
|
||||
"@opentelemetry/exporter-metrics-otlp-proto": "^0.215.0",
|
||||
"@opentelemetry/exporter-trace-otlp-proto": "^0.215.0",
|
||||
"@opentelemetry/instrumentation": "^0.215.0",
|
||||
"@opentelemetry/instrumentation-http": "^0.215.0",
|
||||
"@opentelemetry/instrumentation-ioredis": "^0.63.0",
|
||||
"@opentelemetry/instrumentation-pg": "^0.67.0",
|
||||
"@opentelemetry/instrumentation-runtime-node": "^0.28.0",
|
||||
"@opentelemetry/instrumentation-undici": "^0.25.0",
|
||||
"@opentelemetry/resources": "^2.7.0",
|
||||
"@opentelemetry/sdk-logs": "^0.215.0",
|
||||
"@opentelemetry/sdk-metrics": "^2.7.0",
|
||||
"@opentelemetry/sdk-node": "^0.215.0",
|
||||
"@opentelemetry/sdk-trace-node": "^2.7.0",
|
||||
"@opentelemetry/semantic-conventions": "^1.40.0",
|
||||
"@proj-airi/drizzle-orm-browser-migrator": "^0.1.6",
|
||||
"@opentelemetry/api": "catalog:",
|
||||
"@opentelemetry/api-logs": "catalog:",
|
||||
"@opentelemetry/exporter-logs-otlp-proto": "catalog:",
|
||||
"@opentelemetry/exporter-metrics-otlp-proto": "catalog:",
|
||||
"@opentelemetry/exporter-trace-otlp-proto": "catalog:",
|
||||
"@opentelemetry/instrumentation": "catalog:",
|
||||
"@opentelemetry/instrumentation-http": "catalog:",
|
||||
"@opentelemetry/instrumentation-ioredis": "catalog:",
|
||||
"@opentelemetry/instrumentation-pg": "catalog:",
|
||||
"@opentelemetry/instrumentation-runtime-node": "catalog:",
|
||||
"@opentelemetry/instrumentation-undici": "catalog:",
|
||||
"@opentelemetry/resources": "catalog:",
|
||||
"@opentelemetry/sdk-logs": "catalog:",
|
||||
"@opentelemetry/sdk-metrics": "catalog:",
|
||||
"@opentelemetry/sdk-node": "catalog:",
|
||||
"@opentelemetry/sdk-trace-node": "catalog:",
|
||||
"@opentelemetry/semantic-conventions": "catalog:",
|
||||
"@proj-airi/drizzle-orm-browser-migrator": "catalog:",
|
||||
"@proj-airi/server-schema": "workspace:*",
|
||||
"@proj-airi/server-sdk-shared": "workspace:*",
|
||||
"better-auth": "catalog:",
|
||||
|
|
@ -56,23 +56,23 @@
|
|||
"hono": "catalog:",
|
||||
"hono-rate-limiter": "catalog:",
|
||||
"injeca": "catalog:",
|
||||
"ioredis": "^5.10.1",
|
||||
"ioredis": "catalog:",
|
||||
"jose": "catalog:",
|
||||
"nanoid": "catalog:",
|
||||
"ofetch": "catalog:",
|
||||
"pg": "^8.20.0",
|
||||
"pg": "catalog:",
|
||||
"posthog-node": "catalog:",
|
||||
"resend": "^6.12.2",
|
||||
"stripe": "^22.0.2",
|
||||
"resend": "catalog:",
|
||||
"stripe": "catalog:",
|
||||
"unspeech": "catalog:xsai",
|
||||
"valibot": "catalog:",
|
||||
"ws": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@better-auth/cli": "^1.4.21",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@better-auth/cli": "catalog:",
|
||||
"@types/pg": "catalog:",
|
||||
"@types/ws": "catalog:",
|
||||
"drizzle-kit": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,10 +26,10 @@
|
|||
"@capacitor/core": "catalog:",
|
||||
"@capacitor/ios": "catalog:",
|
||||
"@capacitor/local-notifications": "catalog:",
|
||||
"@date-fns/utc": "^2.1.1",
|
||||
"@date-fns/utc": "catalog:",
|
||||
"@fontsource-variable/nunito": "catalog:",
|
||||
"@formkit/auto-animate": "^0.9.0",
|
||||
"@huggingface/transformers": "^3.8.1",
|
||||
"@formkit/auto-animate": "catalog:",
|
||||
"@huggingface/transformers": "catalog:",
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/audio": "workspace:^",
|
||||
|
|
@ -48,13 +48,13 @@
|
|||
"@proj-airi/stream-kit": "workspace:^",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@proj-airi/ui-transitions": "workspace:^",
|
||||
"@tresjs/cientos": "^5.7.0",
|
||||
"@tresjs/core": "^5.8.0",
|
||||
"@valibot/to-json-schema": "1.0.0-rc.0",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/shared": "^14.2.1",
|
||||
"@tresjs/cientos": "catalog:",
|
||||
"@tresjs/core": "catalog:",
|
||||
"@valibot/to-json-schema": "catalog:",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/shared": "catalog:",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai-transformers/embed": "^0.1.0",
|
||||
"@xsai-transformers/embed": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/model": "catalog:",
|
||||
|
|
@ -63,91 +63,91 @@
|
|||
"@xsai/stream-text": "catalog:",
|
||||
"@xsai/stream-transcription": "catalog:",
|
||||
"@xsai/utils-chat": "catalog:",
|
||||
"animejs": "^4.3.6",
|
||||
"animejs": "catalog:",
|
||||
"capacitor-native-settings": "catalog:",
|
||||
"colorjs.io": "^0.6.1",
|
||||
"culori": "^4.0.2",
|
||||
"colorjs.io": "catalog:",
|
||||
"culori": "catalog:",
|
||||
"d3": "catalog:",
|
||||
"date-fns": "^4.1.0",
|
||||
"dompurify": "^3.4.0",
|
||||
"driver.js": "^1.4.0",
|
||||
"date-fns": "catalog:",
|
||||
"dompurify": "catalog:",
|
||||
"driver.js": "catalog:",
|
||||
"drizzle-orm": "catalog:",
|
||||
"embla-carousel-vue": "catalog:",
|
||||
"gpuu": "^1.0.7",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jszip": "^3.10.1",
|
||||
"localforage": "^1.10.0",
|
||||
"mediabunny": "^1.40.1",
|
||||
"nanoid": "^5.1.9",
|
||||
"node-vibrant": "^4.0.4",
|
||||
"nprogress": "^0.2.0",
|
||||
"onnxruntime-web": "^1.24.3",
|
||||
"pinia": "^3.0.4",
|
||||
"gpuu": "catalog:",
|
||||
"html2canvas": "catalog:",
|
||||
"jszip": "catalog:",
|
||||
"localforage": "catalog:",
|
||||
"mediabunny": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"node-vibrant": "catalog:",
|
||||
"nprogress": "catalog:",
|
||||
"onnxruntime-web": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"reka-ui": "^2.9.6",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"shiki": "^4.0.2",
|
||||
"rehype-stringify": "catalog:",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"remark-parse": "catalog:",
|
||||
"remark-rehype": "catalog:",
|
||||
"shiki": "catalog:",
|
||||
"splitpanes": "catalog:",
|
||||
"three": "^0.184.0",
|
||||
"unified": "^11.0.5",
|
||||
"three": "catalog:",
|
||||
"unified": "catalog:",
|
||||
"unspeech": "catalog:xsai",
|
||||
"uuid": "^13.0.0",
|
||||
"valibot": "^1.3.1",
|
||||
"vaul-vue": "^0.4.1",
|
||||
"uuid": "catalog:",
|
||||
"valibot": "catalog:valibot-1-3-1",
|
||||
"vaul-vue": "catalog:",
|
||||
"vue": "catalog:",
|
||||
"vue-demi": "^0.14.10",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-sonner": "^2.0.9",
|
||||
"vue-demi": "catalog:",
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-sonner": "catalog:vue-sonner-2-0-9",
|
||||
"web-haptics": "catalog:",
|
||||
"workbox-window": "^7.4.0",
|
||||
"workbox-window": "catalog:",
|
||||
"xsschema": "catalog:",
|
||||
"yauzl": "^3.3.0",
|
||||
"zod": "^4.3.6"
|
||||
"yauzl": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/cli": "catalog:",
|
||||
"@iconify-json/carbon": "^1.2.20",
|
||||
"@iconify-json/eos-icons": "^1.2.4",
|
||||
"@iconify-json/lucide": "^1.2.102",
|
||||
"@iconify-json/mingcute": "^1.2.7",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/simple-icons": "^1.2.78",
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/svg-spinners": "^1.2.4",
|
||||
"@iconify-json/vscode-icons": "^1.2.45",
|
||||
"@intlify/unplugin-vue-i18n": "^11.0.7",
|
||||
"@iconify-json/carbon": "catalog:",
|
||||
"@iconify-json/eos-icons": "catalog:",
|
||||
"@iconify-json/lucide": "catalog:",
|
||||
"@iconify-json/mingcute": "catalog:",
|
||||
"@iconify-json/ph": "catalog:",
|
||||
"@iconify-json/simple-icons": "catalog:",
|
||||
"@iconify-json/solar": "catalog:",
|
||||
"@iconify-json/svg-spinners": "catalog:",
|
||||
"@iconify-json/vscode-icons": "catalog:",
|
||||
"@intlify/unplugin-vue-i18n": "catalog:",
|
||||
"@proj-airi/cap-vite": "workspace:*",
|
||||
"@proj-airi/iconify-meteocons": "catalog:",
|
||||
"@proj-airi/lobe-icons": "^1.0.19",
|
||||
"@proj-airi/lobe-icons": "catalog:",
|
||||
"@proj-airi/unplugin-fetch": "catalog:",
|
||||
"@proj-airi/unplugin-live2d-sdk": "^0.1.7",
|
||||
"@shikijs/markdown-it": "^4.0.2",
|
||||
"@proj-airi/unplugin-live2d-sdk": "catalog:",
|
||||
"@shikijs/markdown-it": "catalog:",
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/culori": "^4.0.1",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/culori": "catalog:",
|
||||
"@types/nprogress": "catalog:",
|
||||
"@types/splitpanes": "catalog:",
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue-macros/volar": "^3.1.2",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@types/three": "catalog:",
|
||||
"@types/yauzl": "catalog:",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@vue-macros/volar": "catalog:",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"csstype": "^3.2.3",
|
||||
"hfup": "^1.0.4",
|
||||
"less": "^4.6.4",
|
||||
"unplugin-info": "^1.3.2",
|
||||
"unplugin-yaml": "^4.1.0",
|
||||
"csstype": "catalog:",
|
||||
"hfup": "catalog:",
|
||||
"less": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"unplugin-yaml": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-bundle-visualizer": "^1.2.1",
|
||||
"vite-bundle-visualizer": "catalog:",
|
||||
"vite-plugin-mkcert": "catalog:",
|
||||
"vite-plugin-pwa": "^1.2.0",
|
||||
"vite-plugin-vue-devtools": "^8.1.1",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vue-macros": "^3.1.2",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vite-plugin-pwa": "catalog:",
|
||||
"vite-plugin-vue-devtools": "catalog:",
|
||||
"vite-plugin-vue-layouts": "catalog:",
|
||||
"vue-macros": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,21 +36,21 @@
|
|||
"update-test:matrix": "bash scripts/update-test/run-matrix.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@date-fns/utc": "^2.1.1",
|
||||
"@fontsource-variable/comfortaa": "^5.2.8",
|
||||
"@fontsource-variable/dm-sans": "^5.2.8",
|
||||
"@fontsource-variable/jura": "^5.2.7",
|
||||
"@date-fns/utc": "catalog:",
|
||||
"@fontsource-variable/comfortaa": "catalog:",
|
||||
"@fontsource-variable/dm-sans": "catalog:",
|
||||
"@fontsource-variable/jura": "catalog:",
|
||||
"@fontsource-variable/nunito": "catalog:",
|
||||
"@fontsource-variable/quicksand": "^5.2.10",
|
||||
"@fontsource-variable/urbanist": "^5.2.7",
|
||||
"@fontsource/dm-mono": "^5.2.7",
|
||||
"@fontsource/dm-serif-display": "^5.2.8",
|
||||
"@fontsource/gugi": "^5.2.7",
|
||||
"@fontsource/kiwi-maru": "^5.2.8",
|
||||
"@fontsource/m-plus-rounded-1c": "^5.2.10",
|
||||
"@formkit/auto-animate": "^0.9.0",
|
||||
"@fontsource-variable/quicksand": "catalog:",
|
||||
"@fontsource-variable/urbanist": "catalog:",
|
||||
"@fontsource/dm-mono": "catalog:",
|
||||
"@fontsource/dm-serif-display": "catalog:",
|
||||
"@fontsource/gugi": "catalog:",
|
||||
"@fontsource/kiwi-maru": "catalog:",
|
||||
"@fontsource/m-plus-rounded-1c": "catalog:",
|
||||
"@formkit/auto-animate": "catalog:",
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@huggingface/transformers": "^3.8.1",
|
||||
"@huggingface/transformers": "catalog:",
|
||||
"@intlify/core": "catalog:",
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
|
|
@ -71,16 +71,16 @@
|
|||
"@proj-airi/stage-ui-spine": "workspace:^",
|
||||
"@proj-airi/stage-ui-three": "workspace:^",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@shikijs/markdown-it": "^4.0.2",
|
||||
"@tresjs/cientos": "^5.7.0",
|
||||
"@tresjs/core": "^5.8.0",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@vueuse/shared": "^14.2.1",
|
||||
"@shikijs/markdown-it": "catalog:",
|
||||
"@tresjs/cientos": "catalog:",
|
||||
"@tresjs/core": "catalog:",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"@vueuse/shared": "catalog:",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai-transformers/embed": "^0.1.0",
|
||||
"@xsai-transformers/transcription": "^0.1.0",
|
||||
"@xsai-transformers/embed": "catalog:",
|
||||
"@xsai-transformers/transcription": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/model": "catalog:",
|
||||
|
|
@ -91,122 +91,122 @@
|
|||
"@xsai/tool": "catalog:",
|
||||
"@xsai/utils-chat": "catalog:",
|
||||
"alien-signals": "catalog:",
|
||||
"animejs": "^4.3.6",
|
||||
"animejs": "catalog:",
|
||||
"async-mutex": "catalog:",
|
||||
"chess.js": "catalog:",
|
||||
"colorjs.io": "^0.6.1",
|
||||
"culori": "^4.0.2",
|
||||
"colorjs.io": "catalog:",
|
||||
"culori": "catalog:",
|
||||
"d3": "catalog:",
|
||||
"date-fns": "^4.1.0",
|
||||
"defu": "^6.1.7",
|
||||
"destr": "^2.0.5",
|
||||
"dompurify": "^3.4.0",
|
||||
"electron-click-drag-plugin": "^2.0.2",
|
||||
"date-fns": "catalog:",
|
||||
"defu": "catalog:",
|
||||
"destr": "catalog:",
|
||||
"dompurify": "catalog:",
|
||||
"electron-click-drag-plugin": "catalog:",
|
||||
"embla-carousel-vue": "catalog:",
|
||||
"es-toolkit": "^1.45.1",
|
||||
"es-toolkit": "catalog:es-toolkit-1-45-1",
|
||||
"injeca": "catalog:",
|
||||
"jszip": "^3.10.1",
|
||||
"localforage": "^1.10.0",
|
||||
"mediabunny": "^1.40.1",
|
||||
"node-vibrant": "^4.0.4",
|
||||
"nprogress": "^0.2.0",
|
||||
"onnxruntime-web": "^1.24.3",
|
||||
"pinia": "^3.0.4",
|
||||
"popmotion": "^11.0.5",
|
||||
"jszip": "catalog:",
|
||||
"localforage": "catalog:",
|
||||
"mediabunny": "catalog:",
|
||||
"node-vibrant": "catalog:",
|
||||
"nprogress": "catalog:",
|
||||
"onnxruntime-web": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"popmotion": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"reka-ui": "^2.9.6",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"rehype-stringify": "catalog:",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"remark-parse": "catalog:",
|
||||
"remark-rehype": "catalog:",
|
||||
"replicate": "catalog:",
|
||||
"semver": "^7.7.4",
|
||||
"shiki": "^4.0.2",
|
||||
"semver": "catalog:",
|
||||
"shiki": "catalog:",
|
||||
"splitpanes": "catalog:",
|
||||
"three": "^0.184.0",
|
||||
"three": "catalog:",
|
||||
"uiohook-napi": "catalog:",
|
||||
"unified": "^11.0.5",
|
||||
"unified": "catalog:",
|
||||
"unspeech": "catalog:xsai",
|
||||
"uqr": "catalog:",
|
||||
"uuid": "^13.0.0",
|
||||
"valibot": "^1.3.1",
|
||||
"vaul-vue": "^0.4.1",
|
||||
"uuid": "catalog:",
|
||||
"valibot": "catalog:valibot-1-3-1",
|
||||
"vaul-vue": "catalog:",
|
||||
"vue": "catalog:",
|
||||
"vue-demi": "^0.14.10",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-demi": "catalog:",
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-sonner": "catalog:",
|
||||
"web-haptics": "catalog:",
|
||||
"whatwg-mimetype": "catalog:",
|
||||
"xsschema": "catalog:",
|
||||
"zod": "^4.3.6"
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-toolkit/preload": "^3.0.2",
|
||||
"@electron-toolkit/tsconfig": "^2.0.0",
|
||||
"@electron-toolkit/utils": "^4.0.0",
|
||||
"@electron-toolkit/preload": "catalog:",
|
||||
"@electron-toolkit/tsconfig": "catalog:",
|
||||
"@electron-toolkit/utils": "catalog:",
|
||||
"@electron/notarize": "catalog:",
|
||||
"@iconify-json/carbon": "^1.2.20",
|
||||
"@iconify-json/eos-icons": "^1.2.4",
|
||||
"@iconify-json/lucide": "^1.2.102",
|
||||
"@iconify-json/mingcute": "^1.2.7",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/simple-icons": "^1.2.78",
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/svg-spinners": "^1.2.4",
|
||||
"@iconify-json/vscode-icons": "^1.2.45",
|
||||
"@iconify/utils": "^3.1.0",
|
||||
"@intlify/unplugin-vue-i18n": "^11.0.7",
|
||||
"@iconify-json/carbon": "catalog:",
|
||||
"@iconify-json/eos-icons": "catalog:",
|
||||
"@iconify-json/lucide": "catalog:",
|
||||
"@iconify-json/mingcute": "catalog:",
|
||||
"@iconify-json/ph": "catalog:",
|
||||
"@iconify-json/simple-icons": "catalog:",
|
||||
"@iconify-json/solar": "catalog:",
|
||||
"@iconify-json/svg-spinners": "catalog:",
|
||||
"@iconify-json/vscode-icons": "catalog:",
|
||||
"@iconify/utils": "catalog:",
|
||||
"@intlify/unplugin-vue-i18n": "catalog:",
|
||||
"@modelcontextprotocol/sdk": "catalog:",
|
||||
"@pnpm/find-workspace-dir": "^1000.1.5",
|
||||
"@pnpm/find-workspace-dir": "catalog:",
|
||||
"@proj-airi/electron-eventa": "workspace:^",
|
||||
"@proj-airi/electron-screen-capture": "workspace:^",
|
||||
"@proj-airi/electron-vueuse": "workspace:^",
|
||||
"@proj-airi/iconify-meteocons": "catalog:",
|
||||
"@proj-airi/lobe-icons": "^1.0.19",
|
||||
"@proj-airi/lobe-icons": "catalog:",
|
||||
"@proj-airi/plugin-sdk": "workspace:^",
|
||||
"@proj-airi/server-runtime": "workspace:^",
|
||||
"@proj-airi/stage-shared": "workspace:^",
|
||||
"@proj-airi/ui-transitions": "workspace:^",
|
||||
"@proj-airi/unplugin-fetch": "catalog:",
|
||||
"@proj-airi/unplugin-live2d-sdk": "^0.1.7",
|
||||
"@proj-airi/unplugin-live2d-sdk": "catalog:",
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/culori": "^4.0.1",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/culori": "catalog:",
|
||||
"@types/nprogress": "catalog:",
|
||||
"@types/semver": "catalog:",
|
||||
"@types/splitpanes": "catalog:",
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/three": "catalog:",
|
||||
"@types/whatwg-mimetype": "catalog:",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue-macros/volar": "^3.1.2",
|
||||
"@types/yauzl": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@vue-macros/volar": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"builder-util-runtime": "catalog:",
|
||||
"cac": "^7.0.0",
|
||||
"crossws": "^0.4.5",
|
||||
"csstype": "^3.2.3",
|
||||
"cac": "catalog:",
|
||||
"crossws": "catalog:",
|
||||
"csstype": "catalog:",
|
||||
"drizzle-orm": "catalog:",
|
||||
"electron": "catalog:",
|
||||
"electron-builder": "^26.8.1",
|
||||
"electron-updater": "^6.8.3",
|
||||
"electron-vite": "^5.0.0",
|
||||
"electron-builder": "catalog:",
|
||||
"electron-updater": "catalog:",
|
||||
"electron-vite": "catalog:",
|
||||
"get-port-please": "catalog:",
|
||||
"h3": "2.0.1-rc.20",
|
||||
"less": "^4.6.4",
|
||||
"h3": "catalog:",
|
||||
"less": "catalog:",
|
||||
"mkcert": "catalog:",
|
||||
"std-env": "^4.1.0",
|
||||
"std-env": "catalog:",
|
||||
"superjson": "catalog:",
|
||||
"unocss-preset-scrollbar": "^4.0.0",
|
||||
"unplugin-info": "^1.3.2",
|
||||
"unplugin-yaml": "^4.1.0",
|
||||
"unocss-preset-scrollbar": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"unplugin-yaml": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-bundle-visualizer": "^1.2.1",
|
||||
"vite-bundle-visualizer": "catalog:",
|
||||
"vite-plugin-mkcert": "catalog:",
|
||||
"vite-plugin-vue-devtools": "^8.1.1",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vue-macros": "^3.1.2",
|
||||
"vue-tsc": "^3.2.6",
|
||||
"yaml": "^2.8.3",
|
||||
"yauzl": "^3.3.0"
|
||||
"vite-plugin-vue-devtools": "catalog:",
|
||||
"vite-plugin-vue-layouts": "catalog:",
|
||||
"vue-macros": "catalog:",
|
||||
"vue-tsc": "catalog:",
|
||||
"yaml": "catalog:",
|
||||
"yauzl": "catalog:"
|
||||
},
|
||||
"build": {
|
||||
"appId": "ai.moeru.airi",
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@
|
|||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@date-fns/utc": "^2.1.1",
|
||||
"@date-fns/utc": "catalog:",
|
||||
"@fontsource-variable/nunito": "catalog:",
|
||||
"@formkit/auto-animate": "^0.9.0",
|
||||
"@huggingface/transformers": "^3.8.1",
|
||||
"@formkit/auto-animate": "catalog:",
|
||||
"@huggingface/transformers": "catalog:",
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@pinia/colada": "catalog:",
|
||||
|
|
@ -44,13 +44,13 @@
|
|||
"@proj-airi/stream-kit": "workspace:^",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@proj-airi/ui-transitions": "workspace:^",
|
||||
"@tresjs/cientos": "^5.7.0",
|
||||
"@tresjs/core": "^5.8.0",
|
||||
"@valibot/to-json-schema": "1.0.0-rc.0",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/shared": "^14.2.1",
|
||||
"@tresjs/cientos": "catalog:",
|
||||
"@tresjs/core": "catalog:",
|
||||
"@valibot/to-json-schema": "catalog:",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/shared": "catalog:",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai-transformers/embed": "^0.1.0",
|
||||
"@xsai-transformers/embed": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/model": "catalog:",
|
||||
|
|
@ -59,93 +59,93 @@
|
|||
"@xsai/stream-text": "catalog:",
|
||||
"@xsai/stream-transcription": "catalog:",
|
||||
"@xsai/utils-chat": "catalog:",
|
||||
"animejs": "^4.3.6",
|
||||
"better-auth": "^1.6.5",
|
||||
"colorjs.io": "^0.6.1",
|
||||
"culori": "^4.0.2",
|
||||
"animejs": "catalog:",
|
||||
"better-auth": "catalog:",
|
||||
"colorjs.io": "catalog:",
|
||||
"culori": "catalog:",
|
||||
"d3": "catalog:",
|
||||
"date-fns": "^4.1.0",
|
||||
"dompurify": "^3.4.0",
|
||||
"driver.js": "^1.4.0",
|
||||
"date-fns": "catalog:",
|
||||
"dompurify": "catalog:",
|
||||
"driver.js": "catalog:",
|
||||
"drizzle-orm": "catalog:",
|
||||
"embla-carousel-vue": "catalog:",
|
||||
"gpuu": "^1.0.7",
|
||||
"gpuu": "catalog:",
|
||||
"hono": "catalog:",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jszip": "^3.10.1",
|
||||
"localforage": "^1.10.0",
|
||||
"mediabunny": "^1.40.1",
|
||||
"nanoid": "^5.1.9",
|
||||
"node-vibrant": "^4.0.4",
|
||||
"nprogress": "^0.2.0",
|
||||
"onnxruntime-web": "^1.24.3",
|
||||
"pinia": "^3.0.4",
|
||||
"html2canvas": "catalog:",
|
||||
"jszip": "catalog:",
|
||||
"localforage": "catalog:",
|
||||
"mediabunny": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"node-vibrant": "catalog:",
|
||||
"nprogress": "catalog:",
|
||||
"onnxruntime-web": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"reka-ui": "^2.9.6",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"shiki": "^4.0.2",
|
||||
"rehype-stringify": "catalog:",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"remark-parse": "catalog:",
|
||||
"remark-rehype": "catalog:",
|
||||
"shiki": "catalog:",
|
||||
"splitpanes": "catalog:",
|
||||
"three": "^0.184.0",
|
||||
"unified": "^11.0.5",
|
||||
"three": "catalog:",
|
||||
"unified": "catalog:",
|
||||
"unspeech": "catalog:xsai",
|
||||
"uuid": "^13.0.0",
|
||||
"valibot": "^1.3.1",
|
||||
"vaul-vue": "^0.4.1",
|
||||
"uuid": "catalog:",
|
||||
"valibot": "catalog:valibot-1-3-1",
|
||||
"vaul-vue": "catalog:",
|
||||
"vue": "catalog:",
|
||||
"vue-demi": "^0.14.10",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-sonner": "^2.0.9",
|
||||
"vue-demi": "catalog:",
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-sonner": "catalog:vue-sonner-2-0-9",
|
||||
"web-haptics": "catalog:",
|
||||
"workbox-window": "^7.4.0",
|
||||
"workbox-window": "catalog:",
|
||||
"xsschema": "catalog:",
|
||||
"yauzl": "^3.3.0",
|
||||
"zod": "^4.3.6"
|
||||
"yauzl": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.20",
|
||||
"@iconify-json/eos-icons": "^1.2.4",
|
||||
"@iconify-json/carbon": "catalog:",
|
||||
"@iconify-json/eos-icons": "catalog:",
|
||||
"@iconify-json/logos": "catalog:",
|
||||
"@iconify-json/lucide": "^1.2.102",
|
||||
"@iconify-json/mingcute": "^1.2.7",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/simple-icons": "^1.2.78",
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/svg-spinners": "^1.2.4",
|
||||
"@iconify-json/lucide": "catalog:",
|
||||
"@iconify-json/mingcute": "catalog:",
|
||||
"@iconify-json/ph": "catalog:",
|
||||
"@iconify-json/simple-icons": "catalog:",
|
||||
"@iconify-json/solar": "catalog:",
|
||||
"@iconify-json/svg-spinners": "catalog:",
|
||||
"@iconify-json/tabler": "catalog:",
|
||||
"@iconify-json/vscode-icons": "^1.2.45",
|
||||
"@intlify/unplugin-vue-i18n": "^11.0.7",
|
||||
"@iconify-json/vscode-icons": "catalog:",
|
||||
"@intlify/unplugin-vue-i18n": "catalog:",
|
||||
"@proj-airi/iconify-meteocons": "catalog:",
|
||||
"@proj-airi/lobe-icons": "^1.0.19",
|
||||
"@proj-airi/lobe-icons": "catalog:",
|
||||
"@proj-airi/unplugin-fetch": "catalog:",
|
||||
"@proj-airi/unplugin-live2d-sdk": "^0.1.7",
|
||||
"@shikijs/markdown-it": "^4.0.2",
|
||||
"@proj-airi/unplugin-live2d-sdk": "catalog:",
|
||||
"@shikijs/markdown-it": "catalog:",
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/culori": "^4.0.1",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/culori": "catalog:",
|
||||
"@types/nprogress": "catalog:",
|
||||
"@types/splitpanes": "catalog:",
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue-macros/volar": "^3.1.2",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@types/three": "catalog:",
|
||||
"@types/yauzl": "catalog:",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@vue-macros/volar": "catalog:",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"csstype": "^3.2.3",
|
||||
"hfup": "^1.0.4",
|
||||
"less": "^4.6.4",
|
||||
"unplugin-basemove": "0.0.1",
|
||||
"unplugin-info": "^1.3.2",
|
||||
"unplugin-yaml": "^4.1.0",
|
||||
"csstype": "catalog:",
|
||||
"hfup": "catalog:",
|
||||
"less": "catalog:",
|
||||
"unplugin-basemove": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"unplugin-yaml": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-bundle-visualizer": "^1.2.1",
|
||||
"vite-bundle-visualizer": "catalog:",
|
||||
"vite-plugin-mkcert": "catalog:",
|
||||
"vite-plugin-pwa": "^1.2.0",
|
||||
"vite-plugin-vue-devtools": "^8.1.1",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vue-macros": "^3.1.2",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vite-plugin-pwa": "catalog:",
|
||||
"vite-plugin-vue-devtools": "catalog:",
|
||||
"vite-plugin-vue-layouts": "catalog:",
|
||||
"vue-macros": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@
|
|||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@date-fns/utc": "^2.1.1",
|
||||
"@date-fns/utc": "catalog:",
|
||||
"@fontsource-variable/nunito": "catalog:",
|
||||
"@formkit/auto-animate": "^0.9.0",
|
||||
"@huggingface/transformers": "^3.8.1",
|
||||
"@formkit/auto-animate": "catalog:",
|
||||
"@huggingface/transformers": "catalog:",
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/font-chillroundm": "workspace:^",
|
||||
|
|
@ -31,54 +31,54 @@
|
|||
"@proj-airi/stage-shared": "workspace:^",
|
||||
"@proj-airi/stage-ui": "workspace:^",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/shared": "^14.2.1",
|
||||
"animejs": "^4.3.6",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/shared": "catalog:",
|
||||
"animejs": "catalog:",
|
||||
"better-auth": "catalog:",
|
||||
"colorjs.io": "^0.6.1",
|
||||
"culori": "^4.0.2",
|
||||
"date-fns": "^4.1.0",
|
||||
"nanoid": "^5.1.9",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "^3.0.4",
|
||||
"colorjs.io": "catalog:",
|
||||
"culori": "catalog:",
|
||||
"date-fns": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"nprogress": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"uuid": "^13.0.0",
|
||||
"vaul-vue": "^0.4.1",
|
||||
"uuid": "catalog:",
|
||||
"vaul-vue": "catalog:",
|
||||
"vue": "catalog:",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-sonner": "^2.0.9"
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-sonner": "catalog:vue-sonner-2-0-9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.20",
|
||||
"@iconify-json/eos-icons": "^1.2.4",
|
||||
"@iconify-json/carbon": "catalog:",
|
||||
"@iconify-json/eos-icons": "catalog:",
|
||||
"@iconify-json/logos": "catalog:",
|
||||
"@iconify-json/lucide": "^1.2.102",
|
||||
"@iconify-json/mingcute": "^1.2.7",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/simple-icons": "^1.2.78",
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/svg-spinners": "^1.2.4",
|
||||
"@iconify-json/lucide": "catalog:",
|
||||
"@iconify-json/mingcute": "catalog:",
|
||||
"@iconify-json/ph": "catalog:",
|
||||
"@iconify-json/simple-icons": "catalog:",
|
||||
"@iconify-json/solar": "catalog:",
|
||||
"@iconify-json/svg-spinners": "catalog:",
|
||||
"@iconify-json/tabler": "catalog:",
|
||||
"@iconify-json/vscode-icons": "^1.2.45",
|
||||
"@intlify/unplugin-vue-i18n": "^11.0.7",
|
||||
"@iconify-json/vscode-icons": "catalog:",
|
||||
"@intlify/unplugin-vue-i18n": "catalog:",
|
||||
"@proj-airi/iconify-meteocons": "catalog:",
|
||||
"@proj-airi/lobe-icons": "^1.0.19",
|
||||
"@shikijs/markdown-it": "^4.0.2",
|
||||
"@types/culori": "^4.0.1",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@proj-airi/lobe-icons": "catalog:",
|
||||
"@shikijs/markdown-it": "catalog:",
|
||||
"@types/culori": "catalog:",
|
||||
"@types/nprogress": "catalog:",
|
||||
"@types/splitpanes": "catalog:",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue-macros/volar": "^3.1.2",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@vue-macros/volar": "catalog:",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"unplugin-info": "^1.3.2",
|
||||
"unplugin-yaml": "^4.1.0",
|
||||
"unplugin-info": "catalog:",
|
||||
"unplugin-yaml": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-plugin-vue-devtools": "^8.1.1",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vue-macros": "^3.1.2",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vite-plugin-vue-devtools": "catalog:",
|
||||
"vite-plugin-vue-layouts": "catalog:",
|
||||
"vue-macros": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,55 +12,55 @@
|
|||
"contributors": "tsx scripts/update-contributors.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/comfortaa": "^5.2.8",
|
||||
"@fontsource-variable/dm-sans": "^5.2.8",
|
||||
"@fontsource-variable/quicksand": "^5.2.10",
|
||||
"@fontsource/dm-mono": "^5.2.7",
|
||||
"@fontsource/dm-serif-display": "^5.2.8",
|
||||
"@fontsource-variable/comfortaa": "catalog:",
|
||||
"@fontsource-variable/dm-sans": "catalog:",
|
||||
"@fontsource-variable/quicksand": "catalog:",
|
||||
"@fontsource/dm-mono": "catalog:",
|
||||
"@fontsource/dm-serif-display": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/chromatic": "^1.1.1",
|
||||
"@proj-airi/chromatic": "catalog:",
|
||||
"@proj-airi/i18n": "workspace:^",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"colorjs.io": "^0.6.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"colorjs.io": "catalog:",
|
||||
"date-fns": "catalog:",
|
||||
"embla-carousel-vue": "catalog:",
|
||||
"mark.js": "^8.11.1",
|
||||
"motion-v": "^2.2.1",
|
||||
"pathe": "^2.0.3",
|
||||
"mark.js": "catalog:",
|
||||
"motion-v": "catalog:",
|
||||
"pathe": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"reka-ui": "^2.9.6",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"vue": "catalog:",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-sonner": "^2.0.9"
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-sonner": "catalog:vue-sonner-2-0-9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/lucide": "^1.2.102",
|
||||
"@iconify-json/mingcute": "^1.2.7",
|
||||
"@iconify-json/twemoji": "^1.2.5",
|
||||
"@iconify/vue": "^5.0.0",
|
||||
"@intlify/unplugin-vue-i18n": "^11.0.7",
|
||||
"@mdit/plugin-footnote": "^0.23.2",
|
||||
"@mdit/plugin-tasklist": "^0.23.2",
|
||||
"@napi-rs/image": "^1.12.0",
|
||||
"@iconify-json/lucide": "catalog:",
|
||||
"@iconify-json/mingcute": "catalog:",
|
||||
"@iconify-json/twemoji": "catalog:",
|
||||
"@iconify/vue": "catalog:",
|
||||
"@intlify/unplugin-vue-i18n": "catalog:",
|
||||
"@mdit/plugin-footnote": "catalog:",
|
||||
"@mdit/plugin-tasklist": "catalog:",
|
||||
"@napi-rs/image": "catalog:",
|
||||
"@proj-airi/stage-ui": "workspace:^",
|
||||
"@radix-ui/colors": "^3.0.0",
|
||||
"@radix-ui/colors": "catalog:",
|
||||
"@takumi-rs/image-response": "catalog:",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vue/tsconfig": "^0.9.1",
|
||||
"animejs": "^4.3.6",
|
||||
"gray-matter": "^4.0.3",
|
||||
"markdown-it": "^14.1.1",
|
||||
"markdown-it-anchor": "^9.2.0",
|
||||
"minisearch": "^7.2.0",
|
||||
"postcss": "^8.5.10",
|
||||
"shiki": "^4.0.2",
|
||||
"tinyglobby": "^0.2.16",
|
||||
"tsx": "^4.21.0",
|
||||
"uncrypto": "^0.1.3",
|
||||
"unplugin-yaml": "^4.1.0",
|
||||
"vitepress": "2.0.0-alpha.17",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"@types/hast": "catalog:",
|
||||
"@types/markdown-it": "catalog:",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vue/tsconfig": "catalog:",
|
||||
"animejs": "catalog:",
|
||||
"gray-matter": "catalog:",
|
||||
"markdown-it": "catalog:",
|
||||
"markdown-it-anchor": "catalog:",
|
||||
"minisearch": "catalog:",
|
||||
"postcss": "catalog:",
|
||||
"shiki": "catalog:",
|
||||
"tinyglobby": "catalog:",
|
||||
"tsx": "catalog:",
|
||||
"uncrypto": "catalog:",
|
||||
"unplugin-yaml": "catalog:",
|
||||
"vitepress": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,11 +71,11 @@
|
|||
"@guiiai/logg": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/server-sdk": "workspace:*",
|
||||
"@types/vscode": "^1.116.0",
|
||||
"@types/vscode": "catalog:",
|
||||
"es-toolkit": "catalog:",
|
||||
"injeca": "catalog:",
|
||||
"nanoid": "catalog:",
|
||||
"tinyexec": "^1.1.1",
|
||||
"vscode-ext-gen": "^1.6.0"
|
||||
"tinyexec": "catalog:",
|
||||
"vscode-ext-gen": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
66
package.json
66
package.json
|
|
@ -50,50 +50,50 @@
|
|||
"knip": "knip"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^8.2.0",
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@electron-toolkit/eslint-config-ts": "^3.1.0",
|
||||
"@iconify/utils": "^3.1.0",
|
||||
"@antfu/eslint-config": "catalog:",
|
||||
"@arethetypeswrong/core": "catalog:",
|
||||
"@electron-toolkit/eslint-config-ts": "catalog:",
|
||||
"@iconify/utils": "catalog:",
|
||||
"@moeru/eslint-config": "catalog:",
|
||||
"@proj-airi/unocss-preset-chromatic": "^1.1.1",
|
||||
"@types/node": "^24.12.2",
|
||||
"@unocss/eslint-config": "^66.6.8",
|
||||
"@unocss/eslint-plugin": "^66.6.8",
|
||||
"@unocss/preset-mini": "^66.6.8",
|
||||
"@unocss/preset-web-fonts": "^66.6.8",
|
||||
"@proj-airi/unocss-preset-chromatic": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@unocss/eslint-config": "catalog:",
|
||||
"@unocss/eslint-plugin": "catalog:",
|
||||
"@unocss/preset-mini": "catalog:",
|
||||
"@unocss/preset-web-fonts": "catalog:",
|
||||
"@vitest/browser-playwright": "catalog:vitest",
|
||||
"@vitest/coverage-v8": "catalog:vitest",
|
||||
"bumpp": "^11.0.1",
|
||||
"eslint": "^10.2.1",
|
||||
"eslint-plugin-oxlint": "^1.60.0",
|
||||
"bumpp": "catalog:",
|
||||
"eslint": "catalog:",
|
||||
"eslint-plugin-oxlint": "catalog:",
|
||||
"knip": "catalog:",
|
||||
"nano-staged": "catalog:",
|
||||
"oxc-minify": "catalog:",
|
||||
"oxlint": "^1.60.0",
|
||||
"playwright": "^1.60.0",
|
||||
"oxlint": "catalog:",
|
||||
"playwright": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"publint": "^0.3.18",
|
||||
"rollup": "^4.60.1",
|
||||
"simple-git-hooks": "^2.13.1",
|
||||
"sponsorkit": "^17.1.0",
|
||||
"sponsors-svg": "^0.3.0",
|
||||
"taze": "^19.11.0",
|
||||
"tinyexec": "^1.1.1",
|
||||
"publint": "catalog:",
|
||||
"rollup": "catalog:",
|
||||
"simple-git-hooks": "catalog:",
|
||||
"sponsorkit": "catalog:",
|
||||
"sponsors-svg": "catalog:",
|
||||
"taze": "catalog:",
|
||||
"tinyexec": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"tsx": "^4.21.0",
|
||||
"turbo": "^2.9.6",
|
||||
"typescript": "^5.9.3",
|
||||
"uncrypto": "^0.1.3",
|
||||
"unocss": "^66.6.8",
|
||||
"unocss-preset-scrollbar": "^4.0.0",
|
||||
"unplugin-lightningcss": "^0.4.5",
|
||||
"unplugin-raw": "^0.7.0",
|
||||
"unplugin-unused": "^0.5.7",
|
||||
"vite": "^8.0.8",
|
||||
"tsx": "catalog:",
|
||||
"turbo": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"uncrypto": "catalog:",
|
||||
"unocss": "catalog:",
|
||||
"unocss-preset-scrollbar": "catalog:",
|
||||
"unplugin-lightningcss": "catalog:",
|
||||
"unplugin-raw": "catalog:",
|
||||
"unplugin-unused": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-plugin-inspect": "catalog:",
|
||||
"vitest": "catalog:vitest",
|
||||
"vitest-browser-vue": "catalog:",
|
||||
"yaml": "^2.8.3"
|
||||
"yaml": "catalog:"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/**",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": ">=3"
|
||||
"vue": "catalog:vue-gte-3"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"vue": {
|
||||
|
|
@ -53,10 +53,10 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@alexanderolsen/libsamplerate-js": "^2.1.2",
|
||||
"@alexanderolsen/libsamplerate-js": "catalog:",
|
||||
"@moeru/std": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/audioworklet": "^0.0.97"
|
||||
"@types/audioworklet": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,11 +36,11 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@capacitor/cli": "^8.0.0",
|
||||
"vite": "^7.0.0 || ^8.0.0-beta.0"
|
||||
"@capacitor/cli": "catalog:capacitor-cli-8-0-0",
|
||||
"vite": "catalog:vite-7-0-0-or-8-0-0-beta-0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cac": "^7.0.0",
|
||||
"tinyexec": "^1.1.1"
|
||||
"cac": "catalog:",
|
||||
"tinyexec": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
"lint:fix": "eslint --fix ."
|
||||
},
|
||||
"dependencies": {
|
||||
"meta-png": "^1.0.6"
|
||||
"meta-png": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,19 +51,19 @@
|
|||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/stream-text": "catalog:",
|
||||
"@xsai/tool": "catalog:",
|
||||
"nanoid": "^5.1.9",
|
||||
"rehype-parse": "^9.0.1",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-visit": "^5.1.0",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"rehype-parse": "catalog:",
|
||||
"rehype-stringify": "catalog:",
|
||||
"unified": "catalog:",
|
||||
"unist-util-visit": "catalog:",
|
||||
"vieval": "catalog:",
|
||||
"xsschema": "catalog:",
|
||||
"zod": "^4.3.6"
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/hast": "catalog:",
|
||||
"@types/unist": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"dependencies": {
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/stream-kit": "workspace:^",
|
||||
"clustr": "^1.0.2"
|
||||
"clustr": "catalog:"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"electron": ">=39 <41"
|
||||
"electron": "catalog:electron-gte-39-lt-41"
|
||||
},
|
||||
"dependencies": {
|
||||
"@moeru/eventa": "catalog:",
|
||||
|
|
|
|||
|
|
@ -34,9 +34,9 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@guiiai/logg": ">=1 <2",
|
||||
"electron": ">=40 <42",
|
||||
"vue": ">=3"
|
||||
"@guiiai/logg": "catalog:guiiai-logg-gte-1-lt-2",
|
||||
"electron": "catalog:electron-gte-40-lt-42",
|
||||
"vue": "catalog:vue-gte-3"
|
||||
},
|
||||
"dependencies": {
|
||||
"std-env": "catalog:"
|
||||
|
|
@ -51,7 +51,6 @@
|
|||
},
|
||||
"inlinedDependencies": {
|
||||
"@electron-toolkit/preload": "3.0.2",
|
||||
"@moeru/eventa": "1.0.0-beta.5",
|
||||
"async-mutex": "0.5.0",
|
||||
"nanoid": [
|
||||
"5.1.11",
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"electron": ">=39 <41",
|
||||
"vue": ">=3"
|
||||
"electron": "catalog:electron-gte-39-lt-41",
|
||||
"vue": "catalog:vue-gte-3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@moeru/eventa": "catalog:",
|
||||
|
|
|
|||
|
|
@ -64,6 +64,6 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"unplugin-yaml": "^4.1.0"
|
||||
"unplugin-yaml": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@
|
|||
"@guiiai/logg": "catalog:",
|
||||
"@proj-airi/server-sdk": "workspace:^",
|
||||
"drizzle-orm": "catalog:",
|
||||
"postgres": "^3.4.9"
|
||||
"postgres": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsx": "^4.21.0"
|
||||
"tsx": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
"./shared/wlipsync/profile.json": "./src/shared/wlipsync/profile.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"wlipsync": "^1.3.0"
|
||||
"wlipsync": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,14 +23,14 @@
|
|||
"postinstall": "tsx ./tasks/prepare-tasks.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mediapipe/tasks-vision": "^0.10.34",
|
||||
"@mediapipe/tasks-vision": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@pixiv/three-vrm": "^3.5.2",
|
||||
"@pixiv/three-vrm": "catalog:",
|
||||
"es-toolkit": "catalog:",
|
||||
"three": "^0.184.0"
|
||||
"three": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/three": "catalog:",
|
||||
"ofetch": "catalog:",
|
||||
"tsx": "catalog:"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
"dependencies": {
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"clustr": "^1.0.2"
|
||||
"clustr": "catalog:"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@
|
|||
"@proj-airi/plugin-protocol": "workspace:*",
|
||||
"@proj-airi/server-shared": "workspace:*",
|
||||
"nanoid": "catalog:",
|
||||
"valibot": "^1.3.1",
|
||||
"xstate": "^5.30.0"
|
||||
"valibot": "catalog:valibot-1-3-1",
|
||||
"xstate": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"es-toolkit": "catalog:"
|
||||
|
|
|
|||
|
|
@ -23,12 +23,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@moeru/std": "catalog:",
|
||||
"@napi-rs/image": "^1.12.0",
|
||||
"@napi-rs/image": "catalog:",
|
||||
"@proj-airi/vishot-runner-browser": "workspace:^",
|
||||
"@proj-airi/vishot-runtime": "workspace:^",
|
||||
"@vueuse/core": "catalog:",
|
||||
"date-fns": "catalog:",
|
||||
"reka-ui": "^2.9.6",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"vue": "catalog:",
|
||||
"vue-router": "catalog:"
|
||||
},
|
||||
|
|
@ -37,9 +37,9 @@
|
|||
"@iconify-json/material-symbols": "catalog:",
|
||||
"@iconify-json/mdi": "catalog:",
|
||||
"@iconify-json/ph": "catalog:",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"unplugin-vue-router": "^0.19.2",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"unplugin-vue-router": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@
|
|||
"@guiiai/logg": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/server-shared": "workspace:^",
|
||||
"crossws": "^0.4.5",
|
||||
"h3": "2.0.1-rc.20",
|
||||
"crossws": "catalog:",
|
||||
"h3": "catalog:",
|
||||
"nanoid": "catalog:",
|
||||
"srvx": "^0.11.15",
|
||||
"srvx": "catalog:",
|
||||
"superjson": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"dependencies": {
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/server-shared": "workspace:^",
|
||||
"crossws": "^0.4.5",
|
||||
"crossws": "catalog:",
|
||||
"superjson": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,36 +37,36 @@
|
|||
"@proj-airi/stage-ui": "workspace:*",
|
||||
"@proj-airi/stage-ui-three": "workspace:*",
|
||||
"@proj-airi/ui": "workspace:*",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/shared": "^14.2.1",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/shared": "catalog:",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/stream-transcription": "catalog:",
|
||||
"animejs": "^4.3.6",
|
||||
"colorjs.io": "^0.6.1",
|
||||
"dompurify": "^3.4.0",
|
||||
"localforage": "^1.10.0",
|
||||
"nanoid": "^5.1.9",
|
||||
"node-vibrant": "^4.0.4",
|
||||
"pinia": "^3.0.4",
|
||||
"animejs": "catalog:",
|
||||
"colorjs.io": "catalog:",
|
||||
"dompurify": "catalog:",
|
||||
"localforage": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"node-vibrant": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"reka-ui": "^2.9.6",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"unspeech": "catalog:xsai",
|
||||
"vue": "catalog:",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-sonner": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nekopaw/tempora": "catalog:",
|
||||
"@proj-airi/stage-shared": "workspace:^",
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/three": "catalog:",
|
||||
"@vue/test-utils": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"jsdom": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"vitest": "catalog:vitest",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,25 +33,25 @@
|
|||
"@proj-airi/stage-ui-three": "workspace:*",
|
||||
"@proj-airi/ui": "workspace:*",
|
||||
"@shopify/draggable": "catalog:",
|
||||
"@stdlib/string-base-kebabcase": "^0.2.3",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/shared": "^14.2.1",
|
||||
"@stdlib/string-base-kebabcase": "catalog:",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/shared": "catalog:",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/stream-transcription": "catalog:",
|
||||
"animejs": "^4.3.6",
|
||||
"animejs": "catalog:",
|
||||
"d3": "catalog:",
|
||||
"dompurify": "^3.4.0",
|
||||
"nanoid": "^5.1.9",
|
||||
"node-vibrant": "^4.0.4",
|
||||
"pinia": "^3.0.4",
|
||||
"dompurify": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"node-vibrant": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"reka-ui": "^2.9.6",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"splitpanes": "catalog:",
|
||||
"unspeech": "catalog:xsai",
|
||||
"vue": "catalog:",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-sonner": "catalog:",
|
||||
"xsschema": "catalog:",
|
||||
"zod": "catalog:"
|
||||
|
|
@ -61,9 +61,9 @@
|
|||
"@proj-airi/stage-shared": "workspace:^",
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/splitpanes": "catalog:",
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/three": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,13 +31,13 @@
|
|||
"dependencies": {
|
||||
"@moeru/std": "catalog:",
|
||||
"@vueuse/core": "catalog:",
|
||||
"gpuu": "^1.0.7",
|
||||
"gpuu": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"valibot": "catalog:",
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-toolkit/preload": "^3.0.2",
|
||||
"@electron-toolkit/preload": "catalog:",
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@nekopaw/tempora": "catalog:",
|
||||
"@proj-airi/electron-screen-capture": "workspace:^",
|
||||
|
|
|
|||
|
|
@ -36,39 +36,39 @@
|
|||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lemonneko/crop-empty-pixels": "0.1.1",
|
||||
"@pixi/app": "^6.5.10",
|
||||
"@pixi/constants": "^6.5.10",
|
||||
"@pixi/core": "^6.5.10",
|
||||
"@pixi/display": "^6.5.10",
|
||||
"@pixi/extensions": "^6.5.10",
|
||||
"@pixi/interaction": "^6.5.10",
|
||||
"@pixi/loaders": "^6.5.10",
|
||||
"@pixi/math": "^6.5.10",
|
||||
"@pixi/runner": "^6.5.10",
|
||||
"@pixi/settings": "^6.5.10",
|
||||
"@pixi/sprite": "^6.5.10",
|
||||
"@pixi/ticker": "^6.5.10",
|
||||
"@pixi/utils": "^6.5.10",
|
||||
"@lemonneko/crop-empty-pixels": "catalog:",
|
||||
"@pixi/app": "catalog:",
|
||||
"@pixi/constants": "catalog:",
|
||||
"@pixi/core": "catalog:",
|
||||
"@pixi/display": "catalog:",
|
||||
"@pixi/extensions": "catalog:",
|
||||
"@pixi/interaction": "catalog:",
|
||||
"@pixi/loaders": "catalog:",
|
||||
"@pixi/math": "catalog:",
|
||||
"@pixi/runner": "catalog:",
|
||||
"@pixi/settings": "catalog:",
|
||||
"@pixi/sprite": "catalog:",
|
||||
"@pixi/ticker": "catalog:",
|
||||
"@pixi/utils": "catalog:",
|
||||
"@proj-airi/stage-shared": "workspace:^",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@xsai/tool": "catalog:",
|
||||
"animejs": "^4.3.6",
|
||||
"culori": "^4.0.2",
|
||||
"animejs": "catalog:",
|
||||
"culori": "catalog:",
|
||||
"es-toolkit": "catalog:",
|
||||
"jszip": "^3.10.1",
|
||||
"pinia": "^3.0.4",
|
||||
"pixi-filters": "^4.2.0",
|
||||
"pixi-live2d-display": "^0.4.0",
|
||||
"three": "^0.184.0",
|
||||
"jszip": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"pixi-filters": "catalog:",
|
||||
"pixi-live2d-display": "catalog:",
|
||||
"three": "catalog:",
|
||||
"vue": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/culori": "^4.0.1",
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/culori": "catalog:",
|
||||
"@types/three": "catalog:",
|
||||
"vitest": "catalog:vitest",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,21 +33,21 @@
|
|||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-webgl": "~4.2.0",
|
||||
"@esotericsoftware/spine-webgl-4-0": "npm:@esotericsoftware/spine-webgl@~4.0.31",
|
||||
"@esotericsoftware/spine-webgl-4-1": "npm:@esotericsoftware/spine-webgl@~4.1.56",
|
||||
"@esotericsoftware/spine-webgl": "catalog:",
|
||||
"@esotericsoftware/spine-webgl-4-0": "catalog:",
|
||||
"@esotericsoftware/spine-webgl-4-1": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/stage-shared": "workspace:^",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@xsai/tool": "catalog:",
|
||||
"es-toolkit": "catalog:",
|
||||
"jszip": "^3.10.1",
|
||||
"pinia": "^3.0.4",
|
||||
"jszip": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"vue": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,27 +26,27 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@pixiv/three-vrm": "^3.5.2",
|
||||
"@pixiv/three-vrm-animation": "^3.5.2",
|
||||
"@pixiv/three-vrm-core": "^3.5.2",
|
||||
"@pixiv/three-vrm": "catalog:",
|
||||
"@pixiv/three-vrm-animation": "catalog:",
|
||||
"@pixiv/three-vrm-core": "catalog:",
|
||||
"@proj-airi/stage-shared": "workspace:*",
|
||||
"@proj-airi/ui": "workspace:*",
|
||||
"@tresjs/cientos": "^5.7.0",
|
||||
"@tresjs/core": "^5.8.0",
|
||||
"@tresjs/post-processing": "^3.7.1",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"culori": "^4.0.2",
|
||||
"@tresjs/cientos": "catalog:",
|
||||
"@tresjs/core": "catalog:",
|
||||
"@tresjs/post-processing": "catalog:",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"culori": "catalog:",
|
||||
"es-toolkit": "catalog:",
|
||||
"pinia": "^3.0.4",
|
||||
"postprocessing": "^6.39.1",
|
||||
"three": "^0.184.0",
|
||||
"pinia": "catalog:",
|
||||
"postprocessing": "catalog:",
|
||||
"three": "catalog:",
|
||||
"vue": "catalog:",
|
||||
"wlipsync": "^1.3.0"
|
||||
"wlipsync": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/culori": "^4.0.1",
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/culori": "catalog:",
|
||||
"@types/three": "catalog:",
|
||||
"vitest": "catalog:vitest",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,18 +62,18 @@
|
|||
"test:run": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@date-fns/utc": "^2.1.1",
|
||||
"@formkit/auto-animate": "^0.9.0",
|
||||
"@huggingface/transformers": "^3.8.1",
|
||||
"@date-fns/utc": "catalog:",
|
||||
"@formkit/auto-animate": "catalog:",
|
||||
"@huggingface/transformers": "catalog:",
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@opentelemetry/api": "^1.9.1",
|
||||
"@opentelemetry/core": "^2.7.0",
|
||||
"@opentelemetry/sdk-trace-base": "^2.7.0",
|
||||
"@opentelemetry/api": "catalog:",
|
||||
"@opentelemetry/core": "catalog:",
|
||||
"@opentelemetry/sdk-trace-base": "catalog:",
|
||||
"@pinia/colada": "catalog:",
|
||||
"@proj-airi/audio": "workspace:^",
|
||||
"@proj-airi/ccc": "workspace:^",
|
||||
"@proj-airi/chromatic": "^1.1.1",
|
||||
"@proj-airi/chromatic": "catalog:",
|
||||
"@proj-airi/core-agent": "workspace:^",
|
||||
"@proj-airi/core-character": "workspace:^",
|
||||
"@proj-airi/drizzle-duckdb-wasm": "catalog:",
|
||||
|
|
@ -90,15 +90,15 @@
|
|||
"@proj-airi/stage-ui-spine": "workspace:^",
|
||||
"@proj-airi/stage-ui-three": "workspace:^",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@ricky0123/vad-web": "^0.0.30",
|
||||
"@shikijs/rehype": "^4.0.2",
|
||||
"@ricky0123/vad-web": "catalog:",
|
||||
"@shikijs/rehype": "catalog:",
|
||||
"@shopify/draggable": "catalog:",
|
||||
"@vueuse/core": "catalog:",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@vueuse/shared": "^14.2.1",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"@vueuse/shared": "catalog:",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai-transformers/embed": "^0.1.0",
|
||||
"@xsai-transformers/shared": "^0.1.0",
|
||||
"@xsai-transformers/embed": "catalog:",
|
||||
"@xsai-transformers/shared": "catalog:",
|
||||
"@xsai/embed": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
|
|
@ -110,101 +110,101 @@
|
|||
"@xsai/stream-transcription": "catalog:",
|
||||
"@xsai/tool": "catalog:",
|
||||
"@xsai/utils-chat": "catalog:",
|
||||
"animejs": "^4.3.6",
|
||||
"animejs": "catalog:",
|
||||
"async-mutex": "catalog:",
|
||||
"better-auth": "catalog:",
|
||||
"culori": "^4.0.2",
|
||||
"culori": "catalog:",
|
||||
"d3": "catalog:",
|
||||
"date-fns": "^4.1.0",
|
||||
"dompurify": "^3.4.0",
|
||||
"embla-carousel-autoplay": "9.0.0-rc01",
|
||||
"date-fns": "catalog:",
|
||||
"dompurify": "catalog:",
|
||||
"embla-carousel-autoplay": "catalog:",
|
||||
"embla-carousel-vue": "catalog:",
|
||||
"es-toolkit": "catalog:",
|
||||
"gpuu": "^1.0.7",
|
||||
"gpuu": "catalog:",
|
||||
"hono": "catalog:",
|
||||
"html2canvas": "^1.4.1",
|
||||
"html2canvas": "catalog:",
|
||||
"idb-keyval": "catalog:",
|
||||
"kokoro-js": "^1.2.1",
|
||||
"localforage": "^1.10.0",
|
||||
"mediabunny": "^1.40.1",
|
||||
"nanoid": "^5.1.9",
|
||||
"node-vibrant": "^4.0.4",
|
||||
"ofetch": "^1.5.1",
|
||||
"kokoro-js": "catalog:",
|
||||
"localforage": "catalog:",
|
||||
"mediabunny": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"node-vibrant": "catalog:",
|
||||
"ofetch": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"rehype-parse": "^9.0.1",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"reka-ui": "^2.9.6",
|
||||
"remark-math": "^6.0.0",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"shiki": "^4.0.2",
|
||||
"rehype-katex": "catalog:",
|
||||
"rehype-parse": "catalog:",
|
||||
"rehype-stringify": "catalog:",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"remark-math": "catalog:",
|
||||
"remark-parse": "catalog:",
|
||||
"remark-rehype": "catalog:",
|
||||
"shiki": "catalog:",
|
||||
"splitpanes": "catalog:",
|
||||
"unified": "^11.0.5",
|
||||
"unist-builder": "^4.0.0",
|
||||
"unist-util-visit": "^5.1.0",
|
||||
"unified": "catalog:",
|
||||
"unist-builder": "catalog:",
|
||||
"unist-util-visit": "catalog:",
|
||||
"unspeech": "catalog:xsai",
|
||||
"unstorage": "catalog:",
|
||||
"uuid": "^13.0.0",
|
||||
"uuid": "catalog:",
|
||||
"valibot": "catalog:",
|
||||
"vaul-vue": "^0.4.1",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-sonner": "^2.0.9",
|
||||
"vaul-vue": "catalog:",
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-sonner": "catalog:vue-sonner-2-0-9",
|
||||
"web-haptics": "catalog:",
|
||||
"xast-util-to-xml": "^4.0.0",
|
||||
"xastscript": "^4.0.0",
|
||||
"xast-util-to-xml": "catalog:",
|
||||
"xastscript": "catalog:",
|
||||
"xsschema": "catalog:",
|
||||
"zod": "^4.3.6"
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fontsource-variable/comfortaa": "^5.2.8",
|
||||
"@fontsource-variable/dm-sans": "^5.2.8",
|
||||
"@fontsource-variable/jura": "^5.2.7",
|
||||
"@fontsource-variable/comfortaa": "catalog:",
|
||||
"@fontsource-variable/dm-sans": "catalog:",
|
||||
"@fontsource-variable/jura": "catalog:",
|
||||
"@fontsource-variable/nunito": "catalog:",
|
||||
"@fontsource-variable/quicksand": "^5.2.10",
|
||||
"@fontsource-variable/urbanist": "^5.2.7",
|
||||
"@fontsource/dm-mono": "^5.2.7",
|
||||
"@fontsource/dm-serif-display": "^5.2.8",
|
||||
"@fontsource/gugi": "^5.2.7",
|
||||
"@fontsource/kiwi-maru": "^5.2.8",
|
||||
"@fontsource/m-plus-rounded-1c": "^5.2.10",
|
||||
"@fontsource-variable/quicksand": "catalog:",
|
||||
"@fontsource-variable/urbanist": "catalog:",
|
||||
"@fontsource/dm-mono": "catalog:",
|
||||
"@fontsource/dm-serif-display": "catalog:",
|
||||
"@fontsource/gugi": "catalog:",
|
||||
"@fontsource/kiwi-maru": "catalog:",
|
||||
"@fontsource/m-plus-rounded-1c": "catalog:",
|
||||
"@histoire/plugin-vue": "catalog:",
|
||||
"@iconify-json/carbon": "^1.2.20",
|
||||
"@iconify-json/eos-icons": "^1.2.4",
|
||||
"@iconify-json/lucide": "^1.2.102",
|
||||
"@iconify-json/mingcute": "^1.2.7",
|
||||
"@iconify-json/simple-icons": "^1.2.78",
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/svg-spinners": "^1.2.4",
|
||||
"@iconify-json/vscode-icons": "^1.2.45",
|
||||
"@iconify-json/carbon": "catalog:",
|
||||
"@iconify-json/eos-icons": "catalog:",
|
||||
"@iconify-json/lucide": "catalog:",
|
||||
"@iconify-json/mingcute": "catalog:",
|
||||
"@iconify-json/simple-icons": "catalog:",
|
||||
"@iconify-json/solar": "catalog:",
|
||||
"@iconify-json/svg-spinners": "catalog:",
|
||||
"@iconify-json/vscode-icons": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@pinia/testing": "catalog:",
|
||||
"@proj-airi/lobe-icons": "^1.0.19",
|
||||
"@proj-airi/lobe-icons": "catalog:",
|
||||
"@proj-airi/stream-kit": "workspace:*",
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/culori": "^4.0.1",
|
||||
"@types/culori": "catalog:",
|
||||
"@types/d3": "catalog:",
|
||||
"@types/hast": "catalog:",
|
||||
"@types/splitpanes": "catalog:",
|
||||
"@types/unist": "catalog:",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@types/ws": "catalog:",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"clustr": "^1.0.2",
|
||||
"csstype": "^3.2.3",
|
||||
"clustr": "catalog:",
|
||||
"csstype": "catalog:",
|
||||
"histoire": "catalog:",
|
||||
"is-network-error": "catalog:",
|
||||
"unocss": "^66.6.8",
|
||||
"unplugin-basemove": "0.0.1",
|
||||
"unocss": "catalog:",
|
||||
"unplugin-basemove": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"unplugin-yaml": "^4.1.0",
|
||||
"vite": "^6.4.2",
|
||||
"unplugin-yaml": "catalog:",
|
||||
"vite": "catalog:vite-6-4-2",
|
||||
"vitest-browser-vue": "catalog:",
|
||||
"vue": "catalog:",
|
||||
"vue-tsc": "^3.2.6",
|
||||
"vue-tsc": "catalog:",
|
||||
"ws": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,18 +28,18 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@proj-airi/font-departure-mono": "workspace:^",
|
||||
"@rive-app/canvas-lite": "^2.37.2",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@rive-app/canvas-lite": "catalog:",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-plugin-vue-devtools": "^8.1.1",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vite-plugin-vue-devtools": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,16 +27,16 @@
|
|||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vite-plugin-vue-devtools": "^8.1.1",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vite-plugin-vue-devtools": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,13 +27,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@moeru/std": "catalog:",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"floating-vue": "^5.2.2",
|
||||
"reka-ui": "^2.9.6",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"floating-vue": "catalog:",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue-macros/volar": "3.0.0-beta.8",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"@vue-macros/volar": "catalog:vue-macros-volar-3-0-0-beta-8",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
"build": "tsdown"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@unocss/core": ">=66",
|
||||
"@unocss/preset-web-fonts": ">=66"
|
||||
"@unocss/core": "catalog:",
|
||||
"@unocss/preset-web-fonts": "catalog:unocss-preset-web-fonts-gte-66"
|
||||
},
|
||||
"dependencies": {
|
||||
"@proj-airi/font-cjkfonts-allseto": "workspace:^",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@
|
|||
"devDependencies": {
|
||||
"@moeru/std": "catalog:",
|
||||
"meow": "catalog:",
|
||||
"playwright": "^1.60.0"
|
||||
"playwright": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,6 @@
|
|||
"@moeru/std": "catalog:",
|
||||
"@napi-rs/image": "catalog:",
|
||||
"meow": "catalog:",
|
||||
"playwright": "^1.60.0"
|
||||
"playwright": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,12 +29,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "catalog:",
|
||||
"reka-ui": "^2.9.6",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"vue": "catalog:",
|
||||
"vue-router": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@laplace.live/event-bridge-sdk": "^1.0.22",
|
||||
"@laplace.live/event-types": "^2.0.14",
|
||||
"@laplace.live/event-bridge-sdk": "catalog:",
|
||||
"@laplace.live/event-types": "catalog:",
|
||||
"@proj-airi/server-sdk": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@
|
|||
"dependencies": {
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@proj-airi/server-sdk": "workspace:*",
|
||||
"cac": "^7.0.0",
|
||||
"debug": "^4.4.3",
|
||||
"destr": "^2.0.5",
|
||||
"cac": "catalog:",
|
||||
"debug": "catalog:",
|
||||
"destr": "catalog:",
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@anthropic-ai/claude-code": "^2.1.114",
|
||||
"tsx": "^4.21.0",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"@anthropic-ai/claude-code": "catalog:",
|
||||
"tsx": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"@proj-airi/plugin-protocol": "workspace:*",
|
||||
"@proj-airi/plugin-sdk-tamagotchi": "workspace:*",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"animejs": "^4.3.6",
|
||||
"animejs": "catalog:",
|
||||
"chess.js": "catalog:",
|
||||
"reka-ui": "catalog:",
|
||||
"stockfish": "catalog:",
|
||||
|
|
@ -27,15 +27,15 @@
|
|||
"@proj-airi/core-agent": "workspace:^",
|
||||
"@proj-airi/plugin-sdk": "workspace:*",
|
||||
"@proj-airi/stage-ui": "workspace:^",
|
||||
"@proj-airi/unocss-preset-chromatic": "^1.0.2",
|
||||
"@unocss/reset": "^66.6.7",
|
||||
"@vitejs/plugin-vue": "^6.0.5",
|
||||
"@proj-airi/unocss-preset-chromatic": "catalog:proj-airi-unocss-preset-chromatic-1-0-2",
|
||||
"@unocss/reset": "catalog:unocss-reset-66-6-7",
|
||||
"@vitejs/plugin-vue": "catalog:vitejs-plugin-vue-6-0-5",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/stream-text": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"unocss": "^66.6.7",
|
||||
"unocss": "catalog:unocss-66-6-7",
|
||||
"vieval": "catalog:",
|
||||
"xsschema": "catalog:"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@
|
|||
"postinstall": "wxt prepare"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/svg-spinners": "^1.2.4",
|
||||
"@iconify-json/solar": "catalog:",
|
||||
"@iconify-json/svg-spinners": "catalog:",
|
||||
"@moeru/eventa": "catalog:",
|
||||
"@proj-airi/server-sdk": "workspace:^",
|
||||
"@proj-airi/ui": "workspace:^",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vueuse/core": "catalog:",
|
||||
"@wxt-dev/module-vue": "^1.0.3",
|
||||
"nanoid": "^5.1.9",
|
||||
"@wxt-dev/module-vue": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"vue": "catalog:",
|
||||
"vue-tsc": "^3.2.6",
|
||||
"wxt": "^0.20.24"
|
||||
"vue-tsc": "catalog:",
|
||||
"wxt": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2386
pnpm-lock.yaml
generated
2386
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -30,7 +30,13 @@ patchedDependencies:
|
|||
sponsorkit@17.1.0: patches/sponsorkit@17.1.0.patch
|
||||
uiohook-napi@1.5.5: patches/uiohook-napi@1.5.5.patch
|
||||
catalog:
|
||||
'@alexanderolsen/libsamplerate-js': ^2.1.2
|
||||
'@antfu/eslint-config': ^8.2.0
|
||||
'@anthropic-ai/claude-code': ^2.1.114
|
||||
'@arethetypeswrong/core': ^0.18.2
|
||||
'@ax-llm/ax': ^19.0.43
|
||||
'@better-auth/cli': ^1.4.21
|
||||
'@better-auth/drizzle-adapter': ^1.6.5
|
||||
'@better-auth/oauth-provider': 1.5.6
|
||||
'@capacitor/android': ^8.3.1
|
||||
'@capacitor/app': ^8.1.0
|
||||
|
|
@ -39,47 +45,169 @@ catalog:
|
|||
'@capacitor/core': ^8.3.1
|
||||
'@capacitor/ios': ^8.3.1
|
||||
'@capacitor/local-notifications': ^8.0.2
|
||||
'@date-fns/utc': ^2.1.1
|
||||
'@discordjs/voice': ^0.19.2
|
||||
'@dotenvx/dotenvx': ^1.61.1
|
||||
'@electric-sql/pglite': ^0.4.4
|
||||
'@electron-toolkit/eslint-config-ts': ^3.1.0
|
||||
'@electron-toolkit/preload': ^3.0.2
|
||||
'@electron-toolkit/tsconfig': ^2.0.0
|
||||
'@electron-toolkit/utils': ^4.0.0
|
||||
'@electron/notarize': ^3.1.1
|
||||
'@esotericsoftware/spine-webgl': ~4.2.0
|
||||
'@esotericsoftware/spine-webgl-4-0': npm:@esotericsoftware/spine-webgl@~4.0.31
|
||||
'@esotericsoftware/spine-webgl-4-1': npm:@esotericsoftware/spine-webgl@~4.1.56
|
||||
'@ffmpeg-installer/ffmpeg': ^1.1.0
|
||||
'@fontsource-variable/comfortaa': ^5.2.8
|
||||
'@fontsource-variable/dm-sans': ^5.2.8
|
||||
'@fontsource-variable/jura': ^5.2.7
|
||||
'@fontsource-variable/nunito': ^5.2.7
|
||||
'@fontsource-variable/quicksand': ^5.2.10
|
||||
'@fontsource-variable/urbanist': ^5.2.7
|
||||
'@fontsource/dm-mono': ^5.2.7
|
||||
'@fontsource/dm-serif-display': ^5.2.8
|
||||
'@fontsource/gugi': ^5.2.7
|
||||
'@fontsource/kiwi-maru': ^5.2.8
|
||||
'@fontsource/m-plus-rounded-1c': ^5.2.10
|
||||
'@formkit/auto-animate': ^0.9.0
|
||||
'@grammyjs/files': ^1.2.0
|
||||
'@guiiai/logg': ^1.2.11
|
||||
'@histoire/plugin-vue': 1.0.0-beta.1
|
||||
'@hono/node-server': ^1.19.14
|
||||
'@hono/node-ws': ^1.3.0
|
||||
'@hono/otel': ^1.1.2
|
||||
'@huggingface/transformers': ^3.8.1
|
||||
'@iconify-json/carbon': ^1.2.20
|
||||
'@iconify-json/eos-icons': ^1.2.4
|
||||
'@iconify-json/line-md': ^1.2.16
|
||||
'@iconify-json/logos': ^1.2.11
|
||||
'@iconify-json/lucide': ^1.2.102
|
||||
'@iconify-json/material-symbols': ^1.2.67
|
||||
'@iconify-json/mdi': ^1.2.3
|
||||
'@iconify-json/mingcute': ^1.2.7
|
||||
'@iconify-json/ph': ^1.2.2
|
||||
'@iconify-json/simple-icons': ^1.2.78
|
||||
'@iconify-json/solar': ^1.2.5
|
||||
'@iconify-json/svg-spinners': ^1.2.4
|
||||
'@iconify-json/tabler': ^1.2.33
|
||||
'@iconify-json/twemoji': ^1.2.5
|
||||
'@iconify-json/vscode-icons': ^1.2.45
|
||||
'@iconify/utils': ^3.1.0
|
||||
'@iconify/vue': ^5.0.0
|
||||
'@intlify/core': ^11.3.2
|
||||
'@intlify/unplugin-vue-i18n': ^11.0.7
|
||||
'@langfuse/otel': ^5.4.0
|
||||
'@langfuse/tracing': ^5.4.0
|
||||
'@laplace.live/event-bridge-sdk': ^1.0.22
|
||||
'@laplace.live/event-types': ^2.0.14
|
||||
'@lemonneko/crop-empty-pixels': 0.1.1
|
||||
'@mdit/plugin-footnote': ^0.23.2
|
||||
'@mdit/plugin-tasklist': ^0.23.2
|
||||
'@mediapipe/tasks-vision': ^0.10.34
|
||||
'@modelcontextprotocol/sdk': ^1.29.0
|
||||
'@moeru/eslint-config': 0.1.0-beta.15
|
||||
'@moeru/eventa': 1.0.0-beta.5
|
||||
'@moeru/eventa': 1.0.0-beta.7
|
||||
'@moeru/std': 0.1.0-beta.17
|
||||
'@napi-rs/image': ^1.12.0
|
||||
'@nekopaw/tempora': 0.4.0-alpha.1
|
||||
'@opentelemetry/api': ^1.9.1
|
||||
'@opentelemetry/api-logs': ^0.215.0
|
||||
'@opentelemetry/auto-instrumentations-node': ^0.73.0
|
||||
'@opentelemetry/core': ^2.7.0
|
||||
'@opentelemetry/exporter-logs-otlp-proto': ^0.215.0
|
||||
'@opentelemetry/exporter-metrics-otlp-proto': ^0.215.0
|
||||
'@opentelemetry/exporter-trace-otlp-proto': ^0.215.0
|
||||
'@opentelemetry/instrumentation': ^0.215.0
|
||||
'@opentelemetry/instrumentation-http': ^0.215.0
|
||||
'@opentelemetry/instrumentation-ioredis': ^0.63.0
|
||||
'@opentelemetry/instrumentation-pg': ^0.67.0
|
||||
'@opentelemetry/instrumentation-runtime-node': ^0.28.0
|
||||
'@opentelemetry/instrumentation-undici': ^0.25.0
|
||||
'@opentelemetry/resources': ^2.7.0
|
||||
'@opentelemetry/sdk-logs': ^0.215.0
|
||||
'@opentelemetry/sdk-metrics': ^2.7.0
|
||||
'@opentelemetry/sdk-node': ^0.215.0
|
||||
'@opentelemetry/sdk-trace-base': ^2.7.0
|
||||
'@opentelemetry/sdk-trace-node': ^2.7.0
|
||||
'@opentelemetry/semantic-conventions': ^1.40.0
|
||||
'@pinia/colada': ^1.2.1
|
||||
'@pinia/testing': ^1.0.3
|
||||
'@pixi/app': ^6.5.10
|
||||
'@pixi/constants': ^6.5.10
|
||||
'@pixi/core': ^6.5.10
|
||||
'@pixi/display': ^6.5.10
|
||||
'@pixi/extensions': ^6.5.10
|
||||
'@pixi/interaction': ^6.5.10
|
||||
'@pixi/loaders': ^6.5.10
|
||||
'@pixi/math': ^6.5.10
|
||||
'@pixi/runner': ^6.5.10
|
||||
'@pixi/settings': ^6.5.10
|
||||
'@pixi/sprite': ^6.5.10
|
||||
'@pixi/ticker': ^6.5.10
|
||||
'@pixi/utils': ^6.5.10
|
||||
'@pixiv/three-vrm': ^3.5.2
|
||||
'@pixiv/three-vrm-animation': ^3.5.2
|
||||
'@pixiv/three-vrm-core': ^3.5.2
|
||||
'@pnpm/find-workspace-dir': ^1000.1.5
|
||||
'@proj-airi/chromatic': ^1.1.1
|
||||
'@proj-airi/drizzle-duckdb-wasm': ^0.5.0
|
||||
'@proj-airi/drizzle-orm-browser-migrator': ^0.1.6
|
||||
'@proj-airi/iconify-meteocons': ^0.1.5
|
||||
'@proj-airi/lobe-icons': ^1.0.19
|
||||
'@proj-airi/unocss-preset-chromatic': ^1.1.1
|
||||
'@proj-airi/unplugin-drizzle-orm-migrations': ^0.1.6
|
||||
'@proj-airi/unplugin-fetch': ^0.2.3
|
||||
'@proj-airi/unplugin-live2d-sdk': ^0.1.7
|
||||
'@radix-ui/colors': ^3.0.0
|
||||
'@ricky0123/vad-web': ^0.0.30
|
||||
'@rive-app/canvas-lite': ^2.37.2
|
||||
'@shikijs/markdown-it': ^4.0.2
|
||||
'@shikijs/rehype': ^4.0.2
|
||||
'@shopify/draggable': ^1.2.1
|
||||
'@snazzah/davey': ^0.1.11
|
||||
'@stdlib/string-base-kebabcase': ^0.2.3
|
||||
'@takumi-rs/image-response': 1.0.0-beta.20
|
||||
'@tresjs/cientos': ^5.7.0
|
||||
'@tresjs/core': ^5.8.0
|
||||
'@tresjs/post-processing': ^3.7.1
|
||||
'@types/audioworklet': ^0.0.97
|
||||
'@types/culori': ^4.0.1
|
||||
'@types/d3': ^7.4.3
|
||||
'@types/hast': ^3.0.4
|
||||
'@types/markdown-it': ^14.1.2
|
||||
'@types/node': ^24.12.2
|
||||
'@types/nprogress': ^0.2.3
|
||||
'@types/pg': ^8.20.0
|
||||
'@types/semver': ^7.7.1
|
||||
'@types/splitpanes': ^2.2.6
|
||||
'@types/three': ^0.184.0
|
||||
'@types/unist': ^3.0.3
|
||||
'@types/vscode': ^1.116.0
|
||||
'@types/whatwg-mimetype': ^5.0.0
|
||||
'@types/ws': ^8.18.1
|
||||
'@types/xast': ^2.0.4
|
||||
'@types/yauzl': ^2.10.3
|
||||
'@unocss/core': '>=66'
|
||||
'@unocss/eslint-config': ^66.6.8
|
||||
'@unocss/eslint-plugin': ^66.6.8
|
||||
'@unocss/preset-mini': ^66.6.8
|
||||
'@unocss/preset-web-fonts': ^66.6.8
|
||||
'@unocss/reset': ^66.6.8
|
||||
'@valibot/to-json-schema': 1.0.0-rc.0
|
||||
'@velin-dev/core': ^0.4.0
|
||||
'@vitejs/plugin-vue': ^6.0.6
|
||||
'@vue-macros/volar': ^3.1.2
|
||||
'@vue/test-utils': ^2.4.6
|
||||
'@vue/tsconfig': ^0.9.1
|
||||
'@vueuse/core': 14.1.0
|
||||
'@vueuse/motion': ^3.0.3
|
||||
'@vueuse/shared': ^14.2.1
|
||||
'@webgpu/types': ^0.1.69
|
||||
'@wxt-dev/module-vue': ^1.0.3
|
||||
'@xsai-ext/providers': 0.5.0-beta.2
|
||||
'@xsai-transformers/embed': ^0.1.0
|
||||
'@xsai-transformers/shared': ^0.1.0
|
||||
'@xsai-transformers/transcription': ^0.1.0
|
||||
'@xsai/embed': 0.5.0-beta.2
|
||||
'@xsai/generate-speech': 0.5.0-beta.2
|
||||
'@xsai/generate-text': 0.5.0-beta.2
|
||||
|
|
@ -92,79 +220,245 @@ catalog:
|
|||
'@xsai/tool': 0.5.0-beta.2
|
||||
'@xsai/utils-chat': 0.5.0-beta.2
|
||||
alien-signals: ^3.1.2
|
||||
animejs: ^4.3.6
|
||||
async-mutex: 0.5.0
|
||||
awilix: ^13.0.3
|
||||
best-effort-json-parser: ^1.4.0
|
||||
better-auth: ^1.6.5
|
||||
builder-util-runtime: ^9.5.1
|
||||
bumpp: ^11.0.1
|
||||
cac: ^7.0.0
|
||||
canvas: ^3.2.3
|
||||
capacitor-native-settings: ^8.1.0
|
||||
chess.js: ^1.4.0
|
||||
clustr: ^1.0.2
|
||||
colorjs.io: ^0.6.1
|
||||
crossws: ^0.4.5
|
||||
csstype: ^3.2.3
|
||||
culori: ^4.0.2
|
||||
d3: 7.9.0
|
||||
date-fns: ^4.1.0
|
||||
debug: ^4.4.3
|
||||
defu: ^6.1.7
|
||||
destr: ^2.0.5
|
||||
discord.js: ^14.26.3
|
||||
dompurify: ^3.4.0
|
||||
driver.js: ^1.4.0
|
||||
drizzle-kit: ^0.31.10
|
||||
drizzle-orm: ^0.45.2
|
||||
drizzle-valibot: ^0.4.2
|
||||
electron: ^41.2.1
|
||||
electron-builder: ^26.8.1
|
||||
electron-click-drag-plugin: ^2.0.2
|
||||
electron-updater: ^6.8.3
|
||||
electron-vite: ^5.0.0
|
||||
embla-carousel-autoplay: 9.0.0-rc01
|
||||
embla-carousel-vue: 9.0.0-rc02
|
||||
es-toolkit: 1.43.0
|
||||
eslint: ^10.2.1
|
||||
eslint-plugin-oxlint: ^1.60.0
|
||||
eventemitter3: ^5.0.4
|
||||
floating-vue: ^5.2.2
|
||||
fluent-ffmpeg: ^2.1.3
|
||||
get-port-please: ^3.2.0
|
||||
gpuu: ^1.0.7
|
||||
grammy: ^1.42.0
|
||||
gray-matter: ^4.0.3
|
||||
h3: 2.0.1-rc.20
|
||||
hfup: ^1.0.4
|
||||
histoire: 1.0.0-beta.1
|
||||
hono: 4.11.3
|
||||
hono-rate-limiter: ^0.5.3
|
||||
html2canvas: ^1.4.1
|
||||
idb-keyval: ^6.2.2
|
||||
injeca: ^0.2.0
|
||||
ioredis: ^5.10.1
|
||||
is-network-error: ^1.3.1
|
||||
isolated-vm: ^6.1.2
|
||||
jose: ^6.2.2
|
||||
jsdom: ^29.0.2
|
||||
jszip: ^3.10.1
|
||||
knip: ^6.4.1
|
||||
kokoro-js: ^1.2.1
|
||||
less: ^4.6.4
|
||||
libsodium-wrappers: ^0.8.3
|
||||
localforage: ^1.10.0
|
||||
mark.js: ^8.11.1
|
||||
markdown-it: ^14.1.1
|
||||
markdown-it-anchor: ^9.2.0
|
||||
mediabunny: ^1.40.1
|
||||
meow: ^14.1.0
|
||||
meta-png: ^1.0.6
|
||||
minecraft-data: 3.102.3
|
||||
mineflayer: ^4.33.0
|
||||
mineflayer-armor-manager: ^2.0.1
|
||||
mineflayer-auto-eat: ^5.0.3
|
||||
mineflayer-collectblock: ^1.6.0
|
||||
mineflayer-pathfinder: ^2.4.5
|
||||
mineflayer-pvp: ^1.3.2
|
||||
mineflayer-tool: ^1.2.0
|
||||
minisearch: ^7.2.0
|
||||
mkcert: ^3.2.0
|
||||
motion-v: ^2.2.1
|
||||
nano-staged: ^1.0.2
|
||||
nanoid: 5.1.6
|
||||
node-pty: ^1.1.0
|
||||
node-vibrant: ^4.0.4
|
||||
nprogress: ^0.2.0
|
||||
ofetch: ^1.5.1
|
||||
onnxruntime-web: ^1.24.3
|
||||
opusscript: ^0.1.1
|
||||
oxc-minify: ^0.126.0
|
||||
oxlint: ^1.60.0
|
||||
p-limit: ^7.3.0
|
||||
pathe: ^2.0.3
|
||||
pg: ^8.20.0
|
||||
pinia: ^3.0.4
|
||||
pixi-filters: ^4.2.0
|
||||
pixi-live2d-display: ^0.4.0
|
||||
playwright: ^1.60.0
|
||||
popmotion: ^11.0.5
|
||||
postcss: ^8.5.10
|
||||
postgres: ^3.4.9
|
||||
posthog-js: 1.306.1
|
||||
posthog-node: ^5.34.1
|
||||
postprocessing: ^6.39.1
|
||||
prismarine-block: ^1.23.0
|
||||
prismarine-entity: ^2.6.0
|
||||
prismarine-item: ^1.18.0
|
||||
prismarine-recipe: ^1.5.0
|
||||
prismarine-viewer: ^1.33.0
|
||||
prismarine-windows: ^2.10.0
|
||||
publint: ^0.3.18
|
||||
rehype-katex: ^7.0.1
|
||||
rehype-parse: ^9.0.1
|
||||
rehype-stringify: ^10.0.1
|
||||
reka-ui: ^2.9.2
|
||||
remark-math: ^6.0.0
|
||||
remark-parse: ^11.0.0
|
||||
remark-rehype: ^11.1.2
|
||||
replicate: ^1.4.0
|
||||
resend: ^6.12.2
|
||||
rollup: ^4.60.1
|
||||
semver: ^7.7.4
|
||||
shiki: ^4.0.2
|
||||
simple-git-hooks: ^2.13.1
|
||||
splitpanes: ^4.0.4
|
||||
sponsorkit: ^17.1.0
|
||||
sponsors-svg: ^0.3.0
|
||||
srvx: ^0.11.15
|
||||
std-env: ^4.1.0
|
||||
stockfish: ^18.0.7
|
||||
stripe: ^22.0.2
|
||||
superjson: ^2.2.6
|
||||
taze: ^19.11.0
|
||||
telegram: ^2.26.22
|
||||
three: ^0.184.0
|
||||
tinyexec: ^1.1.1
|
||||
tinyglobby: ^0.2.16
|
||||
tsdown: ^0.21.9
|
||||
tsx: ^4.21.0
|
||||
turbo: ^2.9.6
|
||||
typescript: ^5.9.3
|
||||
uiohook-napi: ^1.5.5
|
||||
uncrypto: ^0.1.3
|
||||
unified: ^11.0.5
|
||||
unist-builder: ^4.0.0
|
||||
unist-util-visit: ^5.1.0
|
||||
unocss: ^66.6.8
|
||||
unocss-preset-scrollbar: ^4.0.0
|
||||
unplugin-basemove: 0.0.1
|
||||
unplugin-info: ^1.3.2
|
||||
unplugin-lightningcss: ^0.4.5
|
||||
unplugin-raw: ^0.7.0
|
||||
unplugin-unused: ^0.5.7
|
||||
unplugin-vue-router: ^0.19.2
|
||||
unplugin-yaml: ^4.1.0
|
||||
unstorage: ^1.17.5
|
||||
uqr: ^0.1.3
|
||||
uuid: ^13.0.0
|
||||
valibot: 1.2.0
|
||||
vaul-vue: ^0.4.1
|
||||
vec3: ^0.2.0
|
||||
vieval: ^0.0.5
|
||||
vite: ^8.0.8
|
||||
vite-bundle-visualizer: ^1.2.1
|
||||
vite-plugin-inspect: 12.0.0-beta.1
|
||||
vite-plugin-mkcert: ^2.0.0
|
||||
vite-plugin-pwa: ^1.2.0
|
||||
vite-plugin-vue-devtools: ^8.1.1
|
||||
vite-plugin-vue-layouts: ^0.11.0
|
||||
vitepress: 2.0.0-alpha.17
|
||||
vitest-browser-vue: ^2.1.0
|
||||
vscode-ext-gen: ^1.6.0
|
||||
vue: ^3.5.32
|
||||
vue-demi: ^0.14.10
|
||||
vue-i18n: ^11.3.2
|
||||
vue-macros: ^3.1.2
|
||||
vue-router: ^5.0.4
|
||||
vue-sonner: 2.0.9
|
||||
vue-tsc: ^3.2.6
|
||||
wavefile: ^11.0.0
|
||||
web-haptics: ^0.0.6
|
||||
whatwg-mimetype: ^5.0.0
|
||||
wlipsync: ^1.3.0
|
||||
workbox-window: ^7.4.0
|
||||
ws: ^8.20.0
|
||||
wxt: ^0.20.24
|
||||
xast-util-to-xml: ^4.0.0
|
||||
xastscript: ^4.0.0
|
||||
xsschema: 0.5.0-beta.2
|
||||
xstate: ^5.30.0
|
||||
yaml: ^2.8.3
|
||||
yauzl: ^3.3.0
|
||||
zod: ^4.3.6
|
||||
zod-to-json-schema: ^3.25.2
|
||||
catalogs:
|
||||
capacitor-cli-8-0-0:
|
||||
'@capacitor/cli': ^8.0.0
|
||||
electron-gte-39-lt-41:
|
||||
electron: '>=39 <41'
|
||||
electron-gte-40-lt-42:
|
||||
electron: '>=40 <42'
|
||||
es-toolkit-1-45-1:
|
||||
es-toolkit: ^1.45.1
|
||||
guiiai-logg-gte-1-lt-2:
|
||||
'@guiiai/logg': '>=1 <2'
|
||||
nanoid-5-1-9:
|
||||
nanoid: ^5.1.9
|
||||
proj-airi-unocss-preset-chromatic-1-0-2:
|
||||
'@proj-airi/unocss-preset-chromatic': ^1.0.2
|
||||
reka-ui-2-9-6:
|
||||
reka-ui: ^2.9.6
|
||||
unocss-66-6-7:
|
||||
unocss: ^66.6.7
|
||||
unocss-preset-web-fonts-gte-66:
|
||||
"@unocss/preset-web-fonts": ">=66"
|
||||
vite-7-0-0-or-8-0-0-beta-0:
|
||||
vite: ^7.0.0 || ^8.0.0-beta.0
|
||||
unocss-reset-66-6-7:
|
||||
"@unocss/reset": ^66.6.7
|
||||
vite-6-4-2:
|
||||
vite: ^6.4.2
|
||||
vitejs-plugin-vue-6-0-5:
|
||||
'@vitejs/plugin-vue': ^6.0.5
|
||||
vitest:
|
||||
'@vitest/browser-playwright': ^4.1.4
|
||||
'@vitest/coverage-v8': ^4.1.4
|
||||
vitest: ^4.1.4
|
||||
vue-gte-3:
|
||||
vue: '>=3'
|
||||
|
||||
vue-macros-volar-3-0-0-beta-8:
|
||||
'@vue-macros/volar': 3.0.0-beta.8
|
||||
vue-sonner-2-0-9:
|
||||
vue-sonner: ^2.0.9
|
||||
vueuse-core-14-2-1:
|
||||
'@vueuse/core': ^14.2.1
|
||||
xsai:
|
||||
unspeech: ^0.1.14
|
||||
|
||||
valibot-1-3-1:
|
||||
valibot: ^1.3.1
|
||||
ignoredBuiltDependencies:
|
||||
- '@ax-llm/ax'
|
||||
- '@prisma/client'
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@
|
|||
"@modelcontextprotocol/sdk": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"node-pty": "catalog:",
|
||||
"ws": "^8.20.0",
|
||||
"zod": "^4.3.6"
|
||||
"ws": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ws": "catalog:"
|
||||
|
|
|
|||
|
|
@ -19,22 +19,22 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.19.2",
|
||||
"@discordjs/voice": "catalog:",
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@huggingface/transformers": "^3.8.1",
|
||||
"@huggingface/transformers": "catalog:",
|
||||
"@proj-airi/audio": "workspace:^",
|
||||
"@proj-airi/server-sdk": "workspace:^",
|
||||
"@proj-airi/server-shared": "workspace:^",
|
||||
"@snazzah/davey": "^0.1.11",
|
||||
"@snazzah/davey": "catalog:",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/generate-transcription": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"discord.js": "^14.26.3",
|
||||
"libsodium-wrappers": "^0.8.3",
|
||||
"opusscript": "^0.1.1",
|
||||
"tsx": "^4.21.0",
|
||||
"wavefile": "^11.0.0"
|
||||
"discord.js": "catalog:",
|
||||
"libsodium-wrappers": "catalog:",
|
||||
"opusscript": "catalog:",
|
||||
"tsx": "catalog:",
|
||||
"wavefile": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,34 +18,34 @@
|
|||
"@proj-airi/server-sdk": "workspace:*",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"alien-signals": "^3.1.2",
|
||||
"awilix": "^13.0.3",
|
||||
"canvas": "^3.2.3",
|
||||
"alien-signals": "catalog:",
|
||||
"awilix": "catalog:",
|
||||
"canvas": "catalog:",
|
||||
"crossws": "catalog:",
|
||||
"es-toolkit": "^1.45.1",
|
||||
"eventemitter3": "^5.0.4",
|
||||
"es-toolkit": "catalog:es-toolkit-1-45-1",
|
||||
"eventemitter3": "catalog:",
|
||||
"isolated-vm": "catalog:",
|
||||
"minecraft-data": "3.102.3",
|
||||
"mineflayer": "^4.33.0",
|
||||
"mineflayer-armor-manager": "^2.0.1",
|
||||
"mineflayer-auto-eat": "^5.0.3",
|
||||
"mineflayer-collectblock": "^1.6.0",
|
||||
"mineflayer-pathfinder": "^2.4.5",
|
||||
"mineflayer-pvp": "^1.3.2",
|
||||
"mineflayer-tool": "^1.2.0",
|
||||
"minecraft-data": "catalog:",
|
||||
"mineflayer": "catalog:",
|
||||
"mineflayer-armor-manager": "catalog:",
|
||||
"mineflayer-auto-eat": "catalog:",
|
||||
"mineflayer-collectblock": "catalog:",
|
||||
"mineflayer-pathfinder": "catalog:",
|
||||
"mineflayer-pvp": "catalog:",
|
||||
"mineflayer-tool": "catalog:",
|
||||
"nanoid": "catalog:",
|
||||
"prismarine-block": "^1.23.0",
|
||||
"prismarine-entity": "^2.6.0",
|
||||
"prismarine-item": "^1.18.0",
|
||||
"prismarine-recipe": "^1.5.0",
|
||||
"prismarine-viewer": "^1.33.0",
|
||||
"prismarine-windows": "^2.10.0",
|
||||
"valibot": "^1.3.1",
|
||||
"vec3": "^0.2.0",
|
||||
"prismarine-block": "catalog:",
|
||||
"prismarine-entity": "catalog:",
|
||||
"prismarine-item": "catalog:",
|
||||
"prismarine-recipe": "catalog:",
|
||||
"prismarine-viewer": "catalog:",
|
||||
"prismarine-windows": "catalog:",
|
||||
"valibot": "catalog:valibot-1-3-1",
|
||||
"vec3": "catalog:",
|
||||
"ws": "catalog:",
|
||||
"yaml": "catalog:",
|
||||
"zod": "^4.3.6",
|
||||
"zod-to-json-schema": "^3.25.2"
|
||||
"zod": "catalog:",
|
||||
"zod-to-json-schema": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ws": "catalog:"
|
||||
|
|
|
|||
|
|
@ -25,19 +25,19 @@
|
|||
"@electric-sql/pglite": "catalog:",
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@velin-dev/core": "^0.4.0",
|
||||
"@velin-dev/core": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/utils-chat": "catalog:",
|
||||
"best-effort-json-parser": "^1.4.0",
|
||||
"best-effort-json-parser": "catalog:",
|
||||
"drizzle-orm": "catalog:",
|
||||
"es-toolkit": "^1.45.1",
|
||||
"nanoid": "^5.1.9",
|
||||
"valibot": "^1.3.1",
|
||||
"ws": "^8.20.0"
|
||||
"es-toolkit": "catalog:es-toolkit-1-45-1",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"valibot": "catalog:valibot-1-3-1",
|
||||
"ws": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ws": "^8.18.1",
|
||||
"@types/ws": "catalog:",
|
||||
"drizzle-kit": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,43 +22,43 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dotenvx/dotenvx": "^1.61.1",
|
||||
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
||||
"@grammyjs/files": "^1.2.0",
|
||||
"@dotenvx/dotenvx": "catalog:",
|
||||
"@ffmpeg-installer/ffmpeg": "catalog:",
|
||||
"@grammyjs/files": "catalog:",
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@napi-rs/image": "^1.12.0",
|
||||
"@opentelemetry/api": "^1.9.1",
|
||||
"@opentelemetry/auto-instrumentations-node": "^0.73.0",
|
||||
"@opentelemetry/exporter-metrics-otlp-proto": "^0.215.0",
|
||||
"@opentelemetry/exporter-trace-otlp-proto": "^0.215.0",
|
||||
"@opentelemetry/instrumentation-pg": "^0.67.0",
|
||||
"@opentelemetry/resources": "^2.7.0",
|
||||
"@opentelemetry/sdk-metrics": "^2.7.0",
|
||||
"@opentelemetry/sdk-node": "^0.215.0",
|
||||
"@opentelemetry/sdk-trace-node": "^2.7.0",
|
||||
"@opentelemetry/semantic-conventions": "^1.40.0",
|
||||
"@velin-dev/core": "^0.4.0",
|
||||
"@napi-rs/image": "catalog:",
|
||||
"@opentelemetry/api": "catalog:",
|
||||
"@opentelemetry/auto-instrumentations-node": "catalog:",
|
||||
"@opentelemetry/exporter-metrics-otlp-proto": "catalog:",
|
||||
"@opentelemetry/exporter-trace-otlp-proto": "catalog:",
|
||||
"@opentelemetry/instrumentation-pg": "catalog:",
|
||||
"@opentelemetry/resources": "catalog:",
|
||||
"@opentelemetry/sdk-metrics": "catalog:",
|
||||
"@opentelemetry/sdk-node": "catalog:",
|
||||
"@opentelemetry/sdk-trace-node": "catalog:",
|
||||
"@opentelemetry/semantic-conventions": "catalog:",
|
||||
"@velin-dev/core": "catalog:",
|
||||
"@xsai/embed": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/tool": "catalog:",
|
||||
"@xsai/utils-chat": "catalog:",
|
||||
"best-effort-json-parser": "^1.4.0",
|
||||
"best-effort-json-parser": "catalog:",
|
||||
"drizzle-orm": "catalog:",
|
||||
"es-toolkit": "^1.45.1",
|
||||
"fluent-ffmpeg": "^2.1.3",
|
||||
"grammy": "^1.42.0",
|
||||
"nanoid": "^5.1.9",
|
||||
"p-limit": "^7.3.0",
|
||||
"pg": "^8.20.0",
|
||||
"telegram": "^2.26.22",
|
||||
"uuid": "^13.0.0",
|
||||
"valibot": "^1.3.1"
|
||||
"es-toolkit": "catalog:es-toolkit-1-45-1",
|
||||
"fluent-ffmpeg": "catalog:",
|
||||
"grammy": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"p-limit": "catalog:",
|
||||
"pg": "catalog:",
|
||||
"telegram": "catalog:",
|
||||
"uuid": "catalog:",
|
||||
"valibot": "catalog:valibot-1-3-1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/pg": "catalog:",
|
||||
"drizzle-kit": "catalog:",
|
||||
"tsx": "^4.21.0"
|
||||
"tsx": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@guiiai/logg": "catalog:",
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
"@modelcontextprotocol/sdk": "catalog:",
|
||||
"@moeru/std": "catalog:",
|
||||
"@proj-airi/server-sdk": "workspace:*",
|
||||
"h3": "2.0.1-rc.20",
|
||||
"playwright": "^1.60.0",
|
||||
"zod": "^4.3.6"
|
||||
"h3": "catalog:",
|
||||
"playwright": "catalog:",
|
||||
"zod": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue