MapThing now has a number of dependencies, which should really be reviewed.
Any redundant dependencies should be removed from package.json or the vendors directory.
Required dependencies should be assessed for their robustness and popularity - we only really want to be dependent on on 3rd party libraries which are likely to be long-lived and well tested.
For those that don't meet such standards, we should consider either implementing our own version within the MapThing library, or maintaining the 3rd party code ourselves in the vendors directory.
MapThing now has a number of dependencies, which should really be reviewed. Any redundant dependencies should be removed from
package.json
or thevendors
directory.Required dependencies should be assessed for their robustness and popularity - we only really want to be dependent on on 3rd party libraries which are likely to be long-lived and well tested.
For those that don't meet such standards, we should consider either implementing our own version within the MapThing library, or maintaining the 3rd party code ourselves in the
vendors
directory.