Skip to content

Commit

Permalink
Basic React TODO example
Browse files Browse the repository at this point in the history
  • Loading branch information
slashdotdash committed Nov 9, 2015
1 parent a5116a2 commit 4bd5e3d
Show file tree
Hide file tree
Showing 12 changed files with 20,271 additions and 42 deletions.
42 changes: 42 additions & 0 deletions package.json
@@ -0,0 +1,42 @@
{
"name": "phoenix_react_redux_example",
"version": "0.0.1",
"description": "Phoenix framework example using React and Redux",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/slashdotdash/phoenix-react-redux-example.git"
},
"keywords": [
"phoenix",
"react",
"redux"
],
"author": "Ben Smith (ben@10consulting.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/slashdotdash/phoenix-react-redux-example/issues"
},
"homepage": "https://github.com/slashdotdash/phoenix-react-redux-example#readme",
"dependencies": {
"react": "^0.14.2",
"react-redux": "^4.0.0",
"react-router": "^0.13.5",
"redux": "^3.0.4",
"redux-thunk": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"css-loader": "^0.22.0",
"extract-text-webpack-plugin": "^0.9.1",
"node-libs-browser": "^0.5.3",
"node-sass": "^3.4.1",
"react-dom": "^0.14.2",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.2"
}
}

0 comments on commit 4bd5e3d

Please sign in to comment.