Created
June 17, 2019 03:51
-
-
Save tkssharma/2d1fd87f5471eeeba0022ae263d37299 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": "intro", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"react": "^16.2.0", | |
"react-dom": "^16.2.0", | |
"react-router-dom": "^4.2.2", | |
"react-scripts": "1.0.17", | |
"sw-precache": "^5.2.1" | |
}, | |
"scripts": { | |
"start": "react-scripts start && sw-precache --config=sw-precache-config.js", | |
"build": "react-scripts build && sw-precache --config=sw-precache-config.js", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment