redwoodjs / redwood

The App Framework for Startups
https://redwoodjs.com
MIT License
17.36k stars 1k forks source link

[Bug?]: @redwoodjs/internal depends on typescript and prettier #7265

Open rmzg-ll opened 1 year ago

rmzg-ll commented 1 year ago

What's not working?

Installing this package by itself pulls in both prettier and typescript which combine for over 100megs of dependencies, it'd be nice if they were either moved to devDependencies or removed entirely.

How do we reproduce the bug?

No response

What's your environment? (If it applies)

No response

Are you interested in working on this?

KhuloodHassan commented 1 year ago

Is this issue open?

jtoar commented 1 year ago

@KhuloodHassan yes it's still open. @redwoodjs/internal still depends on both these packages, and while it still needs their functionality for certain things, most of that functionality is dev-time, and not needed for build and prod in containerized environments. Happy to follow up with more details if you're interested; but if you were only wondering if it was a problem or not I may have already given you too many

KhuloodHassan commented 1 year ago

@jtoar Was asking so I can contribute! Can I get more detail? I'm currently learning React and Typescript so I might need some help but would to contribute!