v1.1.10
Updated the React project.
- Bumped all dependencies up to the latest versions
- Reorganized dependencies / devDependencies accordingly
- Removed troublesome packages that were causing issues
- Updated code to match standard patterns with the latest React versions
- Pulled out BrowserSync since it’s capabilities are covered by the latest versions of webpack
- Deleted redundant config JSON
- Swapped SASS out for LESS (since the node-sass module was causing the python issues, as it has a hard requirement on node-gyp/python, which has special required steps on Windows).