=== NEW === - studio/ — MCPEngine Studio scaffold (Next.js monorepo, build plan) - docs/FACTORY-V2.md — Factory v2 architecture doc - docs/CALENDLY_MCP_BUILD_SUMMARY.md — Calendly MCP build report === UPDATED SERVERS === - fieldedge: Added jobs-tools, UI build script, main entry update - lightspeed: Updated main + server entry points - squarespace: Added collection-browser + page-manager apps - toast: Added main + server entry points === INFRA === - infra/command-center/state.json — Updated pipeline state - infra/command-center/FACTORY-V2.md — Factory v2 operator playbook
21 lines
441 B
JSON
21 lines
441 B
JSON
{
|
|
"name": "@mcpengine/ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"lucide-react": "^0.469.0",
|
|
"clsx": "^2.1.0",
|
|
"tailwind-merge": "^3.0.0",
|
|
"canvas-confetti": "^1.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/canvas-confetti": "^1.6.0"
|
|
}
|
|
}
|