mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
30 lines
832 B
JSON
30 lines
832 B
JSON
{
|
|
"name": "comfyui-lora-manager-vue-widgets",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Vue-based custom widgets for ComfyUI LoRA Manager",
|
|
"dependencies": {
|
|
"primevue": "^4.2.5",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^9.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@comfyorg/comfyui-frontend-types": "^1.35.4",
|
|
"@types/node": "^22.10.1",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
"vue-tsc": "^2.1.10"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build",
|
|
"build:production": "vite build --mode production",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"clean": "rm -rf ../web/comfyui/vue-widgets",
|
|
"rebuild": "npm run clean && npm run build",
|
|
"prepare": "npm run build"
|
|
}
|
|
}
|