Files
moeka-project/packages/moonshine-web/package.json
T
Neko 86fac7dcb7 feat: integrated to @xsai/generate-speech (#9)
* feat: integrated to @xsai/generate-speech
* chore: updated impl
* feat: done integrations
* chore: remove llm-proxy package, remove unused eslint config
2025-01-05 19:29:08 +08:00

39 lines
995 B
JSON

{
"name": "@proj-airi/moonshine-web",
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.2",
"description": "Yet another WebGPU based STT + VAD with Moonshine model re-implemented",
"author": {
"name": "Neko Ayaka",
"email": "neko@ayaka.moe",
"url": "https://github.com/nekomeowww"
},
"license": "MIT",
"scripts": {
"build": "vite build",
"dev": "vite --port 5175",
"lint": "eslint .",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@tresjs/core": "^4.3.2",
"@unocss/reset": "^0.65.3",
"@vueuse/core": "^12.3.0",
"@vueuse/motion": "^2.2.6",
"ofetch": "^1.4.1",
"three": "^0.172.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@huggingface/transformers": "^3.2.4",
"@types/audioworklet": "^0.0.65",
"@types/three": "^0.171.0",
"@vitejs/plugin-vue": "^5.2.1",
"@webgpu/types": "^0.1.52",
"hfup": "workspace:^",
"vue-tsc": "^2.2.0"
}
}