Skip to content

Commit 9c4036d

Browse files
committedAug 17, 2016
Merge branch 'master' of github.com:learncodeacademy/react-js-tutorials
2 parents c187bd0 + b718a8d commit 9c4036d

12 files changed

+19995
-0
lines changed
 

‎5-redux-react/package.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "react-tutorials",
3+
"version": "0.0.0",
4+
"description": "",
5+
"main": "webpack.config.js",
6+
"dependencies": {
7+
"axios": "^0.12.0",
8+
"babel-loader": "^6.2.0",
9+
"babel-plugin-add-module-exports": "^0.1.2",
10+
"babel-plugin-react-html-attrs": "^2.0.0",
11+
"babel-plugin-transform-class-properties": "^6.3.13",
12+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
13+
"babel-preset-es2015": "^6.3.13",
14+
"babel-preset-react": "^6.3.13",
15+
"babel-preset-stage-0": "^6.3.13",
16+
"react": "^0.14.6",
17+
"react-dom": "^0.14.6",
18+
"react-redux": "^4.4.5",
19+
"redux": "^3.5.2",
20+
"redux-logger": "^2.6.1",
21+
"redux-promise-middleware": "^3.2.0",
22+
"redux-thunk": "^2.1.0",
23+
"webpack": "^1.12.9",
24+
"webpack-dev-server": "^1.14.1"
25+
},
26+
"devDependencies": {},
27+
"scripts": {
28+
"dev": "./node_modules/.bin/webpack-dev-server --content-base src --inline --hot",
29+
"test": "echo \"Error: no test specified\" && exit 1"
30+
},
31+
"author": "",
32+
"license": "ISC"
33+
}

0 commit comments

Comments
 (0)
Failed to load comments.