Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created June 17, 2019 03:51
Show Gist options
  • Save tkssharma/2d1fd87f5471eeeba0022ae263d37299 to your computer and use it in GitHub Desktop.
Save tkssharma/2d1fd87f5471eeeba0022ae263d37299 to your computer and use it in GitHub Desktop.
{
"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