Add JSON Forms dependencies and update Babel packages

Added @jsonforms/core, @jsonforms/material-renderers, and @jsonforms/react to dependencies. Updated multiple @babel packages and related dependencies to their latest versions in package.json and package-lock.json.
This commit is contained in:
Sora 2026-01-20 11:24:26 +08:00
parent 4f1175a60b
commit d57ed1de85
2 changed files with 3112 additions and 1670 deletions

4777
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,9 @@
"postinstall": "bin/update-workbox.sh"
},
"dependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/material-renderers": "^2.5.2",
"@jsonforms/react": "^2.5.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
@ -82,4 +85,4 @@
"rollup": "npm:@rollup/wasm-node"
}
}
}
}