first commit

This commit is contained in:
2026-07-17 21:48:37 +05:30
commit f85599dac5
124 changed files with 10775 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "message-inbox-web-frontend-sdk",
"version": "0.1.0",
"private": true,
"description": "Slack-grade team messaging + inbox + support SDK and demo app (BFF pattern, static demo). Styled to match LynkedUp Pro.",
"scripts": {
"dev": "pnpm --filter @lynkd/web dev",
"build": "pnpm -r build",
"start": "pnpm --filter @lynkd/web start",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck"
},
"engines": {
"node": ">=20"
}
}