Files
moeka-project/apps/moonshine-web/package.json
T
2025-03-07 23:33:23 +08:00

38 lines
967 B
JSON

{
"name": "@proj-airi/moonshine-web",
"type": "module",
"private": true,
"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.3",
"@unocss/reset": "^66.1.0-beta.3",
"@vueuse/core": "^12.8.2",
"@vueuse/motion": "^2.2.6",
"ofetch": "^1.4.1",
"three": "^0.174.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@huggingface/transformers": "^3.4.0",
"@types/audioworklet": "^0.0.71",
"@types/three": "^0.174.0",
"@vitejs/plugin-vue": "^5.2.1",
"@webgpu/types": "^0.1.55",
"hfup": "workspace:^",
"vue-tsc": "^2.2.8"
}
}