Small, non-functional fix for silly development environment bug

As I'm relatively happy with the result of my work in this LD, I'm in the process of remaking the game in a far more structured manner, hoping to give it better graphics, and gameplay, as well as adding music, sound and many more levels to make use of the happy accidents of the game design.

While setting up the new project, I noticed that there is no reason whatsoever to pull in all those babel packages into the dev dependencies, as I never use anything other than typescript in my project. So for the sake of anyone hoping to look into the source of the entry I've pushed a new branch fix/dependencies where the project setup is fixed, and also includes the mobile scaling fix.

fixes.png

Those will be merged back into the main branch once LD42 ends.