Files
moeka-project/packages/stage/package.json
T
2024-12-26 00:49:46 +08:00

106 lines
3.1 KiB
JSON

{
"name": "@proj-airi/stage",
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.1",
"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",
"@formkit/auto-animate": "^0.8.2",
"@gcornut/valibot-json-schema": "^0.42.0",
"@huggingface/transformers": "^3.2.3",
"@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",
"@pixiv/three-vrm": "^3.3.1",
"@pixiv/three-vrm-animation": "^3.3.1",
"@pixiv/three-vrm-core": "^3.3.1",
"@ricky0123/vad-web": "^0.0.22",
"@tresjs/cientos": "^4.0.3",
"@tresjs/core": "^4.3.1",
"@types/yauzl": "^2.10.3",
"@typeschema/valibot": "^0.14.0",
"@unhead/vue": "^1.11.14",
"@unocss/reset": "^0.65.3",
"@vueuse/core": "^12.2.0",
"@vueuse/head": "^2.0.0",
"@vueuse/shared": "^12.2.0",
"@xsai/generate-text": "^0.0.22",
"@xsai/model": "^0.0.22",
"@xsai/providers": "^0.0.22",
"@xsai/shared-chat": "^0.0.22",
"@xsai/stream-text": "^0.0.22",
"defu": "^6.1.4",
"nprogress": "^0.2.0",
"ofetch": "^1.4.1",
"onnxruntime-web": "^1.20.1",
"pinia": "^2.3.0",
"pixi-live2d-display": "^0.4.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^1.24.4",
"three": "^0.171.0",
"unified": "^11.0.5",
"valibot": "1.0.0-beta.9",
"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.24.1"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/eos-icons": "^1.2.2",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/mingcute": "^1.2.3",
"@iconify-json/solar": "^1.2.2",
"@iconify-json/svg-spinners": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^6.0.2",
"@proj-airi/elevenlabs": "workspace:^",
"@shikijs/markdown-it": "^1.24.4",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/three": "^0.171.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.8",
"@vueuse/motion": "^2.2.6",
"markdown-it-link-attributes": "^4.0.1",
"unocss-preset-theme": "^0.14.1",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-macros": "^2.13.6",
"unplugin-vue-markdown": "^0.28.0",
"unplugin-vue-router": "^0.10.9",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.8",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.10.3",
"vue-tsc": "^2.2.0"
}
}