A few housekeeping updates for the opencost UI:
- Removes a redundant preset from .babelrc (this preset is included with
Parcel by default).
- Updates the README.md file to require newer versions of NodeJS and
NPM.
- Adds a .nvmrc file to pin a working version.
- Updates package-lock.json to v2, to be compatible with the newer
version of NPM.
- Makes a minor upgrade to the Recharts version.
Signed-off-by: Neal Ormsbee <neal.ormsbee@gmail.com>