43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@proj-airi/realtime-audio",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Realtime audio",
|
|
"author": {
|
|
"name": "Neko Ayaka",
|
|
"email": "neko@ayaka.moe",
|
|
"url": "https://github.com/nekomeowww"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "apps/realtime-audio"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^13.0.0",
|
|
"@xsai/generate-text": "catalog:",
|
|
"@xsai/shared-chat": "catalog:",
|
|
"@xsai/stream-text": "catalog:",
|
|
"defu": "^6.1.4",
|
|
"es-toolkit": "^1.34.1",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/solar": "^1.2.2",
|
|
"@unocss/reset": "^66.1.0-beta.8",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"superjson": "^2.2.2",
|
|
"unplugin-vue-router": "^0.12.0",
|
|
"vite": "^6.2.4",
|
|
"vue-router": "^4.5.0",
|
|
"vue-tsc": "^3.0.0-alpha.2"
|
|
}
|
|
}
|