{ "name": "@airi-vtuber/stage", "type": "module", "private": true, "packageManager": "pnpm@9.14.4", "description": "LLM powered virtual character", "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": { "@11labs/client": "^0.0.4", "@ai-sdk/openai": "^1.0.5", "@pixi/app": "^6.5.10", "@pixi/constants": "6", "@pixi/core": "6", "@pixi/display": "6", "@pixi/extensions": "^6.5.10", "@pixi/loaders": "6", "@pixi/math": "6", "@pixi/runner": "6", "@pixi/settings": "6", "@pixi/sprite": "6", "@pixi/ticker": "^6.5.10", "@pixi/utils": "6", "@types/yauzl": "^2.10.3", "@unhead/vue": "^1.11.13", "@unocss/reset": "^0.65.0", "@vueuse/core": "^12.0.0", "@vueuse/head": "^2.0.0", "ai": "^4.0.10", "nprogress": "^0.2.0", "ofetch": "^1.4.1", "openai": "^4.74.0", "pinia": "^2.2.8", "pixi-live2d-display": "^0.4.0", "rehype-stringify": "^10.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "unified": "^11.0.5", "vue": "^3.5.13", "vue-demi": "^0.14.10", "vue-i18n": "^10.0.5", "vue-router": "^4.5.0", "yauzl": "^3.2.0", "zod": "^3.23.8" }, "devDependencies": { "@iconify-json/carbon": "^1.2.4", "@intlify/unplugin-vue-i18n": "^6.0.0", "@shikijs/markdown-it": "^1.24.0", "@types/markdown-it-link-attributes": "^3.0.5", "@types/nprogress": "^0.2.3", "@vitejs/plugin-vue": "^5.2.1", "@vue-macros/volar": "^0.30.6", "markdown-it-link-attributes": "^4.0.1", "shiki": "^1.24.0", "unplugin-auto-import": "^0.18.6", "unplugin-vue-components": "^0.27.5", "unplugin-vue-macros": "^2.13.4", "unplugin-vue-markdown": "^0.27.1", "unplugin-vue-router": "^0.10.8", "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.2", "vue-tsc": "^2.1.10" } }