feat(json-diff): add new tool to get the diff of two given JSONs

This commit is contained in:
Carsten Götzinger 2023-04-13 15:06:46 +02:00
parent 7d7cc99866
commit 80af4a3eea
9 changed files with 559 additions and 1 deletions

View file

@ -56,6 +56,7 @@
"fuse.js": "^6.6.2",
"highlight.js": "^11.7.0",
"json5": "^2.2.3",
"jsondiffpatch-rc": "^0.4.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mathjs": "^10.6.4",
@ -68,6 +69,7 @@
"plausible-tracker": "^0.3.8",
"qrcode": "^1.5.1",
"randombytes": "^2.1.0",
"sanitize-html": "^2.10.0",
"sql-formatter": "^8.2.0",
"ts-pattern": "^4.2.2",
"ua-parser-js": "^1.0.35",