-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
86 lines (86 loc) · 2.44 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "react-redux-node",
"version": "1.0.0",
"description": "This is a simple example project using react redux with node.js ( express framework )",
"main": "webpack.config.js",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"redux",
"node.js",
"mongodb",
"express",
"bootstrap"
],
"author": "shaishab.cse@gmail.com",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-beta.2",
"chalk": "^2.3.0",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-hbs": "^1.0.4",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"font-awesome": "^4.7.0",
"glob": "^7.1.2",
"history": "^4.7.2",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"mongoose": "^4.13.5",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"popper.js": "^1.12.9",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-intl": "^2.4.0",
"react-redux": "^5.0.6",
"react-redux-loading-bar": "^3.1.0",
"react-redux-toastr": "^7.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"redux-promise-middleware": "^5.0.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.2.1",
"html-webpack-plugin": "^2.30.1",
"run-sequence": "^2.2.0",
"style-loader": "^0.19.0",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5",
"webpack-hot-middleware": "^2.21.0",
"webpack-stream": "^4.0.0",
"winston": "^2.4.0",
"winston-loggly": "^1.3.1"
}
}