Skip to content

Instantly share code, notes, and snippets.

@inotives
Created March 30, 2016 17:27
Show Gist options
  • Save inotives/ffee2fa19586194cb12f1e9616405ad8 to your computer and use it in GitHub Desktop.
Save inotives/ffee2fa19586194cb12f1e9616405ad8 to your computer and use it in GitHub Desktop.
{
"name": "react-redux-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.6.1",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"redux": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"jquery": "^2.2.2",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment