Tucsky / aggr

Cryptocurrency trades aggregator
https://charts.aggr.trade/
GNU General Public License v3.0
811 stars 232 forks source link

[BUG] Dexie library is added as a dev dependency but is needed at runtime #336

Open adeacetis opened 1 year ago

adeacetis commented 1 year ago

Describe the issue

Dexie library is necessary at runtime but it was saved as devDependency in the package.json. If you build for production and don't include Dexie, it could create some issues down the line when we'll update the stack.

Steps to reproduce

(Preferably from a clean environment/incognito mode)

  1. Open Package.json
  2. Read devDependency section

image