-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (46 loc) · 1.17 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
{
"name": "emerging-headwinds",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "NODE_ENV=production webpack && gulp prod",
"postinstall": "npm run build"
},
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bcryptjs": "^2.4.0",
"bluebird": "^3.4.7",
"body-parser": "~1.15.1",
"client-sessions": "^0.7.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^4.0.0",
"express": "~4.13.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"hjs": "~0.0.6",
"jsonwebtoken": "^7.2.1",
"mongoose": "^4.7.6",
"morgan": "~1.7.0",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"serve-favicon": "~2.3.0",
"superagent": "^3.3.2",
"twilio": "^2.11.1",
"webpack": "^1.14.0"
}
}