The script downloads all of the dependencies in all of their version in package.json (recursive, nested)
The script contains inside of it a package.json object, it will download all of the dependencies (and their dependencies, recursively) in the packages.json object with all of their available versions in the last couple of years. Follow the instructions on how to run the script, the downloaded packages will be found in the folder "create-react-app-deps" as .tgz files.
- execute npm install command before running the script.
- open the script in notepad++ or any other editor and replace the package.json object( right now it is hardcoded).
- you need to create an empty folder named "create-react-app-deps"
- good luck, run the script.