osmlab / onosm.org

An easy way to put your business on OSM.
The Unlicense
74 stars 62 forks source link

Add package manager #108

Open ArcaneDots opened 1 year ago

ArcaneDots commented 1 year ago

This project is starting to collect a number of third-party and custom dependencies. Many of them are old and out of date. I just ran into a conflict between Bootstrap and JQuery while trying to fix issue #106. Translations stopped working since there was a conflict with i18next and a new version of JQuery. My plan is to simplify the process using one of the popular package managers.

Thinking Yarn but open to NPM or something else well supported.

iandees commented 1 year ago

I don't know a ton about JS package managers, but if we can get away with plain 'ol npm that might be easier?

ArcaneDots commented 1 year ago

Just did some research on the ones available. For their differences, NPM should work fine for our purposes.

ahangarha commented 7 months ago

Any progress on this?