Include metadata in view
... | ... | @@ -10,10 +10,11 @@ |
"express": "^4.16.3", | ||
"isomorphic-unfetch": "^2.0.0", | ||
"js-yaml-loader": "^0.1.0", | ||
"lodash.contains": "^2.4.3", | ||
"lodash.filter": "^4.6.0", | ||
"lodash.flatten": "^4.4.0", | ||
"lodash.flow": "^3.5.0", | ||
"lodash.frompairs": "^4.0.1", | ||
"lodash.includes": "^4.3.0", | ||
"lodash.isarray": "^4.0.0", | ||
"lodash.isplainobject": "^4.0.6", | ||
"lodash.isstring": "^4.0.1", | ||
... | ... | @@ -24,6 +25,8 @@ |
"lodash.mapvalues": "^4.6.0", | ||
"lodash.max": "^4.0.1", | ||
"lodash.merge": "^4.6.1", | ||
"lodash.pick": "^4.4.0", | ||
"lodash.pickby": "^4.6.0", | ||
"lodash.range": "^3.2.0", | ||
"lodash.size": "^4.2.0", | ||
"lodash.sortby": "^4.7.0", | ||
... | ... |
Please register or sign in to comment