-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "react-saga-todo",
"version": "0.1.0",
"author": "Mashuk Sadman",
"homepage": "https://halumz.github.io/react-saga-todo",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/halumz/react-saga-todo.git"
},
"keywords": [
"react",
"react-saga",
"react-tutorial",
"react-saga-tutorial",
"react-todo",
"react-boilerplate"
],
"dependencies": {
"clone": "^2.1.1",
"firebase": "4.6.0",
"gh-pages": "^1.1.0",
"history": "^4.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-redux": "^4.0.8",
"react-scripts": "1.0.14",
"react-toggle-switch": "^3.0.3",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}