-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
This is a feedback. I using nx and it works very well to my clients :)
One thing though, currently I have one package.json
with many dependencies of my apps and libs and its hard to tell which dependency in use in which apps/libs.
It will be great if each app and lib will have its own package.json with the packages that app/lib uses.
Even all dependencies are the same versions, I want to know in ease what packages I use for the app.
Why? sometimes I want to move the apps from repo to another repo and I need to take the package.json
and copy and filter the packages that the app/lib not use.
(In lerna monorepos for example I have each package the package.json`)
NX Team, what do you think about it? this can be done in nx?
ubaidazad