Skip to content

Commit

Permalink
Install packages for community page sections
Browse files Browse the repository at this point in the history
- axios (1)
- date-fns (2)

"axios" is used to fetch all data from official REST APIs for the Nord's
used content platforms.

"date-fns", a modern and more lightweight ES6+ library with tree-shaking
support, will be used project-wide to process any date/time data and
like e.g. blog posts metadata.

References:
  (1) https://github.com/axios/axios
  (2) https://github.com/date-fns/date-fns

GH-115
  • Loading branch information
arcticicestudio committed Jan 26, 2019
1 parent b8ead19 commit 63c2261
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
31 changes: 27 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
"dependencies": {
"arctic-landscape": ">=0.1.0 <1.0.0",
"arctic-ocean-fractal": ">=0.1.0 <1.0.0",
"axios": "0.18.0",
"body-scroll-lock": "2.6.1",
"date-fns": "2.0.0-alpha.27",
"gatsby": "2.0.75",
"gatsby-plugin-canonical-urls": "2.0.8",
"gatsby-plugin-catch-links": "2.0.9",
Expand Down

0 comments on commit 63c2261

Please sign in to comment.