Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created May 17, 2019 17:27
Show Gist options
  • Select an option

  • Save BetterProgramming/4ea2f2814c790bd7c3bc313ba721c41f to your computer and use it in GitHub Desktop.

Select an option

Save BetterProgramming/4ea2f2814c790bd7c3bc313ba721c41f to your computer and use it in GitHub Desktop.
{
"name": "app-name",
"version": "0.1.0",
"private": true,
"dependencies": {
"blockstack": "19.0.0-alpha.2",
"react": "^16.8.6",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment