Skip to content

Instantly share code, notes, and snippets.

@alexmochu
Created July 22, 2020 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexmochu/8732e398890b921f5807d17e08d128ca to your computer and use it in GitHub Desktop.
Save alexmochu/8732e398890b921f5807d17e08d128ca to your computer and use it in GitHub Desktop.
{
"package": {
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.9",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"typescript": "~3.7.2",
"redux-injectors": "^1.3.0"
},
"scripts": {
"serve": "serve -s build",
"build-and-serve": "npm run build && npm run serve"
},
"eslintConfig": {
"extends": ["react-app", "plugin:jsx-a11y/recommended"],
"plugins": ["jsx-a11y"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment