mirror of
https://github.com/HumanAIGC-Engineering/OpenAvatarChat-WebUI.git
synced 2026-02-04 09:29:21 +08:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "open-avatar-chat-webui",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vue-tsc && vite build",
|
|
"dev": "vite",
|
|
"lint": "eslint . --ext .js,.ts,.vue --fix",
|
|
"prepare": "husky install"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,vue}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "^1.10.0",
|
|
"base64-js": "^1.5.1",
|
|
"buffer": "^6.0.3",
|
|
"click-outside-vue3": "^4.0.1",
|
|
"eventemitter3": "^5.0.1",
|
|
"gaussian-splat-renderer-for-lam": "^0.0.8",
|
|
"hls.js": "^1.5.16",
|
|
"mrmime": "^2.0.0",
|
|
"nanoid": "^5.1.5",
|
|
"p-queue": "^8.0.1",
|
|
"pinia": "^3.0.3",
|
|
"python-struct": "^1.1.3",
|
|
"vue": "^3.5.17",
|
|
"vue-i18n": "^11.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.33.0",
|
|
"@types/node": "^20.17.6",
|
|
"@types/python-struct": "^1.0.4",
|
|
"@typescript-eslint/parser": "^8.39.1",
|
|
"@vitejs/plugin-legacy": "^7.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-vue": "^10.4.0",
|
|
"globals": "^16.3.0",
|
|
"husky": "^9.1.7",
|
|
"less": "^4.2.0",
|
|
"lint-staged": "^16.1.5",
|
|
"prettier": "^3.6.2",
|
|
"simple-git-hooks": "^2.13.0",
|
|
"terser": "^5.36.0",
|
|
"vite": "^7.0.1",
|
|
"vite-plugin-mkcert": "^1.17.6",
|
|
"vue-tsc": "^3.0.1"
|
|
},
|
|
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
|
|
}
|