-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.11 KB
/
package.json
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
{
"name": "rowland-rekemezie",
"version": "1.0.0",
"description": "This is a walkthrough for creating React/Redux application with Agility",
"main": "main.js",
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela-rekemezie/Redux-saga-tutor.git"
},
"keywords": [
"redux",
"react",
"redux-saga",
"store",
"reducers",
"actions",
"dispatcher"
],
"author": "Rowland Ekemezie",
"license": "MIT",
"bugs": {
"url": "https://github.com/andela-rekemezie/Redux-saga-tutor/issues"
},
"homepage": "https://github.com/andela-rekemezie/Redux-saga-tutor#readme",
"dependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-saga": "^0.11.0"
},
"devDependencies": {
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}