Revert "Use npm to manage litegraph dependency (#45)" (#47)

This reverts commit 4640eaf0ac.
This commit is contained in:
Chenlei Hu
2024-06-20 13:55:36 -04:00
committed by GitHub
parent 4640eaf0ac
commit 3ace859106
31 changed files with 16985 additions and 45 deletions

View File

@@ -24,10 +24,10 @@
"ts-node": "^10.9.2",
"tsx": "^4.15.6",
"typescript": "^5.4.5",
"vite": "^5.2.0"
"vite": "^5.2.0",
"vite-plugin-static-copy": "^1.0.5"
},
"dependencies": {
"comfyui-litegraph": "^0.7.16",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
}