Sami Marreed
feat: docker-v1 with optimized frontend
0646b18
{
"name": "nocodeui-workspaces",
"version": "1.0.1",
"description": "This is a monorepo project to hold nocodeui packages with npm workspaces feature",
"keywords": [],
"author": "",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"extension",
"runtime",
"shared",
"agentic_chat",
"frontend"
],
"devDependencies": {
"@types/jest-image-snapshot": "^6.4.0",
"jest-image-snapshot": "^6.4.0",
"puppeteer": "^24.22.3"
},
"dependencies": {
"lodash.debounce": "^4.0.8"
},
"pnpm": {
"overrides": {
"tar-fs": "^3.1.1",
"node-forge": "^1.3.2",
"glob": "^10.5.0",
"mdast-util-to-hast": "^13.2.1"
}
}
}