-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "react-redux-authentication",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon --watch server --exec babel-node -- server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Bibek Subedi",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.28.0",
"node-sass": "^4.5.2",
"nodemon": "^1.9.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"axios": "^0.12.0",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"classnames": "^2.2.5",
"connect-mongo": "^1.3.2",
"express": "^4.14.0",
"express-session": "^1.14.1",
"jsonwebtoken": "^7.1.9",
"jwt-decode": "^2.1.0",
"lodash": "^4.13.1",
"mongoose": "^4.5.10",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.5.0",
"redux": "^3.5.2",
"redux-persist": "^4.0.0-alpha6",
"redux-thunk": "^2.1.0",
"shortid": "^2.2.6",
"validator": "^5.4.0"
}
}