Skip to content

Commit 213d71c

Browse files
committed
added basic redux
1 parent 8903f60 commit 213d71c

File tree

9 files changed

+19870
-0
lines changed

9 files changed

+19870
-0
lines changed

4-redux/package.json

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

0 commit comments

Comments
 (0)