Are 3 "version" numbers really required in a React project? – Reactjs
In my React project, I see one version number in the package.json file. Then I see two more instances of it in the package-lock.json file. I see the purpose of the first one but don't understand the need for it…