Adapt to Wordpress & add breadcrum
.env-prod.wp
0 → 100644
config.js
0 → 100644
... | ... | @@ -9,6 +9,7 @@ |
"bluebird": "^3.5.1", | ||
"dotenv": "^6.1.0", | ||
"express": "^4.16.3", | ||
"intl": "^1.2.5", | ||
"isomorphic-unfetch": "^2.0.0", | ||
"js-yaml-loader": "^0.1.0", | ||
"lodash.filter": "^4.6.0", | ||
... | ... | @@ -35,8 +36,7 @@ |
"lodash.union": "^4.6.0", | ||
"next": "^6.0.3", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"react-intl": "^2.4.0" | ||
"react-dom": "^16.4.1" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "7.0.0-bridge.0", | ||
... | ... |
services/formatter.js
0 → 100644
Please register or sign in to comment