Update to add externalized dependencies for the goods-editor-module

This commit is contained in:
khalid@traclabs.com
2026-05-24 10:56:43 -05:00
parent 846560f81a
commit e4e9459c86
3 changed files with 57 additions and 15 deletions

View File

@@ -14,17 +14,22 @@
"test": "echo 'Editor tests live in the goods-editor module. Run them from there.' && exit 0"
},
"dependencies": {
"goods-editor": "git+ssh://git@git.kadil.dev:222/khalidadil/goods-editor-module.git#v0.1.0-alpha.2",
"goods-editor": "git+ssh://git@git.kadil.dev:222/khalidadil/goods-editor-module.git#v0.2.0-alpha.0",
"@huggingface/transformers": "^3.4.0",
"canvas": "^3.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^7.4.0",
"konva": "^10.0.0",
"multer": "^2.0.0",
"pino": "^9.5.0",
"pino-http": "^10.3.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-filerobot-image-editor": "^4.8.1",
"react-konva": "^19.2.3",
"sharp": "^0.33.2",
"use-image": "^1.1.1",
"uuid": "^9.0.1"
},
"devDependencies": {