Created
May 17, 2019 17:27
-
-
Save BetterProgramming/4ea2f2814c790bd7c3bc313ba721c41f to your computer and use it in GitHub Desktop.
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": "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