josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
816 stars 108 forks source link

Feat/external dependencies #353

Closed josdejong closed 6 months ago

josdejong commented 6 months ago

This will change the vanilla-jsoneditor npm package such that it does not embed dependencies but instead import them. So, if you use these dependencies (like Ajv, lodash-es, jsonrepair, etc) too in your project, they can be shared instead of being bundled twice.

josdejong commented 6 months ago

published now in v0.20.0