forked from luomichelle/TeamTow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "express-example",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "./node_modules/.bin/webpack",
"server": "node bin/www",
"start": "npm run build && npm run server"
},
"dependencies": {
"async": "^1.4.2",
"axios": "^0.15.2",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"browser-sync": "^2.17.5",
"connect-mongo": "^1.3.2",
"connect-redis": "^2.5.1",
"consolidate": "^0.13.1",
"cookie-parser": "~1.3.5",
"debug": "^2.2.0",
"express": "~4.13.1",
"express-handlebars": "^2.0.1",
"express-session": "^1.14.1",
"googlemaps": "^1.0.2",
"gulp-nodemon": "^2.2.1",
"jsonwebtoken": "^7.1.9",
"jsx-loader": "^0.13.2",
"method-override": "^2.3.5",
"mongodb": "^2.0.43",
"mongoose": "^4.6.5",
"morgan": "~1.6.1",
"nodemailer": "^1.5.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.7",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"webpack": "^1.13.3",
"mongoose": "^4.5.7",
"morgan": "~1.6.1",
"pug": "^2.0.0-beta4",
"serve-favicon": "^2.3.2"
}
}