{ "name": "web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start -p 3000", "lint": "next lint", "typecheck": "tsc --noEmit" }, "dependencies": { "@huggingface/transformers": "^3.8.1", "@imgly/background-removal": "^1.7.0", "@photo-gallery/sdk": "workspace:*", "@supabase/supabase-js": "^2.108.2", "@tensorflow-models/coco-ssd": "^2.2.3", "@tensorflow/tfjs": "^4.22.0", "@vladmandic/face-api": "^1.7.15", "leaflet": "^1.9.4", "next": "^15.1.6", "react": "^18.3.1", "react-dom": "^18.3.1", "tesseract.js": "5.1.1" }, "devDependencies": { "@types/node": "^20.16.11", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" } }