{ "name": "@airi-proj/stt-realtime-webgpu", "type": "module", "private": true, "packageManager": "pnpm@9.15.0", "description": "Yet another WebGPU based Whisper Realtime STT re-implemented", "author": { "name": "Neko Ayaka", "email": "neko@ayaka.moe", "url": "https://github.com/nekomeowww" }, "license": "MIT", "scripts": { "build": "vite build", "dev": "vite", "lint": "eslint .", "preview": "vite preview", "typecheck": "vue-tsc --noEmit" }, "dependencies": { "@unhead/vue": "^1.11.14", "@unocss/reset": "^0.65.1", "@vueuse/core": "^12.0.0", "@vueuse/head": "^2.0.0", "nprogress": "^0.2.0", "ofetch": "^1.4.1", "pinia": "^2.3.0", "vue": "^3.5.13", "vue-demi": "^0.14.10", "vue-i18n": "^10.0.5", "vue-router": "^4.5.0" }, "devDependencies": { "@huggingface/transformers": "^3.1.2", "@iconify-json/carbon": "^1.2.4", "@iconify-json/eos-icons": "^1.2.1", "@iconify-json/solar": "^1.2.1", "@intlify/unplugin-vue-i18n": "^6.0.1", "@shikijs/markdown-it": "^1.24.2", "@types/markdown-it-link-attributes": "^3.0.5", "@types/nprogress": "^0.2.3", "@vitejs/plugin-vue": "^5.2.1", "@vue-macros/volar": "^0.30.7", "markdown-it-link-attributes": "^4.0.1", "shiki": "^1.24.2", "unplugin-auto-import": "^0.18.6", "unplugin-vue-components": "^0.27.5", "unplugin-vue-macros": "^2.13.5", "unplugin-vue-markdown": "^0.27.1", "unplugin-vue-router": "^0.10.9", "vite-bundle-visualizer": "^1.2.1", "vite-plugin-pwa": "^0.21.1", "vite-plugin-vue-devtools": "^7.6.7", "vite-plugin-vue-layouts": "^0.11.0", "vite-plugin-webfont-dl": "^3.10.3", "vue-tsc": "^2.1.10" } }