I found a phenomenon in the development project. In vue projects, the third-party libraries of plug-ins are usually installed in production dependencies, but most of them in react are installed in development dependencies. How to tell which one is installed when npm is installed? Is it because of the different webpack configuration? What are the advantages and disadvantages? (ps: is a rookie)