OP EDIT: If anyone else comes across this: the app was created using create-react-app, which limits importing to within the src folder. However if you upgrade react-scri
Try this.
// in package.json "version": "1.0.0" // in index.js import packageJson from '../package.json'; console.log(packageJson.version); // "1.0.0"