48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "apparel-designer",
|
|
"version": "1.0.0",
|
|
"description": "T-shirt customization editor with background removal, stickers, text, and export",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"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": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"concurrently": "^8.2.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.5.0",
|
|
"vite": "^8.0.9",
|
|
"vite-plugin-pwa": "^0.20.5",
|
|
"workbox-window": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|