Separate devDependencies from dependencies #116
Labels
_flag:stale
[BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again
maint:dependency
Dependency updates and their version upgrades.
type:maintenance
Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs
Right now we build and deploy by installing dev dependencies along with dependencies and if we switch to building and deploying using dependencies only the app will crash as some of the packages (like typescript) listed in dev dependencies are required for building.
So we want to update the package.json file so we have all the necessary packages for building, deploying, and running the tool in the dependencies section.
The text was updated successfully, but these errors were encountered: