Skip to content

Instantly share code, notes, and snippets.

@ydatech
Created December 22, 2017 16:17
Show Gist options
  • Select an option

  • Save ydatech/a7a7beb47d76432718dca0df437f3f0d to your computer and use it in GitHub Desktop.

Select an option

Save ydatech/a7a7beb47d76432718dca0df437f3f0d to your computer and use it in GitHub Desktop.
surge pacakge.json for https://learnreact.blogspot.com
{
"name": "surge",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17"
},
"scripts": {
"deploy": "npm run build && surge build -d learnreactsurge.surge.sh",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"surge": "^0.19.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment