Skip to content

Instantly share code, notes, and snippets.

@KTruong008
Created September 18, 2017 00:47
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 KTruong008/10055b7f14327e09df53789b16efa4d8 to your computer and use it in GitHub Desktop.
Save KTruong008/10055b7f14327e09df53789b16efa4d8 to your computer and use it in GitHub Desktop.
{
"name": "redux-form-v7-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"moment": "^2.18.1",
"react": "^15.6.1",
"react-addons-shallow-compare": "^15.6.0",
"react-dates": "^12.6.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-scripts": "1.0.13",
"redux": "^3.7.2",
"redux-form": "^7.0.4",
"reselect": "^3.0.1",
"tachyons": "^4.8.1"
},
"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