Created
August 28, 2019 06:07
-
-
Save tkssharma/f2850c7afda2e36d09d9d0a8e7d30bf6 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": "react-with-workbox", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"axios": "^0.19.0", | |
"eslint-config-prettier": "^6.1.0", | |
"prettier": "^1.18.2", | |
"react": "^16.4.2", | |
"react-app-rewire-workbox": "^2.0.1", | |
"react-app-rewired": "^1.5.2", | |
"react-dom": "^16.4.2", | |
"react-scripts": "1.1.4", | |
"workbox-webpack-plugin": "^3.4.1" | |
}, | |
"scripts": { | |
"start": "react-app-rewired start", | |
"build": "react-app-rewired build", | |
"test": "react-app-rewired test --env=jsdom", | |
"eject": "react-scripts eject", | |
"lint": "eslint --fix ./src", | |
"lint:fix": "yarn lint --fix" | |
}, | |
"devDependencies": { | |
"eslint-plugin-prettier": "^3.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment