-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-redux-jwt-auth-flow-user-session-redis",
"version": "1.0.0",
"description": "Sample project for auth flow using React, React Router, Redux, jwt and redis",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/savinash47/React-redux-jwt-auth-flow-and-user-session-using-redis.git"
},
"keywords": [
"react",
"redux",
"react-router",
"nodejs",
"json",
"webtoken",
"express"
],
"author": "Avinash Sharma ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/savinash47/React-redux-jwt-auth-flow-and-user-session-using-redis/issues"
},
"homepage": "https://github.com/savinash47/React-redux-jwt-auth-flow-and-user-session-using-redis#readme",
"dependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^5.7.0",
"material-ui": "^0.14.4",
"moment": "^2.12.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-flux": "^1.0.1",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-tap-event-plugin": "^0.2.2",
"redis": "^2.5.2",
"redux": "^3.3.1",
"redux-thunk": "^1.0.3",
"webpack": "^1.12.13"
},
"devDependencies": {
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.10.0"
}
}