refactor widget api design

this passes all widget API calls through the backend, with a pluggable design and reusable API handlers
This commit is contained in:
Ben Phelps
2022-09-04 21:58:42 +03:00
parent 975f79f6cc
commit 97bf174b78
27 changed files with 370 additions and 252 deletions

View File

@@ -14,6 +14,7 @@
"dockerode": "^3.3.3",
"js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.3.0",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"next": "12.2.5",
"node-os-utils": "^1.3.7",