feat(component-calling): or component use, init

This commit is contained in:
Neko Ayaka 2025-07-29 02:37:13 +08:00
parent cf78423acc
commit 7f178b130f
No known key found for this signature in database
28 changed files with 1175 additions and 9 deletions

View file

@ -0,0 +1,47 @@
{
"name": "@proj-airi/component-calling",
"type": "module",
"private": true,
"description": "Realtime audio",
"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": "apps/component-calling"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@proj-airi/ui": "workspace:^",
"@valibot/to-json-schema": "1.0.0-rc.0",
"@vueuse/core": "^13.5.0",
"@xsai/generate-text": "catalog:",
"@xsai/shared-chat": "catalog:",
"@xsai/stream-text": "catalog:",
"es-toolkit": "^1.39.7",
"valibot": "1.0.0-beta.9",
"vue": "^3.5.17",
"xsschema": "catalog:"
},
"devDependencies": {
"@iconify-json/solar": "^1.2.2",
"@iconify-json/svg-spinners": "^1.2.2",
"@types/xast": "^2.0.4",
"@unocss/reset": "^66.3.3",
"@vitejs/plugin-vue": "^6.0.0",
"superjson": "^2.2.2",
"unplugin-vue-router": "^0.14.0",
"vite": "catalog:rolldown-vite",
"vue-router": "^4.5.1",
"vue-tsc": "^3.0.3"
}
}