-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "redux-side-effect-example",
"version": "0.1.0",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.js --port 3000 --hot --inline --content-base ./dev"
},
"author": "Tomas Weiss <tomasw@salsitasoft.com>",
"license": "MIT",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.0.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"redux-devtools": "^2.1.5",
"webpack": "^1.12.4",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"babel-runtime": "^5.8.25",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-redux": "^4.0.6",
"redux": "^3.0.5",
"redux-devtools": "^2.1.5",
"redux-saga": "^0.4.1",
"redux-side-effects": "^0.2.5"
}
}