This commit is contained in:
2026-08-29 13:32:57 +08:00
commit c56aa6e752
81 changed files with 14319 additions and 0 deletions

15
sandbox/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "smart-factory-agent-runtime",
"private": true,
"version": "0.1.0",
"dependencies": {
"docx": "^9.5.1",
"pdf-lib": "^1.17.1",
"playwright": "^1.62.1",
"pptxgenjs": "^4.0.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-icons": "^5.7.0",
"sharp": "^0.35.4"
}
}