-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "e-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "concurrently \"yarn dev-server\" \"yarn client\"",
"server": "node ./bin/www",
"dev-server": "PORT=8081 nodemon ./app.js",
"client": "cd client && yarn start",
"heroku-postbuild": "yarn build:ui && yarn deploy:ui",
"build:ui": "cd client && yarn && yarn run build",
"deploy:ui": "node scripts/deploy"
},
"engines": {
"node": "8.1.3"
},
"dependencies": {
"aws-sdk": "^2.104.0",
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"body-parser": "~1.17.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-jwt": "^5.3.0",
"express-jwt-authz": "^1.0.0",
"express-session": "^1.15.3",
"hasha": "^3.0.0",
"html-metadata": "^1.6.3",
"jwks-rsa": "^1.2.0",
"lodash": "^4.17.4",
"mongoose": "^4.11.1",
"mongoose-autopopulate": "^0.6.0",
"mongoose-fill": "^1.6.0",
"mongoose-unique-validator": "^1.0.5",
"morgan": "~1.8.1",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"react-dimensions": "^1.3.0",
"react-ga": "^2.2.0",
"react-helmet": "^5.1.3",
"react-infinite-scroller": "^1.0.15",
"react-masonry-layout": "^0.2.3",
"react-router-dom": "^4.1.2",
"react-share": "^1.16.0",
"react-typist": "^1.1.1",
"redux-thunk": "^2.2.0",
"s3": "^4.4.0"
},
"devDependencies": {
"concurrently": "^3.5.0",
"nodemon": "^1.11.0",
"redux-logger": "^3.0.6"
}
}