diff --git a/package-lock.json b/package-lock.json index 43a5facf..4a430d90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1754,6 +1754,54 @@ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, + "arctic-landscape": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/arctic-landscape/-/arctic-landscape-0.1.0.tgz", + "integrity": "sha512-Zt384v14fk337CcarBKnsuB3v66dCk/al5j0rytJ1rw/bxKd6/GoV6I8h91q9k2JsBdDrBoDLo5U/Y18ImVIhg==", + "requires": { + "@babel/runtime": "7.2.0", + "prop-types": "15.6.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.2.0.tgz", + "integrity": "sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg==", + "requires": { + "regenerator-runtime": "^0.12.0" + } + }, + "regenerator-runtime": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", + "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==" + } + } + }, + "arctic-ocean-fractal": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/arctic-ocean-fractal/-/arctic-ocean-fractal-0.1.0.tgz", + "integrity": "sha512-oLhe7lbXvLc0/IS+Jxdc7NC1pduW6WV3rycQV+nynKDrZ5plsQBxRpfTOExCJvtgatZXr1Zh042mLfO+YRQHMw==", + "requires": { + "@babel/runtime": "7.2.0", + "prop-types": "15.6.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.2.0.tgz", + "integrity": "sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg==", + "requires": { + "regenerator-runtime": "^0.12.0" + } + }, + "regenerator-runtime": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", + "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==" + } + } + }, "are-we-there-yet": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", @@ -3989,6 +4037,11 @@ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" }, + "consolidated-events": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/consolidated-events/-/consolidated-events-2.0.2.tgz", + "integrity": "sha512-2/uRVMdRypf5z/TW/ncD/66l75P5hH2vM/GR8Jf8HLc2xnfJtmina6F6du8+v4Z2vTrMo7jC+W1tmEEuuELgkQ==" + }, "constants-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", @@ -14887,6 +14940,16 @@ "dom-testing-library": "^3.13.1" } }, + "react-waypoint": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/react-waypoint/-/react-waypoint-8.1.0.tgz", + "integrity": "sha512-HoOItWTHObgz7bstmz9p3wuTVDRdsyNspnkAOFz9eE4z8LRj1bbNP9Nzye2k9zsFiujlz8lmp13UFmuXPWXPYw==", + "requires": { + "consolidated-events": "^1.1.0 || ^2.0.0", + "prop-types": "^15.0.0", + "react-is": "^16.6.3" + } + }, "read": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", diff --git a/package.json b/package.json index f45dfa1b..d750a8b2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",