-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 958 Bytes
/
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
{
"name": "workspace",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.3.3",
"express": "^4.13.4",
"express-handlebars": "^2.0.1",
"express-session": "^1.12.1",
"glob": "^5.0.3",
"handlebars-intl": "^1.1.2",
"method-override": "^2.3.0",
"mongoose": "^4.4.0",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"node-xlsx": "^0.6.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"passport-mongoose": "0.0.1",
"react": "^0.14.7",
"react-redux": "^4.4.0",
"redux": "^3.3.1",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.0",
"redux-devtools": "^3.1.1"
}
}