### New Feature / Enhancement Checklist <!-- Check every following box [x] before submitting your issue. Click the "Preview" tab for better readability. Thanks for contributing to Parse Platform! --> - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/parse-dashboard/issues?q=is%3Aissue). ### Current Limitation <!-- Which current limitation is the feature or enhancement addressing? --> It seems that ace-builds and TS are included into deps. Both package weight 100MB in total in node_modules in a prod environment. ### Feature / Enhancement Description <!-- What is the concept of the functionality and how should it be implemented? --> Try to move some deps to dev deps, to minimize weight of developers docker builds. ### Example Use Case <!-- What is an example use case in steps (1. / 2. / 3. / etc.) that describes the functionality? --> ### Alternatives / Workarounds <!-- Which alternatives or workarounds exist currently? --> Avoid using dashboard on parse docker. ### 3rd Party References <!-- Have you seen a similar functionality provided somewhere else? -->