{ "buildCommand": "npm run build", "outputDirectory": "build", "devCommand": "npm start", "framework": "create-react-app", "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ] }