e9914caa30
goutamnextflow adopts @insignia/iios-messaging-ui (drops the bespoke messenger/inbox/mail) and adds Org Settings → Integrations. Resolve against the Smart Gallery work: - dashboard.tsx: route messenger→MessengerSdk, inbox→InboxSdk, add settings→ Settings (goutamnextflow) AND keep gallery→SmartGallery (ours). Drop the now-deleted Messenger/Inbox imports. - next.config.ts / package.json: union transpilePackages + deps (keep @photo-gallery/sdk + ML deps AND @insignia/iios-messaging-ui). - dashboard.css: keep both appended blocks (.gal* gallery + .settings-* org settings). Gallery integrates with zero errors. Vendored @photo-gallery/sdk re-synced (0-diff). Verified: tsc clean + `next build` compiles the whole merged app (gallery AI routes + dashboard). The new @insignia/iios-messaging-ui private dep is stubbed locally (see .claude/dev-scripts); it resolves on CI/Vercel.
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "lynkeduppro-crm",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"sync:gallery-sdk": "node scripts/sync-gallery-sdk.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@abe-kap/appshell-sdk": "^0.2.6",
|
|
"@huggingface/transformers": "^4.2.0",
|
|
"@imgly/background-removal": "^1.7.0",
|
|
"@insignia/iios-kernel-client": "^0.1.4",
|
|
"@insignia/iios-messaging-ui": "^0.1.4",
|
|
"@photo-gallery/sdk": "file:./vendor/photo-gallery-sdk",
|
|
"@tensorflow-models/coco-ssd": "^2.2.3",
|
|
"@tensorflow/tfjs": "^4.22.0",
|
|
"@vladmandic/face-api": "^1.7.15",
|
|
"clsx": "^2.1.1",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^1.21.0",
|
|
"next": "16.2.9",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tesseract.js": "5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.9",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|