Skip to content

Commit 4bd5e3d

Browse files
committed
Basic React TODO example
1 parent a5116a2 commit 4bd5e3d

File tree

12 files changed

+20271
-42
lines changed

12 files changed

+20271
-42
lines changed

package.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "phoenix_react_redux_example",
3+
"version": "0.0.1",
4+
"description": "Phoenix framework example using React and Redux",
5+
"scripts": {},
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/slashdotdash/phoenix-react-redux-example.git"
9+
},
10+
"keywords": [
11+
"phoenix",
12+
"react",
13+
"redux"
14+
],
15+
"author": "Ben Smith (ben@10consulting.com)",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/slashdotdash/phoenix-react-redux-example/issues"
19+
},
20+
"homepage": "https://github.com/slashdotdash/phoenix-react-redux-example#readme",
21+
"dependencies": {
22+
"react": "^0.14.2",
23+
"react-redux": "^4.0.0",
24+
"react-router": "^0.13.5",
25+
"redux": "^3.0.4",
26+
"redux-thunk": "^1.0.0"
27+
},
28+
"devDependencies": {
29+
"babel-core": "^6.1.2",
30+
"babel-loader": "^6.0.1",
31+
"babel-preset-es2015": "^6.1.2",
32+
"babel-preset-react": "^6.1.2",
33+
"css-loader": "^0.22.0",
34+
"extract-text-webpack-plugin": "^0.9.1",
35+
"node-libs-browser": "^0.5.3",
36+
"node-sass": "^3.4.1",
37+
"react-dom": "^0.14.2",
38+
"sass-loader": "^3.1.1",
39+
"style-loader": "^0.13.0",
40+
"webpack": "^1.12.2"
41+
}
42+
}

0 commit comments

Comments
 (0)