Flatted and issues fixed with Claude Desktop.
This commit is contained in:
29
package.json
29
package.json
@@ -4,21 +4,27 @@
|
||||
"description": "T-shirt customization editor with background removal, stickers, text, and export",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "server/index.js",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"",
|
||||
"dev:client": "cd client && vite",
|
||||
"dev:server": "node --watch server/index.js",
|
||||
"build": "cd client && vite build",
|
||||
"start": "node server/index.js",
|
||||
"install:all": "npm install && cd client && npm install"
|
||||
"dev": "concurrently \"vite\" \"DYLD_INSERT_LIBRARIES='' node --watch server.js\"",
|
||||
"dev:win": "concurrently \"vite\" \"node --watch server.js\"",
|
||||
"build": "vite build",
|
||||
"start": "node server.js",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@huggingface/transformers": "^3.4.0",
|
||||
"canvas": "^2.11.2",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.18.2",
|
||||
"konva": "^10.0.0",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"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": {
|
||||
@@ -33,14 +39,7 @@
|
||||
"globals": "^17.5.0",
|
||||
"vite": "^8.0.9",
|
||||
"vite-plugin-pwa": "^0.20.5",
|
||||
"workbox-window": "^7.1.0",
|
||||
"react": "^19.2.5",
|
||||
"react-dom": "^19.2.5",
|
||||
"react-konva": "^18.2.10",
|
||||
"konva": "^9.3.18",
|
||||
"use-image": "^1.1.1",
|
||||
"@xenova/transformers": "^2.17.2",
|
||||
"react-filerobot-image-editor": "^4.8.1"
|
||||
"workbox-window": "^7.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
|
||||
Reference in New Issue
Block a user