-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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-logger": "^2.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",
"copy-webpack-plugin": "^0.2.0",
"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",
"redux-devtools": "^2.1.5",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.2"
}
}