Last active
January 28, 2020 08:21
-
-
Save shivampip/1981a28ff5d60d786fd78a6e8a537c60 to your computer and use it in GitHub Desktop.
[Embadded on Medium]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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