95 lines
2.7 KiB
JSON
95 lines
2.7 KiB
JSON
{
|
|
"name": "@airi-proj/stage",
|
|
"type": "module",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.15.0",
|
|
"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",
|
|
"@huggingface/transformers": "^3.1.2",
|
|
"@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.0",
|
|
"@pixiv/three-vrm-animation": "^3.3.0",
|
|
"@pixiv/three-vrm-core": "^3.3.0",
|
|
"@ricky0123/vad-web": "^0.0.21",
|
|
"@tresjs/cientos": "^4.0.3",
|
|
"@tresjs/core": "^4.3.1",
|
|
"@types/yauzl": "^2.10.3",
|
|
"@unhead/vue": "^1.11.14",
|
|
"@unocss/reset": "^0.65.1",
|
|
"@vueuse/core": "^12.0.0",
|
|
"@vueuse/head": "^2.0.0",
|
|
"@vueuse/shared": "^12.0.0",
|
|
"@xsai/model": "^0.0.19",
|
|
"@xsai/shared-chat-completion": "^0.0.19",
|
|
"@xsai/stream-text": "^0.0.19",
|
|
"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.2",
|
|
"three": "^0.171.0",
|
|
"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": {
|
|
"@airi-proj/elevenlabs": "workspace:^",
|
|
"@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",
|
|
"@types/three": "^0.170.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue-macros/volar": "^0.30.7",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"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"
|
|
}
|
|
}
|