mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-10 00:08:33 +00:00
Some checks are pending
CI / Lint (push) Waiting to run
CI / Build Test (stage-tamagotchi) (push) Waiting to run
CI / Build Test (stage-tamagotchi-godot) (push) Waiting to run
CI / Build Test (stage-web) (push) Waiting to run
CI / Build Test (ui-loading-screens) (push) Waiting to run
CI / Build Test (ui-transitions) (push) Waiting to run
CI / Unit Test (push) Waiting to run
CI / Type Check (push) Waiting to run
CI / Check Provenance (push) Waiting to run
Cloudflare Pages (Auth UI) / Deploy - ui-server-auth (push) Waiting to run
Cloudflare Workers / Deploy - stage-web (push) Waiting to run
Update Nix pnpmDeps Hash / update (push) Waiting to run
210 lines
7.7 KiB
JSON
210 lines
7.7 KiB
JSON
{
|
|
"name": "@proj-airi/stage-ui",
|
|
"type": "module",
|
|
"version": "0.11.0",
|
|
"private": true,
|
|
"description": "Shared core for stage",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/stage-ui"
|
|
},
|
|
"exports": {
|
|
".": "./src/components/index.ts",
|
|
"./components/scenarios/chat": "./src/components/scenarios/chat/index.ts",
|
|
"./components/scenarios/settings/model-settings": "./src/components/scenarios/settings/model-settings/index.ts",
|
|
"./components/scenes": "./src/components/scenes/index.ts",
|
|
"./components/*": "./src/components/*.ts",
|
|
"./components": "./src/components/index.ts",
|
|
"./composables/*": "./src/composables/*.ts",
|
|
"./composables": "./src/composables/index.ts",
|
|
"./constants/*": "./src/constants/*.ts",
|
|
"./constants": "./src/constants/index.ts",
|
|
"./libs/inference/adapters/*": "./src/libs/inference/adapters/*.ts",
|
|
"./libs/inference": "./src/libs/inference/index.ts",
|
|
"./libs/*": "./src/libs/*.ts",
|
|
"./libs": "./src/libs/index.ts",
|
|
"./tools/mcp": "./src/tools/mcp.ts",
|
|
"./stores/providers/aliyun": "./src/stores/providers/aliyun/index.ts",
|
|
"./stores/analytics": "./src/stores/analytics/index.ts",
|
|
"./stores/analytics/posthog": "./src/stores/analytics/posthog.ts",
|
|
"./stores/analytics/privacy-policy": "./src/stores/analytics/privacy-policy.ts",
|
|
"./stores/character": "./src/stores/character/index.ts",
|
|
"./stores/character/orchestrator/spark-notify-agent": "./src/stores/character/orchestrator/spark-notify-agent.ts",
|
|
"./stores/settings/analytics": "./src/stores/settings/analytics.ts",
|
|
"./stores/settings": "./src/stores/settings/index.ts",
|
|
"./stores/modules/vision": "./src/stores/modules/vision/index.ts",
|
|
"./stores/mcp-tool-bridge": "./src/stores/mcp-tool-bridge.ts",
|
|
"./stores/*": "./src/stores/*.ts",
|
|
"./stores": "./src/stores/index.ts",
|
|
"./workers/vad": "./src/workers/vad/index.ts",
|
|
"./workers/*": "./src/workers/*.ts",
|
|
"./workers": "./src/workers/index.ts",
|
|
"./utils": "./src/utils/index.ts",
|
|
"./utils/tts": "./src/utils/tts.ts",
|
|
"./types/*": "./src/types/*.ts",
|
|
"./types": "./src/types/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"story:dev": "histoire dev",
|
|
"story:build": "histoire build",
|
|
"story:build-base": "histoire build --base /ui",
|
|
"story:preview": "histoire preview",
|
|
"build": "echo \"No build step required\"",
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@date-fns/utc": "catalog:",
|
|
"@formkit/auto-animate": "catalog:",
|
|
"@huggingface/transformers": "catalog:",
|
|
"@moeru/eventa": "catalog:",
|
|
"@moeru/std": "catalog:",
|
|
"@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": "catalog:",
|
|
"@proj-airi/core-agent": "workspace:^",
|
|
"@proj-airi/core-character": "workspace:^",
|
|
"@proj-airi/drizzle-duckdb-wasm": "catalog:",
|
|
"@proj-airi/font-chillroundm": "workspace:^",
|
|
"@proj-airi/font-cjkfonts-allseto": "workspace:^",
|
|
"@proj-airi/font-xiaolai": "workspace:^",
|
|
"@proj-airi/i18n": "workspace:^",
|
|
"@proj-airi/model-driver-lipsync": "workspace:^",
|
|
"@proj-airi/pipelines-audio": "workspace:^",
|
|
"@proj-airi/server-sdk": "workspace:^",
|
|
"@proj-airi/server-sdk-shared": "workspace:^",
|
|
"@proj-airi/stage-shared": "workspace:^",
|
|
"@proj-airi/stage-ui-live2d": "workspace:^",
|
|
"@proj-airi/stage-ui-spine": "workspace:^",
|
|
"@proj-airi/stage-ui-three": "workspace:^",
|
|
"@proj-airi/ui": "workspace:^",
|
|
"@ricky0123/vad-web": "catalog:",
|
|
"@shikijs/rehype": "catalog:",
|
|
"@shopify/draggable": "catalog:",
|
|
"@vueuse/core": "catalog:",
|
|
"@vueuse/motion": "catalog:",
|
|
"@vueuse/shared": "catalog:",
|
|
"@xsai-ext/providers": "catalog:",
|
|
"@xsai-transformers/embed": "catalog:",
|
|
"@xsai-transformers/shared": "catalog:",
|
|
"@xsai/embed": "catalog:",
|
|
"@xsai/generate-speech": "catalog:",
|
|
"@xsai/generate-text": "catalog:",
|
|
"@xsai/generate-transcription": "catalog:",
|
|
"@xsai/model": "catalog:",
|
|
"@xsai/shared": "catalog:",
|
|
"@xsai/shared-chat": "catalog:",
|
|
"@xsai/stream-text": "catalog:",
|
|
"@xsai/stream-transcription": "catalog:",
|
|
"@xsai/tool": "catalog:",
|
|
"@xsai/utils-chat": "catalog:",
|
|
"animejs": "catalog:",
|
|
"async-mutex": "catalog:",
|
|
"better-auth": "catalog:",
|
|
"culori": "catalog:",
|
|
"d3": "catalog:",
|
|
"date-fns": "catalog:",
|
|
"dompurify": "catalog:",
|
|
"embla-carousel-autoplay": "catalog:",
|
|
"embla-carousel-vue": "catalog:",
|
|
"es-toolkit": "catalog:",
|
|
"gpuu": "catalog:",
|
|
"hono": "catalog:",
|
|
"html2canvas": "catalog:",
|
|
"idb-keyval": "catalog:",
|
|
"kokoro-js": "catalog:",
|
|
"localforage": "catalog:",
|
|
"mediabunny": "catalog:",
|
|
"nanoid": "catalog:",
|
|
"node-vibrant": "catalog:",
|
|
"ofetch": "catalog:",
|
|
"pinia": "catalog:",
|
|
"posthog-js": "catalog:",
|
|
"rehype-katex": "catalog:",
|
|
"rehype-parse": "catalog:",
|
|
"rehype-stringify": "catalog:",
|
|
"reka-ui": "catalog:",
|
|
"remark-math": "catalog:",
|
|
"remark-parse": "catalog:",
|
|
"remark-rehype": "catalog:",
|
|
"shiki": "catalog:",
|
|
"splitpanes": "catalog:",
|
|
"unified": "catalog:",
|
|
"unist-builder": "catalog:",
|
|
"unist-util-visit": "catalog:",
|
|
"unspeech": "catalog:xsai",
|
|
"unstorage": "catalog:",
|
|
"uuid": "catalog:",
|
|
"valibot": "catalog:",
|
|
"vaul-vue": "catalog:",
|
|
"vue-i18n": "catalog:",
|
|
"vue-router": "catalog:",
|
|
"vue-sonner": "catalog:",
|
|
"web-haptics": "catalog:",
|
|
"xast-util-to-xml": "catalog:",
|
|
"xastscript": "catalog:",
|
|
"xsschema": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@fontsource-variable/comfortaa": "catalog:",
|
|
"@fontsource-variable/dm-sans": "catalog:",
|
|
"@fontsource-variable/jura": "catalog:",
|
|
"@fontsource-variable/nunito": "catalog:",
|
|
"@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": "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": "catalog:",
|
|
"@proj-airi/stream-kit": "workspace:*",
|
|
"@types/audioworklet": "catalog:",
|
|
"@types/culori": "catalog:",
|
|
"@types/d3": "catalog:",
|
|
"@types/hast": "catalog:",
|
|
"@types/splitpanes": "catalog:",
|
|
"@types/unist": "catalog:",
|
|
"@types/ws": "catalog:",
|
|
"@unocss/reset": "catalog:",
|
|
"@vitejs/plugin-vue": "catalog:",
|
|
"@webgpu/types": "catalog:",
|
|
"clustr": "catalog:",
|
|
"csstype": "catalog:",
|
|
"histoire": "catalog:",
|
|
"is-network-error": "catalog:",
|
|
"unocss": "catalog:",
|
|
"unplugin-basemove": "catalog:",
|
|
"unplugin-info": "catalog:",
|
|
"unplugin-yaml": "catalog:",
|
|
"vite": "catalog:",
|
|
"vitest-browser-vue": "catalog:",
|
|
"vue": "catalog:",
|
|
"vue-tsc": "catalog:",
|
|
"ws": "catalog:"
|
|
}
|
|
}
|