Skip to content

Commit

Permalink
Install dependencies for landing page sections
Browse files Browse the repository at this point in the history
This the following three runtime packages:

- arctic-landscape (1)
- arctic-ocean-fractal )2
- react-waypoint (3)

References:
  (1) https://www.npmjs.com/package/arctic-landscape
  (2) https://www.npmjs.com/package/arctic-ocean-fractal
  (3) https://www.npmjs.com/package/react-waypoint

GH-112
  • Loading branch information
arcticicestudio committed Jan 12, 2019
1 parent 41ce16f commit dfde68c
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
63 changes: 63 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
"webpack-bundle-analyzer": "3.0.3"
},
"dependencies": {
"arctic-landscape": ">=0.1.0 <1.0.0",
"arctic-ocean-fractal": ">=0.1.0 <1.0.0",
"body-scroll-lock": "2.6.1",
"gatsby": "2.0.75",
"gatsby-plugin-canonical-urls": "2.0.8",
Expand All @@ -109,6 +111,7 @@
"react-dom": "16.7.0",
"react-helmet": "5.2.0",
"react-pose": "4.0.4",
"react-waypoint": "8.1.0",
"semver": "5.6.0",
"styled-components": "4.1.3",
"styled-modern-normalize": ">=0.2.0 <1.0.0",
Expand Down

0 comments on commit dfde68c

Please sign in to comment.