Skip to content

Instantly share code, notes, and snippets.

/package.json Secret

Created June 14, 2017 05:40
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 anonymous/347a3c9039974e8aee5c9295e07daa49 to your computer and use it in GitHub Desktop.
Save anonymous/347a3c9039974e8aee5c9295e07daa49 to your computer and use it in GitHub Desktop.
{
"name": "CursoReactRedux",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "1.0.7"
},
"dependencies": {
"axios": "^0.15.3",
"immutability-helper": "^2.1.1",
"immutable": "^3.8.1",
"prop-types": "^15.5.10",
"react": "^15.6.0",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.6.0",
"react-redux": "^5.0.5",
"redux-thunk": "^2.2.0",
"violet-paginator": "^2.0.2",
"react-router": "^3.0.2",
"react-router-bootstrap": "^0.23.1",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"redux-logger": "^2.7.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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