Skip to content

Instantly share code, notes, and snippets.

@shivampip
Last active January 28, 2020 08:21
Show Gist options
  • Select an option

  • Save shivampip/1981a28ff5d60d786fd78a6e8a537c60 to your computer and use it in GitHub Desktop.

Select an option

Save shivampip/1981a28ff5d60d786fd78a6e8a537c60 to your computer and use it in GitHub Desktop.
[Embadded on Medium]
{
"name": "ghtest",
"homepage": "https://shivampip.github.io/ghtest/",
"version": "0.1.0",
"private": true,
"dependencies": {
"gh-pages": "^2.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment